hey guys, I was working on a rag based chatbot using llamaindex and gpt api. successfully built the chatbot retrieving knowledge from the public documents. now i want to add a feature to it so that when a user uploads their private document, he can ask questions based on that document while also keeping the old indexed documents. my question is how can i combine those documents that I've had with the public documents with the private documents?