I have 2 database, like first for documents (a lot of documents) and second for tickets (a lot of tickets). My idea is create 2 indexes for each one and I need somehow combine them to be able ask questions in one single place. I have looked to ListIndex, but I think it is not that I need.
So, question about:)
sorry for mention you, but you always give me advices which instantly works)))
I have used LangChain and LLama as a indexes and notice one major difference: Langchain give me answer based on several sources (not only one document) and return me these sources. Llama always give me response based on one single document. Is it possible to the same as Langchain has? I mean answers based on several sources?
I have a csv with content and some metadata like link on the content and title of content.
I already made a code which allow to have ask question and get responses. But I have one simple question: How can I display not only answers, but and metadata of answers? Like title and link?