@@ -307,16 +307,16 @@ Langchain.rb provides a convenient unified interface on top of supported vectors
307307
308308#### Supported vector search databases and features:
309309
310- | Database | Open-source | Cloud offering |
311- | -------- | :------------------:| :------------: |
312- | [ Chroma] ( https://trychroma.com/ ) | ✅ | ✅ |
313- | [ Hnswlib] ( https://github.com/nmslib/hnswlib/ ) | ✅ | ❌ |
314- | [ Milvus] ( https://milvus.io/ ) | ✅ | ✅ Zilliz Cloud |
315- | [ Pinecone] ( https://www.pinecone.io/ ) | ❌ | ✅ |
316- | [ Pgvector] ( https://github.com/pgvector/pgvector ) | ✅ | ✅ |
317- | [ Qdrant] ( https://qdrant.tech/ ) | ✅ | ✅ |
318- | [ Weaviate] ( https://weaviate.io/ ) | ✅ | ✅ |
319- | [ Elasticsearch] ( https://www.elastic.co/ ) | ✅ | ✅ |
310+ | Database | Open-source | Cloud offering |
311+ | -------- | :------------------:| :------------: |
312+ | [ Chroma] ( https://trychroma.com/?utm_source=langchainrb&utm_medium=github ) | ✅ | ✅ |
313+ | [ Hnswlib] ( https://github.com/nmslib/hnswlib/?utm_source=langchainrb&utm_medium=github ) | ✅ | ❌ |
314+ | [ Milvus] ( https://milvus.io/?utm_source=langchainrb&utm_medium=github ) | ✅ | ✅ Zilliz Cloud |
315+ | [ Pinecone] ( https://www.pinecone.io/?utm_source=langchainrb&utm_medium=github ) | ❌ | ✅ |
316+ | [ Pgvector] ( https://github.com/pgvector/pgvector/?utm_source=langchainrb&utm_medium=github ) | ✅ | ✅ |
317+ | [ Qdrant] ( https://qdrant.tech/?utm_source=langchainrb&utm_medium=github ) | ✅ | ✅ |
318+ | [ Weaviate] ( https://weaviate.io/?utm_source=langchainrb&utm_medium=github ) | ✅ | ✅ |
319+ | [ Elasticsearch] ( https://www.elastic.co/?utm_source=langchainrb&utm_medium=github ) | ✅ | ✅ |
320320
321321### Using Vector Search Databases 🔍
322322
0 commit comments