Concatenation of list
and str
in retrieve_relevant_chunks.py
#1015
Labels
status: needs info
Issues that require more information from the reporter to proceed.
status: needs triage
New issues that have not yet been reviewed or categorized.
In this line of the example config for pinecone:
NeMo-Guardrails/examples/configs/rag/pinecone/config.py
Line 75 in 5ba7c57
We see that the
relevant_chunks
variable is defined as a list.In the
retrieve_relevant_chunks.py
file we also observe thatrelevant_chunks
is expected to be a string, hence the attempt to concatenate it with a string.NeMo-Guardrails/nemoguardrails/actions/retrieve_relevant_chunks.py
Line 80 in 3c955bd
Is the custom action in the pinecone
config.py
file incorrectly configured for the latest version of nemoguardrails, or shouldretrieve_relevant_chunks.py
also account for lists when readingrelevant_chunks
?The text was updated successfully, but these errors were encountered: