I have successfully developed an agent that connects to an unstructured datastore. However, upon deploying it to integrate with my website, I'm encountering an issue where the agent occasionally becomes unresponsive when I query about information stored in my documents within the datastore.
Instead of providing an informative response like "Sorry, I couldn't find information related to this question" it remains unresponsive."
Solved! Go to Solution.
Hi @diepphan,
Welcome to Google Cloud Community!
It sounds like your agent is encountering an issue when querying the datastore, leading to it becoming unresponsive instead of returning an appropriate error message.
The agent might not have proper error handling or fallback mechanisms in place. When it doesn't find the relevant data, instead of returning a message or performing an alternate action, it simply fails to respond. Here’s what you can consider:
You can refer to the following documentation for more details:
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.
Hi @diepphan,
Welcome to Google Cloud Community!
It sounds like your agent is encountering an issue when querying the datastore, leading to it becoming unresponsive instead of returning an appropriate error message.
The agent might not have proper error handling or fallback mechanisms in place. When it doesn't find the relevant data, instead of returning a message or performing an alternate action, it simply fails to respond. Here’s what you can consider:
You can refer to the following documentation for more details:
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 |