Skip to content

Commit c9bbb95

Browse files
committed
minor #443 [Store] Add missing store keywords to composer.json (OskarStark)
This PR was merged into the main branch. Discussion ---------- [Store] Add missing store keywords to `composer.json` | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT Commits ------- ba71b37 Add missing store keywords to composer.json
2 parents 5df789b + ba71b37 commit c9bbb95

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)