|
150 | 150 | "desc": "Get user info from WeCom and sync to User Center", |
151 | 151 | "link": "https://github.com/apache/answer-plugins/tree/main/user-center-wecom" |
152 | 152 | }, |
| 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 | + }, |
153 | 163 | { |
154 | 164 | "name": "In-Memory Vector Search", |
155 | 165 | "desc": "Lightweight in-memory vector search for development and testing (no external dependencies)", |
156 | 166 | "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" |
157 | 187 | } |
158 | 188 | ], |
159 | 189 | "zh_CN": [ |
|
307 | 337 | "desc": "从企业微信获取用户信息并同步到用户中心", |
308 | 338 | "link": "https://github.com/apache/answer-plugins/tree/main/user-center-wecom" |
309 | 339 | }, |
| 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 | + }, |
310 | 350 | { |
311 | 351 | "name": "内存向量搜索", |
312 | 352 | "desc": "轻量级内存向量搜索,适用于开发和测试(无外部依赖)", |
313 | 353 | "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" |
314 | 374 | } |
315 | 375 | ] |
316 | 376 | } |
0 commit comments