MindSearch
MindSearch copied to clipboard
🔍 An LLM-based Multi-agent Framework of Web Search Engine (like Perplexity.ai Pro and SearchGPT)

Traceback (most recent call last): File "/root/anaconda3/lib/python3.12/site-packages/dotenv/main.py", line 130, in rewrite with open(path, "w+", encoding=encoding) as source: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '' During handling of...
我安装lmdeploy通过cpu,报错: assert CUDA_PATH is not None, 'Can not find $env:CUDA_PATH' AssertionError: Can not find $env:CUDA_PATH
如题,计划采用GPT系列模型(GPT-4/4o),请问有无推荐的可稳定运行检索的temperature, top_p, top_k等参数建议? 已进行如下尝试: * GPT-4o-mini: temperature: 0, top_p: 0.8, top_k=1,无法成功调用搜索 * GPT-4o: temperature: 0, top_p: 0.8, top_k=1,无法成功调用搜索 
使用GPT api 去运行 会造成死循环。并且无法查看节点 查看节点就会报错 所有信息丢失
root@iZ0xiaotv8ztqk9kkzy72iZ:~/MindSearch# python3 -m mindsearch.app --lang en --model_format internlm_server --search_engine DuckDuckGoSearch INFO: Started server process [3266] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://0.0.0.0:8002 (Press...
Hi, can you please provide a guide or support to use local llm models like Ollama lama3.1 8b or 70b
/workspaces/mindsearch/MindSearch (b832275) $ python -m mindsearch.app --lang cn --model_format internlm_silicon --search_engine DuckDuckGoSearch Traceback (most recent call last): File "/opt/conda/envs/mindsearch/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/opt/conda/envs/mindsearch/lib/python3.10/runpy.py", line...
【复制内容功能】 我搜索到内容后,没有个一个复制的按钮功能。 于是,我只能选择后复制,发现每段文章的引用有个数字。 这样我需要清除 这个数字 
### Discussed in https://github.com/InternLM/MindSearch/discussions/206 Originally posted by **JessicaHu03** September 17, 2024 In the .env file, there are these two configs requried. SILICON_API_KEY= SILICON_MODEL= Can you please provide me the link...