dify/api/tests/unit_tests/core/rag
Stephen Zhou 30ed0907f3
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	api/controllers/console/app/site.py
#	api/controllers/console/datasets/datasets.py
#	api/core/plugin/backwards_invocation/model.py
#	api/core/rag/rerank/rerank_model.py
#	api/tests/test_containers_integration_tests/controllers/console/auth/test_oauth_server.py
#	api/tests/unit_tests/core/plugin/test_backwards_invocation_model.py
#	api/tests/unit_tests/tasks/test_batch_clean_document_task.py
#	packages/contracts/generated/api/service/orpc.gen.ts
#	web/app/components/datasets/rename-modal/index.tsx
#	web/app/components/header/account-setting/model-provider-page/model-selector/popup-layout.tsx
#	web/features/tag-management/components/tag-search-content.tsx
2026-08-27 10:06:48 +08:00
..
cleaner fix(rag): stop the document cleaner from stripping valid characters ï, ¿, ¾ (#39215) 2026-07-27 02:53:33 +00:00
data_post_processor test: migrate core RAG sessions to SQLite (#40085) 2026-08-11 07:05:26 +00:00
datasource test: migrate telemetry and core entity ORM models to SQLite (#40574) 2026-08-18 12:25:42 +00:00
docstore test: migrate RAG dataset ORM contracts to real models (#40662) 2026-08-13 05:18:25 +00:00
embedding test: scope plugin and datasource config overrides (#40854) 2026-08-18 12:01:29 +00:00
extractor test: migrate service boundary sessions and ORM models to SQLite (#40533) 2026-08-18 12:23:33 +00:00
indexing feat(api): track credit usage contexts (#41181) 2026-08-25 10:21:32 +00: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: migrate reranker upload-file sessions and ORM models to SQLite (#40659) 2026-08-13 05:19:19 +00:00
retrieval Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-17 09:50:10 +08:00
splitter fix: preserve spaces during recursive text splitting (#39498) 2026-07-27 03:21:26 +00:00
__init__.py feat: refactor tongyi models (#3496) 2024-04-15 22:28:32 +08:00