infiniflow / ragflow

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

[Bug]: chatting with OpenAI model appear issue #1936

Open Rama-19 opened 1 month ago

Rama-19 commented 1 month ago

Is there an existing issue for the same bug?

Branch name

infiniflow/ragflow

Commit ID

flaskwrongrag0004

Other environment information

No response

Actual behavior

chatting appear error with gpt 0632096af294ad9aa821f24840482e2 9d7286f87e6c5db55617f7f837876c8

Expected behavior

No response

Steps to reproduce

set model of openai gpt,embedding knowledge is  ok ,but appear error when i was chatting with gpt3 or gpt4

Additional information

No response

hangters commented 1 month ago

hi @Rama-19 This is because the default embedding model was not added to the relevant data table, but this does not affect usage.