dify/api/core/rag/datasource/vdb
2024-10-13 21:26:05 +08:00
..
analyticdb fix: AnalyticdbVector retrieval scores (#8803) 2024-09-27 12:05:21 +08:00
baidu feat:support baidu vector db (#9185) 2024-10-12 23:24:17 +08:00
chroma fix: score_threshold handling in vector search methods (#8356) 2024-09-13 14:24:35 +08:00
elasticsearch chore: add abstract decorator and output log when query embedding fails (#9264) 2024-10-12 23:58:41 +08:00
milvus fix: score_threshold handling in vector search methods (#8356) 2024-09-13 14:24:35 +08:00
myscale chore: refurish python code by applying Pylint linter rules (#8322) 2024-09-13 22:42:08 +08:00
opensearch fix: score_threshold handling in vector search methods (#8356) 2024-09-13 14:24:35 +08:00
oracle chore: refurish python code by applying Pylint linter rules (#8322) 2024-09-13 22:42:08 +08:00
pgvecto_rs fix: score_threshold handling in vector search methods (#8356) 2024-09-13 14:24:35 +08:00
pgvector fix: Compatible with special characters in pg full-text search. (#8921) 2024-09-30 16:32:23 +08:00
qdrant fix: score_threshold handling in vector search methods (#8356) 2024-09-13 14:24:35 +08:00
relyt chore: avoid implicit optional in type annotations of method (#8727) 2024-10-09 14:36:43 +08:00
tencent chore: fix wrong VectorType match case (#8857) 2024-09-28 10:54:04 +08:00
tidb_vector fix: score_threshold handling in vector search methods (#8356) 2024-09-13 14:24:35 +08:00
vikingdb Add Volcengine VikingDB as new vector provider (#9287) 2024-10-13 21:26:05 +08:00
weaviate fix: score_threshold handling in vector search methods (#8356) 2024-09-13 14:24:35 +08:00
__init__.py Feat/dify rag (#2528) 2024-02-22 23:31:57 +08:00
field.py add qdrant metadata.doc_id index when create qdrant collection (#4570) 2024-05-23 18:11:01 +08:00
vector_base.py refactor: update delete method as an abstract method (#8794) 2024-09-26 16:36:21 +08:00
vector_factory.py Add Volcengine VikingDB as new vector provider (#9287) 2024-10-13 21:26:05 +08:00
vector_type.py Add Volcengine VikingDB as new vector provider (#9287) 2024-10-13 21:26:05 +08:00