Hi,
We have been working on a chatbot that helps in answering questions for the PDF document added as context.
We are using pinecone as vector db and using openai embeddings.
Problem Statement: While in conversation if the user writes some neutral words like “Ok”, “Thanks”, “I understand” then bot responds some random responses.
Expected result: Looking a way if openai can handle such. inputs from users and respond using standard NLP flow.
Thanks