repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | --- |
| #2 | title: 🗄️ Vector databases |
| #3 | --- |
| #4 | |
| #5 | ## Overview |
| #6 | |
| #7 | Utilizing a vector database alongside Embedchain is a seamless process. All you need to do is configure it within the YAML configuration file. We've provided examples for each supported database below: |
| #8 | |
| #9 | <CardGroup cols={4}> |
| #10 | <Card title="ChromaDB" href="#chromadb"></Card> |
| #11 | <Card title="Elasticsearch" href="#elasticsearch"></Card> |
| #12 | <Card title="OpenSearch" href="#opensearch"></Card> |
| #13 | <Card title="Zilliz" href="#zilliz"></Card> |
| #14 | <Card title="LanceDB" href="#lancedb"></Card> |
| #15 | <Card title="Pinecone" href="#pinecone"></Card> |
| #16 | <Card title="Qdrant" href="#qdrant"></Card> |
| #17 | <Card title="Weaviate" href="#weaviate"></Card> |
| #18 | </CardGroup> |
| #19 | |
| #20 | <Snippet file="missing-vector-db-tip.mdx" /> |
| #21 |