dify/api/core/rag/datasource/vdb
yihong 7b03a0316d
fix: better memory usage from 800+ to 500+ (#11796)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2024-12-20 14:51:43 +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 Lindorm vdb bug-fix (#11790) 2024-12-18 15:19:20 +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 fix: better handle error (#11265) 2024-12-03 09:15:38 +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 fix: better memory usage from 800+ to 500+ (#11796) 2024-12-20 14:51:43 +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 update tidb batch get endpoint to basic mode (#11426) 2024-12-06 17:06:46 +08:00
tidb_vector test: run vdb tests on TiDB Vector with docker in CI tests (#11645) 2024-12-15 17:16:40 +08:00
upstash fix: typo in upstashVector if id is always true, also fix some type hint (#11183) 2024-11-28 14:05:25 +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 chore: bump minimum supported Python version to 3.11 (#10386) 2024-11-24 13:28:46 +08:00