infiniflow / ragflow

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

[Question]: ERROR: cannot access local variable 'response' where it is not associated with a value #3003

Open sunthying opened 3 weeks ago

sunthying commented 3 weeks ago

Describe your problem

I added a knowledge base, a gemini model, and then new conversations. But when I execute the dialogue, it returns' ERROR: cannot access local variable 'response' where it is not associated with a value'. I don't know what went wrong. image

KevinHuSh commented 3 weeks ago

What about setting gemini API key again?