dify/api/tests/unit_tests/core/rag
Novice 8775003732
Merge branch 'main' into sandboxed-agent-rebase
Made-with: Cursor

# Conflicts:
#	api/tests/unit_tests/controllers/console/app/test_message.py
#	api/tests/unit_tests/controllers/console/app/test_statistic.py
#	api/tests/unit_tests/controllers/console/app/test_workflow_draft_variable.py
#	api/tests/unit_tests/controllers/console/auth/test_data_source_bearer_auth.py
#	api/tests/unit_tests/controllers/console/auth/test_data_source_oauth.py
#	api/tests/unit_tests/controllers/console/auth/test_oauth_server.py
#	web/app/components/header/account-setting/data-source-page/data-source-notion/operate/index.tsx
#	web/app/components/header/account-setting/data-source-page/data-source-website/config-firecrawl-modal.tsx
#	web/app/components/header/account-setting/data-source-page/data-source-website/config-jina-reader-modal.tsx
#	web/app/components/header/account-setting/data-source-page/data-source-website/config-watercrawl-modal.tsx
#	web/app/components/header/account-setting/data-source-page/panel/config-item.tsx
#	web/app/components/header/account-setting/data-source-page/panel/index.tsx
#	web/app/components/workflow/nodes/knowledge-retrieval/node.tsx
#	web/package.json
#	web/pnpm-lock.yaml
2026-03-24 11:19:50 +08:00
..
cleaner fix: [xxx](xxx) render as xxx](xxx) (#30392) 2025-12-31 10:30:15 +08:00
datasource perf: tidb_on_qdrant_vector delete_by_ids use batch delete (#33846) 2026-03-22 21:09:43 +09:00
docstore test: unit test for core.rag module (#32630) 2026-03-10 14:10:24 +08:00
embedding refactor: update model attribute references from 'model' to 'model_name' across multiple files and introduce new fetch_model_config function in llm_utils.py 2026-03-23 21:17:43 +08:00
extractor feat(firecrawl): follow pagination when crawl status is completed (#33864) 2026-03-23 21:19:32 +08:00
indexing refactor(api): replace dict/Mapping with TypedDict in core/rag retrieval_service.py (#33615) 2026-03-18 11:49:09 +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(api): replace dict/Mapping with TypedDict in core/rag retrieval_service.py (#33615) 2026-03-18 11:49:09 +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