Supported Datastores
Overview
# The only difference is the initialization
store = ChromaDataStore(...)
# OR
store = ElasticsearchDataStore(...)
# The rest of your code stays the same
await store.vector.retrieve(query="...")Feature Matrix
Datastore
Fulltext
Vector
Hybrid
Notes
Initialization Examples
Last updated
Was this helpful?