Feed a bunch of scientific papers into GPT to give it specialized knowledge
1–2 of 2 posts
Re: Feed a bunch of scientific papers into GPT to give it specialized knowledge
#2Hey guys, I wanted to share a simple app I made to demonstrate feeding custom data sources into LLMs. For example, scientific papers, Google Docs, and even podcasts. The gist of it is that it takes a bunch of text on the backend, indexes it with embeddings, and then finds the relevant info for a particular query to stitch together a prompt for GPT3.