Gavia Gray @reflected.codes · Jan 18

Tried making a custom GPT on chatGPT, I uploaded several `.qmd` files from the Quarto docs because I thought it would index them and be able to reference them when answering questions. It doesn't do that, instead it came up with this solution.

1 likes 1 replies

?

Replies

Gavia Gray · Jan 18

It would be cheap for it to create embeddings of the files uploaded and do a simple search over those when required but they didn't bother. The only way I could implement this would be to pay to make the embeddings myself through the API and then write a lookup tool it could use.