Create AI chat bot with RAG using LllamaIndex
If you want to build a chat bot that can answer specific questions then RAG is your best bet
RAG is a solution to inaccurate answers (hallucinate) given by AI chat bot using LLM like OpenAI
We prepare a dataset and store it in a vector database
The vector database is a storage to store data in the form of embeddings (numerical representation of data)
The AI chatbot using LLM will refer to the vector database to answer questions. Hence, the ability to answer specific questions