dify/api/core/rag/datasource/vdb
2024-10-30 15:43:07 +08:00
..
analyticdb refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
baidu refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +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 feat: couchbase integration (#6165) 2024-10-29 15:00:23 +08:00
elasticsearch add top_k for es full text search (#9963) 2024-10-28 23:04:54 +08:00
milvus refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
myscale refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
oceanbase Added OceanBase as an option for the vector store in Dify (#10010) 2024-10-29 21:10:18 +08:00
opensearch refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +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 Added OceanBase as an option for the vector store in Dify (#10010) 2024-10-29 21:10:18 +08:00
vector_type.py Added OceanBase as an option for the vector store in Dify (#10010) 2024-10-29 21:10:18 +08:00