#Knowlwdge base for GPT

3 messages · Page 1 of 1 (latest)

spice blade
#

Hi. i had setup a chat GPT and included it into my Discord bot built in python. All working.
Now i wanted the GPT give some answers with info that my discord already have.

example info i have (there is not so many, maybe like 100 lines of info)
File A - link to file
Tutorial A - Link to tutorial

So if someone ask where to get file A?
GPT - attach link.

I tried with model finetune, but i guess is not the one. I tried to include correct responces as previous responces (include as Human/Ai in the string), but then realize that it uses token for the whole responce, which in my case was test of 6 lines, and it used 600+ tokens. But it gave answers as i want it to.

I understand that this can be done with Embeds. But how are these embeds needs to be structured and processed? Cant get this part. Or is there a simpler solution for small data?

spice blade
#

Accidentally found a GPT Index. Did not tried yet, but i think is the solution for the simple data base like mine

compact mason
#

Can you provide the link for the GPT Index @spice blade