deerflow2/src
Willem Jiang 904c414f4d feat: add resource upload support for RAG (#768)
* feat: add resource upload support for RAG

- Backend: Added ingest_file method to Retriever and MilvusRetriever
- Backend: Added /api/rag/upload endpoint
- Frontend: Added RAGTab in settings for uploading resources
- Frontend: Updated translations and settings registration

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Apply suggestions from code review

* Apply suggestions from code review of src/rag/milvus.py

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-19 09:55:34 +08:00
..
agents fix(agents): patch _run in ToolInterceptor to ensure interrupt triggering (#753) 2025-12-10 22:15:08 +08:00
config feat: add Serper search engine support (#762) 2025-12-15 23:04:26 +08:00
crawler Clear-text logging of sensitive information (#732) 2025-12-02 09:58:28 +08:00
graph feat: add enable_web_search config to disable web search (#681) (#760) 2025-12-15 19:17:24 +08:00
llms fix(llm): filter unexpected config keys to prevent LangChain warnings (#411) (#726) 2025-11-29 16:13:05 +08:00
podcast Upgrade langchain version to 1.x (#720) 2025-11-28 22:09:13 +08:00
ppt/graph Upgrade langchain version to 1.x (#720) 2025-11-28 22:09:13 +08:00
prompt_enhancer Upgrade langchain version to 1.x (#720) 2025-11-28 22:09:13 +08:00
prompts fix: handle greetings without triggering research workflow (#755) 2025-12-13 20:25:46 +08:00
prose/graph Upgrade langchain version to 1.x (#720) 2025-11-28 22:09:13 +08:00
rag feat: add resource upload support for RAG (#768) 2025-12-19 09:55:34 +08:00
server feat: add resource upload support for RAG (#768) 2025-12-19 09:55:34 +08:00
tools feat: add Serper search engine support (#762) 2025-12-15 23:04:26 +08:00
utils fix: apply context compression to prevent token overflow (Issue #721) (#722) 2025-11-28 18:52:42 +08:00
__init__.py fix: setup WindowsSelectorEventLoopPolicy in the first place #741 (#742) 2025-12-06 22:10:13 +08:00
workflow.py fix: Refine clarification workflow state handling (#641) 2025-10-22 22:49:07 +08:00