infiniflow / ragflow

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
https://ragflow.io
Apache License 2.0
22.88k stars 2.24k forks source link

[Bug]: The new version of the api cannot be invoked #3166

Closed Weishaoya closed 1 week ago

Weishaoya commented 1 week ago

Is there an existing issue for the same bug?

Branch name

0.13.0

Commit ID

37d71dfa9067a8b68a94605dc76f466f97452fc9

Other environment information

Current Repo: ragflow
Commit Id: 37d71dfa
Operating system: Ubuntu 22.04 (Kernel version: 6.8.0-47-generic)
CPU Type: x86_64
Memory: 
Docker Version: 27.2.0,
Python Version: 3.12.7

Actual behavior

image image

Expected behavior

No response

Steps to reproduce

The result returned does not match the expected result. How can I solve it? Thank you!

Additional information

No response

KevinHuSh commented 1 week ago

I think the port should be 9380.

JinHai-CN commented 1 week ago

Error port number is given in the API page.

cike8899 commented 1 week ago

Fixed, get the latest code.

Weishaoya commented 1 week ago

I think the port should be 9380.

Error port number is given in the API page.

Fixed, get the latest code.

Thank you very much! I I updated to the latest code,it work. image