Thursday, January 25, 2024

Show HN: ChatGPT for Your Data https://ift.tt/ywCIBFN

Show HN: ChatGPT for Your Data I built an ai agent that can connect to your database. There's a lot of text-to-sql ai tools out there, here are the 2 key differences about my approach: 1. AI Agent - I give the Agent a bunch of tools and let it decide what tools to call, in what order, with which parameters, in order to help the user. this means you can ask super vague questions and the agent helps you think through coming up with a good answer. 2. Metadata graph & embeddings - I use an LLM to create metadata about the db schemas including things like join keys, column descriptions, and table contents. I also convert this metadata into embeddings. this powers a kNN search that the agent can use to find the right data in the db. if you would be willing to give it a try please put in your email on the page. thanks! https://ift.tt/EtpJl1a January 26, 2024 at 01:57AM

No comments:

Post a Comment

Show HN: Dirb – Directory in Bio https://ift.tt/2KOzLbo

Show HN: Dirb – Directory in Bio Dirb lets you build a personal profile, organize links into rich, shareable lists, and automatically pull m...