Skip to content
New issue

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

[Question]: When calling the ragflow API, whose account does the returned information belong to? For example, for a knowledge base or assistant? What about if it's the knowledge base information under a specified account? Does it include assistants, etc.? #6693

Open
4 tasks done
myplxdm opened this issue Mar 31, 2025 · 2 comments
Labels
🙋‍♀️ question Further information is requested

Comments

@myplxdm
Copy link

myplxdm commented Mar 31, 2025

Self Checks

  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (Language Policy).
  • Non-english title submitions will be closed directly ( 非英文标题的提交将会被直接关闭 ) (Language Policy).
  • Please do not modify this template :) and fill in all the required fields.

Describe your problem

When calling the ragflow API, whose account does the returned information belong to? For example, for a knowledge base or assistant? What about if it's the knowledge base information under a specified account? Does it include assistants, etc.?

@myplxdm myplxdm added the 🙋‍♀️ question Further information is requested label Mar 31, 2025
Copy link

dosubot bot commented Mar 31, 2025

The RAGFlow API uses a token-based authentication system to determine which account's data to return. The Authorization header, which includes a Bearer token, is used to authenticate requests. This token is associated with a specific account, and the server uses it to determine the permissions and identity of the user, thereby returning the appropriate account's data [1][2].

Additionally, the tenant_id parameter can be used to specify the account or context for data retrieval, ensuring that the information returned is specific to the intended account [3].

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

@KevinHuSh
Copy link
Collaborator

All the data resources is belong to who has that API key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🙋‍♀️ question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants