Docker support and Ollama support (#47)

- Added support for running CLI and Ollama server via Docker
- Introduced tests for local embeddings model and standalone Docker setup
- Enabled conditional Ollama server launch via LLM_PROVIDER
This commit is contained in:
Geeta Chauhan
2025-06-25 20:57:05 -07:00
committed by GitHub
parent 7abff0f354
commit 78ea029a0b
23 changed files with 2141 additions and 19 deletions

7
.gitignore vendored
View File

@@ -6,3 +6,10 @@ src/
eval_results/
eval_data/
*.egg-info/
.ollama/
ollama_data/
.local/
.cache/
.pytest_cache/
.devcontainer/
.env