Skip to content

Commit ba71b37

Browse files
committed
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.
1 parent 4bb633d commit ba71b37

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

src/store/composer.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,20 @@
44
"description": "Low-level abstraction for storing and retrieving documents in a vector store.",
55
"keywords": [
66
"ai",
7-
"mongodb",
8-
"pinecone",
7+
"azure",
98
"chromadb",
9+
"clickhouse",
1010
"mariadb",
11-
"postgres",
1211
"meilisearch",
13-
"surrealdb",
12+
"milvus",
13+
"mongodb",
14+
"neo4j",
15+
"pinecone",
16+
"postgres",
1417
"qdrant",
15-
"neo4j"
18+
"surrealdb",
19+
"typesense",
20+
"weaviate"
1621
],
1722
"license": "MIT",
1823
"authors": [

0 commit comments

Comments
 (0)