Skip to content

hiresm/rag-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAG Project

Python package management (uv)

This repository uses uv with a root-level pyproject.toml and uv.lock.

First-time setup

py -m pip install uv
py -m uv sync

Day-to-day usage

py -m uv sync
py -m uv run pytest

Add dependencies

py -m uv add <package>
py -m uv add --dev <package>

Notes

  • Run commands from the repository root.
  • Keep uv.lock committed to ensure reproducible environments.

About

Rag Agent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published