dify/api/tests/unit_tests/core/rag
Yansong Zhang ef50e117da feat: tidb endpoint (#35158)
Backport langgenius/dify#35158 to hotfix branch: persist a per-cluster
qdrant endpoint on TidbAuthBinding so each tenant connects to the
qdrant gateway colocated with its TiDB Serverless cluster instead of a
single global TIDB_ON_QDRANT_URL, which fails for clusters in other
regions.

Adapted to the hotfix branch's pre-monorepo paths
(api/core/rag/datasource/vdb/tidb_on_qdrant/) and direct httpx usage.

Made-with: Cursor
2026-04-27 11:20:33 +08:00
..
cleaner test: unit test cases for rag.cleaner, rag.data_post_processor and rag.datasource (#32521) 2026-03-25 02:19:15 +08:00
data_post_processor test: unit test cases for rag.cleaner, rag.data_post_processor and rag.datasource (#32521) 2026-03-25 02:19:15 +08:00
datasource feat: tidb endpoint (#35158) 2026-04-27 11:20:33 +08:00
docstore test: unit test for core.rag module (#32630) 2026-03-10 14:10:24 +08:00
embedding test: unit test for core.rag module (#32630) 2026-03-10 14:10:24 +08:00
extractor feat(firecrawl): follow pagination when crawl status is completed (#33864) 2026-03-23 21:19:32 +08:00
indexing test: replace indexing_technique string literals with IndexTechnique (#34042) 2026-03-25 12:39:58 +09:00
pipeline minor fix(rag): return early when pushing empty tasks to avoid Redis DataError (#28027) 2025-11-13 20:18:11 +08:00
rerank test: unit test for core.rag module (#32630) 2026-03-10 14:10:24 +08:00
retrieval refactor: use EnumText for ApiToolProvider.schema_type_str and Docume… (#33983) 2026-03-24 13:27:50 +09:00
splitter test: unit test for core.rag module (#32630) 2026-03-10 14:10:24 +08:00
__init__.py feat: refactor tongyi models (#3496) 2024-04-15 22:28:32 +08:00