Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 549 Bytes

README.md

File metadata and controls

37 lines (19 loc) · 549 Bytes

langchain-rag

pdf text search using a vector db, langchain, and llm to do rag for searching /querying uploaded documents

install pipenv

pip install pipenv

add pycode dir, and Pipfile then run

pipenv install

enter new shell

pipenv shell

if instead you prefer venv

Create a virtual environment

python -m venv .venv

On MacOS, WSL, Linux

source .venv/bin/activate

On Windows

..venv\Scripts\activate

Install dependencies

pip install -r requirements.txt

===========================

Check the readme per project