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]: failed to Create new Chunk in database #1159

Closed
1 task done
tonightmare opened this issue Jun 14, 2024 · 3 comments
Closed
1 task done

[Bug]: failed to Create new Chunk in database #1159

tonightmare opened this issue Jun 14, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@tonightmare
Copy link

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Branch name

0.7

Commit ID

tonightmare

Other environment information

Linux Ubuntu 22.04 with docker deplyment

Actual behavior

when I tried to Create new Chunk in database, below error message shows that embedding model is not authorized...

please hlep check what cause this problem ?

image

Expected behavior

I just need to manually add chunk information to improve my RAG search result.

Steps to reproduce

I tried 3 different embedding module, all meet such problem.

Additional information

No response

@tonightmare tonightmare added the bug Something isn't working label Jun 14, 2024
@tonightmare
Copy link
Author

tonightmare commented Jun 14, 2024

also when I try to add keyword to existing chunk, it also shows the same error message.
image

@KevinHuSh
Copy link
Collaborator

0.7.0 has that problem.
I suggest you to use dev version.

@chinamerp
Copy link
Contributor

the bug can be reproduced using dev version, because the current embedding module is not user configured at knowledgebase. It use the global embedding module, i fixed the bug at the upcate scene: #1163

chinamerp added a commit to chinamerp/ragflow that referenced this issue Jun 19, 2024
KevinHuSh pushed a commit that referenced this issue Jun 20, 2024
### What problem does this PR solve?

fix bug: [1159](#1159)
using embd which user configured at knowledgebase when create new chunk
in database

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
Halfknow pushed a commit to Halfknow/ragflow that referenced this issue Nov 11, 2024
…w#1214)

### What problem does this PR solve?

fix bug: [1159](infiniflow#1159)
using embd which user configured at knowledgebase when create new chunk
in database

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
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