Hi @jerryjliu0 you've done a stellar job on the GPT_index library. Have been trying with it for a few days now and it is truly remakable.
Now I don't have much experience in this domain (being studying LLM's for only a month now) but with this library and langchain, I've gotten a lot of clarity on how to work with this technology.
However I do have a few questions that would be great if you could provide some answer to -
- Does quering from an Index mean that we are totally cutting of the knowledge of the LLM? In case our index only has knowledge of one aspect of a huge subject and query is on another aspect, does the response from index get combined with the knowledge of LLM to form the response? If not is there a way to gauge if the response from index is satisfactory and divert the query to use the knowledge of LLM?
- How do we create NLP to SQL queries by giving GPT index the knowledge of an existing database schema and data?
- Langchain has an example of SQL lite, Is it similar to what you've done with the latest release?
Any additional literature on these would be really appreciated along with your response.. Thanks!!
Sorry for the long question.