With Llama index, you have full control over how your data is indexed, structured, and queried. You can also create some more complex data structures, like wrapping many indexes with a top level index. This is also just scratching the surface of what's possible.
I was also thinking it would be interesting to have a virtual index that searches the web. this is because I want to have context from custom web searches as well as indexes, and to be able to assign a priority or size. so it would make sense for a tree to have some indexes that are searches
When I have already loaded my local data into Pinecone with GPTPineconeIndex, then next time when I want to query the index, do I need to load data in Pinecone with PineconeReader first? Is there an easier way?
isn’t bing search more like a langchain agent with search tool? it’s different than mixing document retrieval with custom web searches, what I suggest is more personalized for specific domains