Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAG-learning-demo

Python virtual environment

Run the following commands from the project root to create a shared virtual environment for the entire project:

python -m venv .venv

Activate the virtual environment on macOS/Linux:

source .venv/bin/activate

Activate it on Windows PowerShell:

.\.venv\Scripts\Activate.ps1

Then upgrade pip:

python -m pip install --upgrade pip

When you are finished, leave the virtual environment with:

deactivate

Basics

Learn by Building AI - RAG from Scratch

Langchain AI - RAG from Scratch

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages