infiniflow/ragflow

[Question]: Concentrator do not work as expected

Opened this issue · 3 comments

Describe your problem

Here is part of my design:
image
I use a concentrator to pass the query to each downstream component, but it doesn't work as expected.
DDL:
image
DB DESP:
image
chin source:
image

What is the correct way to pass the upstream output to each downstream component?

Also, i found out that when i want to add new key in LLM, I couldn't type on the key box
image

Thanks in advance.

Ragflow version: v0.14.1-106-g255f4ccf slim

This is bug, you could pull the nightly version of docker image.
BTW, there's no need for concentrator.

Thanks for your response. I have another question. In my use case, I am running text2SQL and performing retrieval-augmented generation (RAG) on other sources simultaneously. Is there a way to handle the error: "Maximum loop time exceeds. Can't query the correct data via SQL statement." without terminating the process? Simply terminating the process affects the RAG part. For example, can we return the error and pass it to a "switch" component?

Good suggestions.