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

[Bug]: team member can't use KB's embedding engine #4388

Closed
1 task done
dassio opened this issue Jan 7, 2025 · 2 comments
Closed
1 task done

[Bug]: team member can't use KB's embedding engine #4388

dassio opened this issue Jan 7, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@dassio
Copy link

dassio commented Jan 7, 2025

Is there an existing issue for the same bug?

  • I have checked the existing issues.

RAGFlow workspace code commit ID

NA

RAGFlow image version

c8d280849d25

Other environment information

No response

Actual behavior

when new user join the team, and try to ask question in chat, got following error:

Model(text-embedding-v3) not authorized

the kb's embedding model is text-embedding-v3 from Qwen, why can't the user use the team's API key ?

Expected behavior

new user can reuse teams embedding and chatting API:

  1. first user create one knowledge base
  2. first user config the embedding model for the new knowledge base
  3. first user invite second user to the team
  4. second user can use the knowledge base right away without needing to configure the model provider

Steps to reproduce

1. create kb and invite person to the team 
5. new team member try to ask question in chat

Additional information

I think the logic will result in the #4379 confusion.
someone else seems to talk about this #2742 , but even with the team function, the second user need to config his own API to use the team's knowledge base

@dassio dassio added the bug Something isn't working label Jan 7, 2025
@dassio
Copy link
Author

dassio commented Jan 7, 2025

someone seem to succeed with many use sharing same API in #2742 , but he seems to edit the database directly.
Is there any way of doing it in the web GUI?

@KevinHuSh
Copy link
Collaborator

For now, it's only KB can be share between team members.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants