So I am stuck in this project and…

Written by

in

Hey everyone,
Context: I am asked to create a chatbot for my college website , you know that little guy at the bottom right of your website who is present their for redirecting your queries. So far I have managed to create the frontend and the backend logic( taking queries from the frontend and then sending it to the API endpoint where all queries are parsed and the response of the ai is given to the frontend.(I am using groq free tier btw).

Problem: So the problem that I am facing is, the ai is not answering correctly. I mean sometimes the responses are not complete and sometimes not satisfactory. Might be a prompt issue but still looking for your insights.
I am not proficient in AI so I asked chatgpt why is it happening(Sorry guys but this is the only time I used AI in this project). It said something about using pinecone to store vectors so that the groq fetches information regarding queries directly from the vectorDB.
So I am thinking of starting to learn vectorDB. But is it a must? Or can this problem be solved by something else. And if this is the only way, then what would be my workflow? Man I am so confused. Help a brother out.

What I want: conclusively? I just want my bot to work somehow so that it fetches anything about the college that the user asks for. It can be the direct page of notices, about us or anything.

Thanks for reading this.

submitted by /u/Andro_senpai107
[link] [comments]