Hello PhiData community,
I’m new to this field and currently working on creating a chatbot using PhiData for a website. I have a couple of questions and would greatly appreciate your help:
- How can I integrate a text file containing the website’s key fields and a brief description as the base knowledge for the agent? The goal is for the agent to verify whether a user’s query is related to the website or not.
- If the agent determines that the response is not related to the website, I want to delete the
add_history
to_response
so the chat session resets and starts fresh. - I am using ollama but I am noticing that the structured_output with ollama do not work well together.
Thank you in advance for your guidance! Any tips or examples would be incredibly helpful.