ordeq_chromadb
ChromaDBCollection
dataclass
¶
Bases: Input[Collection], Output[dict[str, Any]]
IO to load from and save collection using ChromaDB. Creates a
chromadb.PersistentClient by default during initialization and calls
client.get_collection under the hood.
Example usage:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | |