infiniflow / ragflow

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

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

Closed tonightmare closed 1 week ago

tonightmare commented 1 week ago

Is there an existing issue for the same bug?

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 commented 1 week ago

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

KevinHuSh commented 1 week ago

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

chinamerp commented 1 week ago

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: https://github.com/infiniflow/ragflow/pull/1163