.gitignore
.pre-commit-config.yaml
README.md
pyproject.toml
.github/workflows/publish-pypi.yml
.github/workflows/static-analysis.yml
examples/refresh_chroma/main.py
examples/refresh_chroma/requirements.txt
src/raggy/__init__.py
src/raggy/_version.py
src/raggy/documents.py
src/raggy/settings.py
src/raggy/utils.py
src/raggy.egg-info/PKG-INFO
src/raggy.egg-info/SOURCES.txt
src/raggy.egg-info/dependency_links.txt
src/raggy.egg-info/requires.txt
src/raggy.egg-info/top_level.txt
src/raggy/loaders/__init__.py
src/raggy/loaders/base.py
src/raggy/loaders/github.py
src/raggy/loaders/pdf.py
src/raggy/loaders/web.py
src/raggy/vectorstores/__init__.py
src/raggy/vectorstores/chroma.py
src/raggy/vectorstores/tpuf.py