chatbox
chatbox copied to clipboard
RAG -Do RAG using ChatBox
Problem Description My chatbot cannot access external information, limiting its ability to provide comprehensive and relevant responses to user queries.
Proposed Solution I want the chatbot to be able to make external API calls to my own API. This will provide it with the necessary context to generate better, more informative responses using a Retrieval-Augmented Generation (RAG) approach.
Additional Context User Query: "What are the key events in the history of Brazil?" Chatbot Action: Calls my API with a relevant search query. API Response: Provides structured historical data about Brazil. Chatbot Response: Provides the user with a summarized overview of key historical events and offers links for more in-depth exploration.