From d8ed339ed7b9098942234300bb1b57aef4617dca Mon Sep 17 00:00:00 2001 From: Devis Lucato Date: Wed, 28 Jun 2023 13:38:55 -0700 Subject: [PATCH] Update Memory Connectors feature matrix (#1759) * Add Chroma for Python * Move up top Memory connectors with wider support * Update Azure Search note --- FEATURE_MATRIX.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FEATURE_MATRIX.md b/FEATURE_MATRIX.md index d14056f86d91..6d66eadf9a3f 100644 --- a/FEATURE_MATRIX.md +++ b/FEATURE_MATRIX.md @@ -59,11 +59,11 @@ | | C# | Python | Java | Notes | |---------------|:---:|:------:|:----:|-------| -| Azure Search | ✅ | 🔄 | ❌ | Azure Cognitive Search under development, currently in private preview | +| Azure Search | ✅ | 🔄 | ❌ | Azure Cognitive Search coming soon | +| Weaviate | ✅ | ✅ | ❌ | Currently supported on Python 3.9+, 3.8 coming soon | +| Chroma | ✅ | ✅ | ❌ | | | Qdrant | ✅ | ❌ | ❌ | | | Pinecone | ✅ | ❌ | ❌ | | -| Weaviate | ✅ | ✅ | ❌ | Currently supported on Python 3.9-3.11, 3.8 coming soon | -| ChromaDb | ❌ | ✅ | ❌ | | | Milvus | ❌ | ❌ | ❌ | Coming soon | | Sqlite | ✅ | ❌ | ❌ | Vector optimization requires [sqlite-vss](https://github.com/asg017/sqlite-vss) | | Postgres | ✅ | ❌ | ❌ | Vector optimization requires [pgvector](https://github.com/pgvector/pgvector) |