sampratha28
sampratha28
how do i limit the agent to use only the available tools. Right now i have a knowledge base and a vector store agent, but the agent also seems to...
I want to make use of criteria evaluation in langflow to verify if the model's response is grounded to the vector store or not. I see that there is already...
I want to make use of criteria evaluation in langflow to verify if the model's response is grounded to the vector store or not. I see that there is already...
How can I modify the built in prompt for Vector Store Agent and where to make those changes?
can i have one more than one agent in a single flow? for example, one vector store agent and multiple other agents for specific tasks
When i hit the API predict endpoint, i am able to see the response in terminal, but the response in API is still buffering. But when i send request to...
I am not able to get response from the API if the time taken to built the flow is long. The response has been recieved by the LLM, but not...
langflow UI is stuck in loading and not coming up. tried in both chrome and firefox
The agent thinks for infinite times resulting in iteration limit and broken responses. How can i limit the agent thinking iteration to one or two times? Also, i would like...