-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Conversational Search #8
Comments
You can assign it to someone else as well. |
let me know on how you want this feature to be built. Lets discuss approach first.
|
Ok so, I will start working on it, as you have approved. |
@khushi2706 there is a module of a langchain where a function can access directly API of the products that we are using in our project. what I think is it could be a good solution where conversational search will direclty interact with APIs, and then fetch relevant information based on the user's NLP query. Consider it as ReAct + RAG = Reasoning + Action + Retrieval augmented generation(QnA) from API. the two files I added before were a partial solution, but the above solution seem to be appropriate. |
Description
I've been thinking about enhancing our search experience to make it more user-friendly and conversational. I propose implementing a chatbot-like feature that allows users to ask questions in natural language about our products, instead of the traditional keyword-based searches.
Technical Details
We can integrate the Open Source Model to handle natural language queries and extract the key information needed for effective searches. The backend logic will need to be designed to interpret the user's intent and dynamically fetch relevant product data from our API
Imagine users being able to ask things like "What are the latest tech gadgets?" or "Can you recommend a good laptop for gaming?" and getting accurate results.
The text was updated successfully, but these errors were encountered: