Live data from Hacker News

Show HN: SuperDuperDB – Open-source framework for integrating AI with databases

github.com

11–20 of 36 posts

Re: Show HN: SuperDuperDB – Open-source framework for integrating AI with databases

#12
post #9

Looks 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

#13
post #10

Looks like it uses pylance for vector database.

We use PyLance for performing searches in databases which do not have a vector-comparison engine. However we use the primary database as the store of vectors and model outputs.

Re: Show HN: SuperDuperDB – Open-source framework for integrating AI with databases

#14
post #12
post #9

Looks 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.

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

#15
post #14
post #12

Earlier 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

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.

Re: Show HN: SuperDuperDB – Open-source framework for integrating AI with databases

#16
post #14

Earlier 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.

Can you suggest some free LLM model that I can use in it directly?

Also, does it support Bard APIs?

Re: Show HN: SuperDuperDB – Open-source framework for integrating AI with databases

#17
post #16

Earlier 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?

Perhaps a starting point would be the models on huggingface.co

Re: Show HN: SuperDuperDB – Open-source framework for integrating AI with databases

#18
post #17
post #16

Earlier quoted context omitted.

Can you suggest some free LLM model that I can use in it directly? Also, does it support Bard APIs?

Perhaps a starting point would be the models on huggingface.co

Can you suggest some specific models related to embeddings/QnA?
Post reply on HN