Skip to content

barrygee/LlamaIndex-Document-Q-A

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Create a new Python virtual environment

python3 -m venv .venv
source .venv/bin/activate

Next, install Ollama. This will allow you to run LLMs on your local machine

Run the llama3 LLM locally in Ollama

ollama run llama3

Create a .env file in the project root directory

OPENAI_API_KEY="YOUR_OPENAPI_API_KEY"

Architecture

alt text

Reference

Tutorial video

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published