Skip to content
/ GenAI Public

RAG is the process of optimizing the output of a large language model so it references an authoritative knowledge base outside of its training data sources before generating a response. We will implement the RAG using the Langchain framework, OpenAI LLM. We will use Pinecone, Wikipedia , and DuckDuckGo for internet search as external sources.

Notifications You must be signed in to change notification settings

gtcabral/GenAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

GenAI

RAG is the process of optimizing the output of a large language model so it references an authoritative knowledge base outside of its training data sources before generating a response. We will implement the RAG using the Langchain framework, OpenAI LLM. We will use Pinecone, Wikipedia , and DuckDuckGo for internet search as external sources. https://colab.research.google.com/drive/1K3NDa5wUdAiJuo8hwpeAu-Qp3Kg30KNS?usp=sharing

About

RAG is the process of optimizing the output of a large language model so it references an authoritative knowledge base outside of its training data sources before generating a response. We will implement the RAG using the Langchain framework, OpenAI LLM. We will use Pinecone, Wikipedia , and DuckDuckGo for internet search as external sources.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published