I am trying to build ai chatbot for my website, but its not working as expected
I am trying to build an AI chatbot for my website.
The functionality includes that whenever we add any new pages on our website it automatically scrap it, we are using a Python library to scrap web pages and then after scrapping it we are generating embeddings for the content, we are using open AI API to generate the embeddings.
And then after that, we are exposing an API which talks to the customers.
The problem is even though we have a embeddings in our postgress vector database, the ai is not responding properly… we use openrouter api for response.
any tips here to improve the responses from the chatbot?