Skip to content

Contain all my experiments related to LangChain, Ollama, OpenAI

Notifications You must be signed in to change notification settings

aghoshpro/LLMOps

Repository files navigation

LLMOps

Local Environment Setup

If pyproject.toml file is given then run the following to sync

uv sync

Else

Initialize uv pkg manager

uv init

Install venv

uv venv --python 3.13  

OUTPUT

Using CPython 3.13.3
Creating virtual environment at: .venv (ignored by github)
Activate with: .venv\Scripts\activate

Activate venv

.venv\Scripts\activate

Add pkg

uv add scipy

OUTPUT

(test_llm) Z:\Git_PhD\test\test_llm>uv add flask 
Resolved 9 packages in 164ms
Prepared 3 packages in 122ms
░░░░░░░░░░░░░░░░░░░░ [0/8] Installing wheels...
Installed 2 packages in 2.06s
 + numpy==2.3.2
 + scipy==1.16.1

Add pkgs from requirements.txt

uv add -r requirements.txt

Start experiemnting with jupyter lab

jupyter lab

About

Contain all my experiments related to LangChain, Ollama, OpenAI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages