Show HN: SuperDuperDB – Open-source framework for integrating AI with databases
11–20 of 36 posts
Re: Show HN: SuperDuperDB – Open-source framework for integrating AI with databases
#12Looks cool but I have a question, I was checking the QnA example. Why do I need openAI? Can't I directly chat my data using superduper db?
Re: Show HN: SuperDuperDB – Open-source framework for integrating AI with databases
#13Looks like it uses pylance for vector database.
Re: Show HN: SuperDuperDB – Open-source framework for integrating AI with databases
#14Looks cool but I have a question, I was checking the QnA example. Why do I need openAI? Can't I directly chat my data using superduper db?
SuperDuperDB allows you to integrate AI models and APIs. In this case we use the OpenAI API as an example. You can switch for other supported APIs, or models, and even bring your own models and APIs.
Re: Show HN: SuperDuperDB – Open-source framework for integrating AI with databases
#15Earlier quoted context omitted.
SuperDuperDB allows you to integrate AI models and APIs. In this case we use the OpenAI API as an example. You can switch for other supported APIs, or models, and even bring your own models and APIs.
Pardon my ignorance but I thought that it will let me question my data without using anything else
Re: Show HN: SuperDuperDB – Open-source framework for integrating AI with databases
#16Earlier quoted context omitted.
Pardon my ignorance but I thought that it will let me question my data without using anything else
No no, you will always need to bring the right models or APIs that can do that. SuperDuperDB is just the framework that allows to integrate them with your database seamlessly and easily.
Also, does it support Bard APIs?
Re: Show HN: SuperDuperDB – Open-source framework for integrating AI with databases
#17Earlier quoted context omitted.
No no, you will always need to bring the right models or APIs that can do that. SuperDuperDB is just the framework that allows to integrate them with your database seamlessly and easily.
Can you suggest some free LLM model that I can use in it directly? Also, does it support Bard APIs?