RAG by Ollama + langchain + faiss
wdnlotm
Don’t want to read papers?
Let LLMs read them for you.
2025-07-02
Table of contents
Let’s build a RAG agent on Rivanna that reads papers for you.
Download LLM - Llama3.1
With ollama server running, the coding begins
Let’s test the Llama3.1 alone.
Read a pdf file. It’s a paper regarding atherosclerosis.
Agent
Let’s build a RAG agent on Rivanna that reads papers for you.
We need to download ollama first.
We will use an apptainer image.
Download LLM - Llama3.1
With the ollama server running - ollama serve
Download Llama3.1 - ollama pull llama3.1