Vector Store Endpoints
Eden exposes shared endpoint configuration for vector stores used by migration and retrieval workflows. The grouped vector-store endpoint page covers:
- Qdrant
- Milvus / Zilliz
- Elasticsearch
- OpenSearch
- ChromaDB
- LanceDB
- Turbopuffer
- Apache Solr
- Mixpeek Vector Store
These endpoint configs use the split credential shape:
json
{
"target": {
"url": "https://vector-store.example.com",
"collection": "documents"
},
"read_credentials": {
"api_key": "..."
}
}Use collection, index, or namespace depending on the provider. Optional database is available for providers such as ChromaDB and Milvus / Zilliz.
Last updated: October 20, 2018