deerflow2/src/server
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
..
__init__.py chore: add license headers 2025-04-17 11:34:42 +08:00
app.py feat: add resource upload support for RAG (#768) 2025-12-19 09:55:34 +08:00
chat_request.py feat: add enable_web_search config to disable web search (#681) (#760) 2025-12-15 19:17:24 +08:00
config_request.py feat: add deep think feature (#311) 2025-06-14 13:12:43 +08:00
mcp_request.py fix: env parameters exception when configuring SSE or HTTP MCP server (#513) 2025-08-20 17:23:57 +08:00
mcp_utils.py feat: support dify in rag module (#550) 2025-09-16 20:30:45 +08:00
rag_request.py feat: rag retrieving tool call result display (#263) 2025-05-29 19:52:34 +08:00