We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all,
I have just installed the ragflow python package, but after pip install ragflow, try to import ragflow with error:
pip install ragflow
import ragflow
In [1]: import ragflow --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) Cell In[1], line 1 ----> 1 import ragflow ModuleNotFoundError: No module named 'ragflow'
Just like to know how to use the python package?
The reason is that would like to code to to interact with system. please advice how to solve?
The text was updated successfully, but these errors were encountered:
pip install ragflow-sdk
Sorry, something went wrong.
Much thanks for the guide, but I just think that for python API doc should be updated, right? what do you think? @KevinHuSh
One thing to notice is that only python>=3.10 could be used.
https://ragflow.io/docs/v0.14.1/python_api_reference#examples
Agree.
I have get the info that already update the code ref/
For currently latest API reference for python: https://github.com/infiniflow/ragflow/blob/main/docs/references/python_api_reference.md
No branches or pull requests
Describe your problem
Hi all,
I have just installed the ragflow python package, but after
pip install ragflow
, try toimport ragflow
with error:Just like to know how to use the python package?
The reason is that would like to code to to interact with system. please advice how to solve?
The text was updated successfully, but these errors were encountered: