dify/api/core/rag/datasource/vdb
8bitpd 873e9720e9
feat: AnalyticDB vector store supports invocation via SQL. (#10802)
Co-authored-by: 璟义 <yangshangpo.ysp@alibaba-inc.com>
2024-11-18 19:29:54 +08:00
..
analyticdb feat: AnalyticDB vector store supports invocation via SQL. (#10802) 2024-11-18 19:29:54 +08:00
baidu fix: avoid unexpected error when create knowledge base with baidu vector database and wenxin embedding model (#10130) 2024-10-31 21:34:23 +08:00
chroma refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
couchbase chore(lint): cleanup repeated cause exception in logging.exception replaced by helpful message (#10425) 2024-11-15 15:41:40 +08:00
elasticsearch add the index field for elasticsearch (#10592) 2024-11-12 21:43:16 +08:00
lindorm chore(lint): cleanup repeated cause exception in logging.exception replaced by helpful message (#10425) 2024-11-15 15:41:40 +08:00
milvus chore(lint): Use logging.exception instead of logging.error (#10415) 2024-11-07 21:13:02 +08:00
myscale chore(lint): cleanup repeated cause exception in logging.exception replaced by helpful message (#10425) 2024-11-15 15:41:40 +08:00
oceanbase Added OceanBase as an option for the vector store in Dify (#10010) 2024-10-29 21:10:18 +08:00
opensearch chore(lint): cleanup repeated cause exception in logging.exception replaced by helpful message (#10425) 2024-11-15 15:41:40 +08:00
oracle refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
pgvecto_rs fix: update mismatch vector type (#9462) 2024-10-18 08:21:41 +08:00
pgvector refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
qdrant refactor: use dify_config to replace legacy usage of flask app's config (#9089) 2024-10-22 11:01:32 +08:00
relyt refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
tencent refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
tidb_on_qdrant chore: use dify_config.TIDB_SPEND_LIMIT instead of constant value (#10038) 2024-10-30 15:43:07 +08:00
tidb_vector refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
upstash chore: reuse existing test functions with upstash vdb (#9679) 2024-10-23 10:42:11 +08:00
vikingdb refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
weaviate refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +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 Lindorm as a VDB choice (#10202) 2024-11-04 09:10:26 +08:00
vector_type.py Add Lindorm as a VDB choice (#10202) 2024-11-04 09:10:26 +08:00