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.58k stars 1.79k forks source link

[Question]: Maximum loop time exceeds. Can't query the correct data via SQL statement DB Assistant. #2498

Open saineshwar opened 1 day ago

saineshwar commented 1 day ago

Describe your problem

Running with basic data it is showing error.

We don't have any document for this. What is wrong in configuration.

image

1. Data is there in csv file in Knowledge base.

image

2. Data is there in Database.

image

saineshwar commented 1 day ago

try this https://bit.ly/3XQLHlH I put the necessary dlls in the archive. Some spam it is i hope @KevinHuSh is it valid.

KevinHuSh commented 13 hours ago

Documents are coming soon. You can hover on components to see the result. It's caused by being unable to get a correct SQL from LLM having several attempts.

saineshwar commented 11 hours ago

Documents are coming soon. You can hover on components to see the result. It's caused by being unable to get a correct SQL from LLM having several attempts.

If I have 1 table customer in the database. then in query should I wrote get customer with first name still same output.