Chayton Bai
7694bb5d72
feat: support dify in rag module ( #550 )
...
Co-authored-by: Willem Jiang <willem.jiang@gmail.com >
2025-09-16 20:30:45 +08:00
lele3436
5085bf8ee9
feat: support for moi in RAG module ( #571 )
...
* feat: add support for moi
* small adjust
* small adjust
* according 2 comments
* add more intro
* add more intro
2025-09-16 20:25:59 +08:00
zgjja
3b4e993531
feat: 1. replace black with ruff for fomatting and sort import ( #489 )
...
2. use tavily from`langchain-tavily` rather than the older one from `langchain-community`
Co-authored-by: Willem Jiang <willem.jiang@gmail.com >
2025-08-17 22:57:23 +08:00
殷逸维
be893eae2b
feat: integrate VikingDB Knowledge Base into rag retrieving tool ( #381 )
...
Co-authored-by: Henry Li <henry1943@163.com >
2025-07-03 10:06:42 +08:00
Willem Jiang
4c2fe2e7f5
test: add more unit tests of tools ( #315 )
...
* test: add more test on test_tts.py
* test: add unit test of search and retriever in tools
* test: remove the main code of search.py
* test: add the travily_search unit test
* reformate the codes
* test: add unit tests of tools
* Added the pytest-asyncio dependency
* added the license header of test_tavily_search_api_wrapper.py
2025-06-12 20:43:32 +08:00
JeffJiang
4ddd659d8d
feat: rag retrieving tool call result display ( #263 )
...
* feat: local search tool call result display
* chore: add file copyright
* fix: miss edit plan interrupt feedback
* feat: disable pasting html into input box
2025-05-29 19:52:34 +08:00
JeffJiang
462752b462
feat: RAG Integration ( #238 )
...
* feat: add rag provider and retriever
* feat: retriever tool
* feat: add retriever tool to the researcher node
* feat: add rag http apis
* feat: new message input supports resource mentions
* feat: new message input component support resource mentions
* refactor: need_web_search to need_search
* chore: RAG integration docs
* chore: change example api host
* fix: user message color in dark mode
* fix: mentions style
* feat: add local_search_tool to researcher prompt
* chore: research prompt
* fix: ragflow page size and reporter with
* docs: ragflow integration and add acknowledgment projects
* chore: format
2025-05-28 14:13:46 +08:00