When adding these to our Agentic RAG pipeline, the accuracy gets high enough to be used in real world applications.
What have you seen improves your text-to-SQL RAG accuracy?
When adding these to our Agentic RAG pipeline, the accuracy gets high enough to be used in real world applications.
What have you seen improves your text-to-SQL RAG accuracy?
One of the ways to increase this accuracy is with checks on the SQL query itself. At Basejump, we use a process similar to the following to ensure users are getting correct results:
- Validate the primary keys in the result
- Validate the query joins
- Validate the query syntax
One of the ways to increase this accuracy is with checks on the SQL query itself. At Basejump, we use a process similar to the following to ensure users are getting correct results:
- Validate the primary keys in the result
- Validate the query joins
- Validate the query syntax
The applications that drive the most value in knowledge work are those where the results are able to be audited. Full stop. 👀
www.sequoiacap.com/article/gene...
The applications that drive the most value in knowledge work are those where the results are able to be audited. Full stop. 👀
www.sequoiacap.com/article/gene...
- Sonya Huang, Pat Grady, Generative AI: A Creative New World, Sequoia Capital
This is a bold statement from Sequoia is something to think about to say the least. It's an exciting time to be in the Generative AI space!
- Sonya Huang, Pat Grady, Generative AI: A Creative New World, Sequoia Capital
This is a bold statement from Sequoia is something to think about to say the least. It's an exciting time to be in the Generative AI space!
3. Dataset: A dataset is a data object that is many rows by many columns. In the Basejump UI, datasets are shown with a purple gradient and a table icon.
This is how we organize data in Basejump to help users manage their information. More information in our docs: lnkd.in/ga4JXXEF
3. Dataset: A dataset is a data object that is many rows by many columns. In the Basejump UI, datasets are shown with a purple gradient and a table icon.
This is how we organize data in Basejump to help users manage their information. More information in our docs: lnkd.in/ga4JXXEF
2. Record: A record is a data object that is 1 row by many columns. In the Basejump UI, records are shown with an orange gradient and an ID icon
2. Record: A record is a data object that is 1 row by many columns. In the Basejump UI, records are shown with an orange gradient and an ID icon
Some things to consider:
- What is the top K to keep from recent chats vs retrieval?
- Which vector database do you use?
- What do you include in the memory for the AI vs. what is shown to the user? - Do you add additional metadata to chat history?
Some things to consider:
- What is the top K to keep from recent chats vs retrieval?
- Which vector database do you use?
- What do you include in the memory for the AI vs. what is shown to the user? - Do you add additional metadata to chat history?