https://github.com/wang-junjian/ragflow-mcp-server 配置 GitHub Copilot (mcp.json) {"servers":{"ragflow-mcp-server":{"command":"uvx","args":["ragflow-mcp-server","--api-key=ragflow-XXX","--base-url=http://172.16.33.66:8060"]}}} Continue (config.yaml) mcpServers:-name:RAGFlo...
Refactor ragflow server #3482 Merged JinHai-CN merged 1 commit into main from fix78 Nov 19, 2024 +2 −2 Conversation 0 Commits 1 Checks 1 Files changed 2 Conversation Contributor JinHai-CN commented Nov 19, 2024 What problem does this PR solve? Fix document error Move start server ...
Print configs at the RAGFlow startup phase. Type of change New Feature (non-breaking change which adds functionality) 2024-11-14 21:27:53,090 INFO 962231 Current configs, from /home/weilongma/Documents/development/ragflow/conf/service_conf.yaml: 2024-11-14 21:27:53,090 INFO 962231 ragf...
RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding. - History for api/ragflow_server.py - Mu-L/ragflow
Print version when RAGFlow server startup ### Type of change - [x] New Feature (non-breaking change which adds functionality) --- Signed-off-by: jinhai <haijin.chn@gmail.com> Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com> main(#3393...
What problem does this PR solve? Print version when RAGFlow server startup Type of change New Feature (non-breaking change which adds functionality)
main ragflow server , not being able to start properly due to executor failing all the time again due to MacBook m4 Arch64 incompatibility . basically if you get this: illegal $PY rag/svr/task_executor.py $1 Expected behavior No response Steps to reproduce this is a fix.. just add tho...