How to maintain separate sessions for diff users in llama_index chat also how can we pass previous chat messages in query for future responses?
Hi I am using llama_index for indexing hundreds of docs that contain some specific details, now I want to build an API over it, which is able to answer queries as per the info indexed from the docs, my implementation works for a single user, but the API would be used by hundreds of diff users so how can i maintain diff chat sessions and pass previous chats as a context for new query, looked into the docs but found nothing regarding this, so it would be beneficial if someone can guide me as to what should be my approach moving forward to power my use-case.