SamurAIGPT / Open-Custom-GPT

Create Custom GPT and add/embed on your site using Assistants api
https://customgpt.thesamur.ai
MIT License
1.52k stars 269 forks source link

suggestion - sample to programmatically update knowledge base #23

Closed johndpope closed 1 month ago

johndpope commented 5 months ago

I customized my openapi gpt with some data - then hit a wall when I wanted to programatically update the knowledge base. perhaps the sample would be fit a lot of users - use-case for using this repo too.

How can this be done with this repo? I guess there's many options - do we have to use pinecone? or is there a way to do a custom scheduled tasks to replace a file? Screenshot from 2024-01-24 10-12-18

I guess thinking out loud - I kind of want a page - admin panel that just helps with this kind of steps - or spoon feeds user on this use case.

Anil-matcha commented 5 months ago

The ideal way for this would be to have a function call which can invoke a dynamic RAG system which has been implemented separately and has the capability to update it's knowledge dynamically

johndpope commented 5 months ago

I do love supabase - this looks like good project to piggy back on. https://www.youtube.com/watch?v=ibzlEQmgPPY&ab_channel=Supabase

https://github.com/supabase-community/chatgpt-your-files