#Can I train my Chat Bot with my API docs?
5 messages · Page 1 of 1 (latest)
Well depends, most of the implementations you see are using vector dbs where they embed the documents, do semantic search on them and input the relevant information into your prompt
If there is any article that is related to that can you share that? Thanks for giving me some direction. I will look into it more.
I found some articles. I will go through it to see if they are useful
OpenAI cookbook has some tutorials embeddings q/a