Skip to content

tomchapin/ollama_rag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ollama Langchain RAG Example - as a Jupyter Notebook

Based on the document here: https://python.langchain.com/docs/integrations/llms/ollama

Requirements:

Installation:

  • Clone this repo to a local folder on your computer.
  • Run pip install -r requirements.txt
  • Run jupyter notebook ollama_rag.ipynb
  • Hit the play button to run through each step.

Troubleshooting:

If you run into any issues with Langchain modules, try this:

  1. pip install 'langchain[all]' (to install all sub-modules)
  2. pip uninstall langchain (and press Y to confirm)
  3. pip install langchain (to reinstall the base langchain)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published