dify/api/core/rag/datasource/vdb
Kenn 122ce41020
feat: rewrite Elasticsearch index and search code to achieve Elasticsearch vector and full-text search (#7641)
Co-authored-by: haokai <haokai@shuwen.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Bowen Liang <bowenliang@apache.org>
Co-authored-by: wellCh4n <wellCh4n@foxmail.com>
2024-08-27 11:43:44 +08:00
..
analyticdb fix: add redis lock to AnalyticdbVector init (#6859) 2024-08-07 17:32:06 +08:00
chroma Fix the vector retrieval sorting issue (#6431) 2024-07-18 19:25:41 +08:00
elasticsearch feat: rewrite Elasticsearch index and search code to achieve Elasticsearch vector and full-text search (#7641) 2024-08-27 11:43:44 +08:00
milvus dep: initial support for Milvus 2.4.x (#6084) 2024-07-29 19:56:45 +08:00
myscale fix: set score_threshold to zero if it is None for MyScale vectordb (#7640) 2024-08-27 09:47:16 +08:00
opensearch add vector field for other vectordb (#7051) 2024-08-07 17:14:03 +08:00
oracle add vector field for other vectordb (#7051) 2024-08-07 17:14:03 +08:00
pgvecto_rs dep: bump pgvecto-rs client from 0.1.x to 0.2.x (#6891) 2024-08-02 15:51:23 +08:00
pgvector feat: add pgvector full_text_search (#7396) 2024-08-20 11:01:13 +08:00
qdrant add vector field for other vectordb (#7051) 2024-08-07 17:14:03 +08:00
relyt dep: bump pgvecto-rs client from 0.1.x to 0.2.x (#6891) 2024-08-02 15:51:23 +08:00
tencent clean vector collection redis cache (#6494) 2024-07-21 15:09:09 +08:00
tidb_vector refactor(rag): switch to dify_config. (#6410) 2024-07-18 18:40:36 +08:00
weaviate add vector field for other vectordb (#7051) 2024-08-07 17:14:03 +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 fix(api/core/model_manager.py): Avoid mutation during iteration. (#6536) 2024-07-22 22:58:22 +08:00
vector_factory.py feat: support elasticsearch vector database (#3558) 2024-08-13 17:36:20 +08:00
vector_type.py feat: support elasticsearch vector database (#3558) 2024-08-13 17:36:20 +08:00