From ba71b374fda3e30cd445027a9b312379da79cf56 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Thu, 4 Sep 2025 13:43:03 +0200 Subject: [PATCH] Add missing store keywords to composer.json Added keywords for stores that were already implemented but missing from the keywords list: - azure (Azure Search Store) - clickhouse - milvus - typesense - weaviate Reordered keywords alphabetically for better maintainability. --- src/store/composer.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/store/composer.json b/src/store/composer.json index 5ff1e5f2c..01d629246 100644 --- a/src/store/composer.json +++ b/src/store/composer.json @@ -4,15 +4,20 @@ "description": "Low-level abstraction for storing and retrieving documents in a vector store.", "keywords": [ "ai", - "mongodb", - "pinecone", + "azure", "chromadb", + "clickhouse", "mariadb", - "postgres", "meilisearch", - "surrealdb", + "milvus", + "mongodb", + "neo4j", + "pinecone", + "postgres", "qdrant", - "neo4j" + "surrealdb", + "typesense", + "weaviate" ], "license": "MIT", "authors": [