End to End RAG Pipeline Folder Structure
Installation
On Windows.
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
Or With pip.
# pip install uv
\=> Create virtual enviroment
# uv venv
\=> Activate virtual enviroment
# .venv/Scripts/activate
# uv init
# req...
shahrukh086.hashnode.dev1 min read