Skip to content

Commit 43aca89

Browse files
authored
chore: Sync Plugin Info
1 parent 4922791 commit 43aca89

1 file changed

Lines changed: 60 additions & 0 deletions

File tree

plugins_desc.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,40 @@
150150
"desc": "Get user info from WeCom and sync to User Center",
151151
"link": "https://github.com/apache/answer-plugins/tree/main/user-center-wecom"
152152
},
153+
{
154+
"name": "ChromaDB Vector Search",
155+
"desc": "Use ChromaDB for semantic/vector search",
156+
"link": "https://github.com/apache/answer-plugins/tree/main/vector-search-chromadb"
157+
},
158+
{
159+
"name": "Elasticsearch Vector Search",
160+
"desc": "Use Elasticsearch with dense_vector fields for semantic/vector search",
161+
"link": "https://github.com/apache/answer-plugins/tree/main/vector-search-elasticsearch"
162+
},
153163
{
154164
"name": "In-Memory Vector Search",
155165
"desc": "Lightweight in-memory vector search for development and testing (no external dependencies)",
156166
"link": "https://github.com/apache/answer-plugins/tree/main/vector-search-memory"
167+
},
168+
{
169+
"name": "Milvus Vector Search",
170+
"desc": "Use Milvus for semantic/vector search",
171+
"link": "https://github.com/apache/answer-plugins/tree/main/vector-search-milvus"
172+
},
173+
{
174+
"name": "PostgreSQL pgvector Search",
175+
"desc": "Use PostgreSQL with pgvector extension for semantic/vector search",
176+
"link": "https://github.com/apache/answer-plugins/tree/main/vector-search-pgvector"
177+
},
178+
{
179+
"name": "Qdrant Vector Search",
180+
"desc": "Use Qdrant for semantic/vector search",
181+
"link": "https://github.com/apache/answer-plugins/tree/main/vector-search-qdrant"
182+
},
183+
{
184+
"name": "Weaviate Vector Search",
185+
"desc": "Use Weaviate for semantic/vector search with built-in vector indexing",
186+
"link": "https://github.com/apache/answer-plugins/tree/main/vector-search-weaviate"
157187
}
158188
],
159189
"zh_CN": [
@@ -307,10 +337,40 @@
307337
"desc": "从企业微信获取用户信息并同步到用户中心",
308338
"link": "https://github.com/apache/answer-plugins/tree/main/user-center-wecom"
309339
},
340+
{
341+
"name": "ChromaDB 向量搜索",
342+
"desc": "使用 ChromaDB 进行语义/向量搜索",
343+
"link": "https://github.com/apache/answer-plugins/tree/main/vector-search-chromadb"
344+
},
345+
{
346+
"name": "Elasticsearch 向量搜索",
347+
"desc": "使用 Elasticsearch dense_vector 字段进行语义/向量搜索",
348+
"link": "https://github.com/apache/answer-plugins/tree/main/vector-search-elasticsearch"
349+
},
310350
{
311351
"name": "内存向量搜索",
312352
"desc": "轻量级内存向量搜索,适用于开发和测试(无外部依赖)",
313353
"link": "https://github.com/apache/answer-plugins/tree/main/vector-search-memory"
354+
},
355+
{
356+
"name": "Milvus 向量搜索",
357+
"desc": "使用 Milvus 进行语义/向量搜索",
358+
"link": "https://github.com/apache/answer-plugins/tree/main/vector-search-milvus"
359+
},
360+
{
361+
"name": "PostgreSQL pgvector 搜索",
362+
"desc": "使用 PostgreSQL pgvector 扩展进行语义/向量搜索",
363+
"link": "https://github.com/apache/answer-plugins/tree/main/vector-search-pgvector"
364+
},
365+
{
366+
"name": "Qdrant 向量搜索",
367+
"desc": "使用 Qdrant 进行语义/向量搜索",
368+
"link": "https://github.com/apache/answer-plugins/tree/main/vector-search-qdrant"
369+
},
370+
{
371+
"name": "Weaviate 向量搜索",
372+
"desc": "使用 Weaviate 进行语义/向量搜索,支持内置向量索引",
373+
"link": "https://github.com/apache/answer-plugins/tree/main/vector-search-weaviate"
314374
}
315375
]
316376
}

0 commit comments

Comments
 (0)