Commit Graph

12 Commits

Author SHA1 Message Date
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
changqingla
c6bbc595c3 Fix :This PR can resolve the issue of exceeding the default tool invocation limit by setting the recursion limit through an environment variable.mit (#138)
* set ecursion limit

* set ecursion limit

* fix:check if the recession_limit within a reasonalbe range

* style: format code with black
2025-05-17 20:37:03 -07:00
XingLiu0923
b85a7592dc feat(trace): add langsmith tracing (#126) 2025-05-14 10:12:50 +08:00
Leo Hui
9c3021a568 feat: add docker support (#104)
* init docker support

* chore: update Dockerfile and .dockerignore for improved build context and dependency management

* feat: add Docker support with Dockerfile, docker-compose, and .dockerignore for web application

* feat: update environment configuration and docker-compose for improved API integration

* docs: update Japanese and Chinese README files for consistency and clarity
2025-05-13 19:53:28 +08:00
Zhao Longjie
9266201fe5 fix: background investigator node support more search engine (#75)
Change-Id: I030a2b9218dfbda2dd2383b7a73266dd7de589c7
2025-05-12 20:15:47 +08:00
Li Xin
2e2fe19c75 docs: add notes 2025-05-08 10:02:19 +08:00
Li Xin
f218f29ec8 chore: make TTS optional 2025-04-25 16:05:24 +08:00
Li Xin
c5c8b65b80 docs: remove BRAVE_SEARCH_API_KEY 2025-04-25 15:44:00 +08:00
He Tao
a6ab97c970 feat: integrate volcengine tts functionality 2025-04-18 15:28:31 +08:00
He Tao
3a342a62ba feat: support arxiv & brave search 2025-04-11 15:37:55 +08:00
He Tao
1195612c47 feat: support duckduckgo search engine 2025-04-10 11:45:04 +08:00
He Tao
03798ded08 feat: lite deep researcher implementation 2025-04-09 20:32:16 +08:00