Replies: 1 comment
-
To address the issues you're facing with Retrieval-Augmented Generation (RAG) using LangFlow and AstraDB, here are some suggestions:
By implementing these strategies, you should be able to reduce hallucinations and improve the accuracy of document-specific responses in your RAG setup. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem Statement
I've been implementing Retrieval-Augmented Generation (RAG) using LangFlow and AstraDB. While most tutorials focus on handling a single PDF, I need to upload multiple PDFs and query them individually. However, I'm facing an issue where the LLM hallucinates—when I ask about a specific document, it sometimes pulls irrelevant information from other PDFs.
What I’ve Tried
Issue Observed
Potential Solution?
From discussions on Reddit, I've seen recommendations to update the metadata column in AstraDB. Specifically:
"metadata"
field in astraDB collections to associate chunks with their original document name.Help Needed
Would appreciate any insights or example implementations from the community! 🙌
Beta Was this translation helpful? Give feedback.
All reactions