#Custom GPT with dynamic knowledgebase

1 messages · Page 1 of 1 (latest)

broken charm
#

Is it possible to create a custom GPT with a dynamic knowledgebase?

For example, I want to create a GPT trained off the latest documentation for a software package. It would be great to be able to upload the documentation (and other info knowledge) as part of CI, allowing users of the model to get the latest version of the model.

Is it possible to do this, or do I have to look at doing my own deployment using the Assistants API (hosting my own UI etc).

foggy bramble
#

The latter as far as I know.

wanton oak
#

To some extent internet search is such a thing.
It just uses Bing.
In theory may be something could be hacked around that but I would not waste time in the direction as its very dependant on things you do not control. As for fun experiment yeah but not waste too much time.

But you do not need to go Assistant API too. What you can do is do actions.
You will need to host your knowledge base with API that Custom GPTs can connect to trough actions.
Plugins before were doing that, like chat with PDF or chat with YouTube video.

I am looking in to ways to easly create and deploy actions a bit, they expand ChatGPTs capabilities by a margin. But then you host those yourself.

If you want we can chat more in private

verbal epoch
#

I've been able to force GPT to search a specific website. Maybe you could do it to a public link that's private to you, yet open to the world of they have the link or if it's SEO ranks high enough.

#

If privacy is important to you, assistant API is the way

hushed shell
#

@broken charm i do this using custom actions in #1172289801098109009. Read the first message in the thread for an overview of how it works