RAG AGent
#11545
Replies: 2 comments
-
|
Could you please share your Agent's prompt instructions? A good strategy is to explicitly instruct the Agent in the prompt to use the tool for every query. Also, please check if the Agent is attempting to use the tool and failing to retrieve data from Qdrant, or if it isn't trying to call the tool at all. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Building a RAG Agent in Langflow — here's the architecture: Components needed:
Flow layout: Key settings: Text Splitter:
chunk_size: 500
overlap: 50
Retriever:
top_k: 5
score_threshold: 0.7
Agent:
type: ReAct # or OpenAI Functions
memory: trueTips:
Common issues:
We build RAG agents at RevolutionAI. What's your document type — PDFs, web pages, or code? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description
I created a RAG agent with qtrand and an agent. I ask questions my agent sometimes is searching qtrad sometimes is answering without searching qtrand.
Reproduction
Create a n agent with chat input, qtrand as my vector and embeddings. qtrand is a tool of the agent
Expected behavior
To go through available documents everytime i ask a question
Who can help?
No response
Operating System
kubernetes
Langflow Version
1.7.3
Python Version
None
Screenshot
No response
Flow File
No response
Beta Was this translation helpful? Give feedback.
All reactions