dify/api/core/rag/datasource/vdb
2024-09-26 16:36:21 +08:00
..
analyticdb fix: score_threshold handling in vector search methods (#8356) 2024-09-13 14:24:35 +08:00
chroma fix: score_threshold handling in vector search methods (#8356) 2024-09-13 14:24:35 +08:00
elasticsearch chore: refurish python code by applying Pylint linter rules (#8322) 2024-09-13 22:42:08 +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: score_threshold handling in vector search methods (#8356) 2024-09-13 14:24:35 +08:00
qdrant fix: score_threshold handling in vector search methods (#8356) 2024-09-13 14:24:35 +08:00
relyt chore: fix unnecessary string concatation in single line (#8311) 2024-09-13 14:24:49 +08:00
tencent fix: score_threshold handling in vector search methods (#8356) 2024-09-13 14:24:35 +08:00
tidb_vector fix: score_threshold handling in vector search methods (#8356) 2024-09-13 14:24:35 +08:00
weaviate fix: score_threshold handling in vector search methods (#8356) 2024-09-13 14:24:35 +08:00
__init__.py
field.py
vector_base.py refactor: update delete method as an abstract method (#8794) 2024-09-26 16:36:21 +08:00
vector_factory.py
vector_type.py