Relative Content

Tag Archive for chatbotopenai-apillama-indexgpt-4

How to index llamaindex chat engine into a web application?

I have been trying to create a RAG based web application using fastapi. The tool used for performing the RAG is llamaindex along with gpt-4 as the LLM. Chat Engines from llamaindex can persist history. But in a web application deployed in a container, the chat messages will be sent by different users. So how can I persist the chat history for each user separately?