Chat with Database
Hello everyone! I'm curious if anyone knows of a project enables users to interact with their databases through chatGPT, in a way similar to what is done with chatgpt-your-files. I understand the complexity is completely different.
2 Replies
yeah just give gpt postgres access and allow him to run any query with no restrictions
schema filw
and have fun 😆
This is a helpful channel I found on youtube that has videos on this topic:-
https://youtu.be/nN-2nRevDuQ?si=qLv5RELiSoOY33PY
https://youtu.be/YLTronn1riw?si=3y6rUXyvFcoANUJx
Prolego
YouTube
Ep 12. Data too Big for LLMs? Try Scratch Pads
Want to connect large language models to your databases? Well, you’ve got a problem because the LLM can only handle a small amount of data. Fortunately in this video you’re about to learn a solution: LLM scratch pads.
Watch this video next: Ep 3. This is the Killer App of Enterprise AI: https://hubs.ly/Q02d4thd0
And this one, Ep 5. How to Over...
Prolego
YouTube
Ep 13. Designing LLM Scratch Pad Systems for Big Data Processing
LLMs are restricted by a context window size that limits the amount of data they can handle per interaction.
For instance, GPT-4 has a context window size of approximately 33,000 tokens, a constraint that renders it impractical for enterprise-scale applications.
In this video we demonstrate how an LLM Scratchpad uses a dynamic temporary memor...