deployed 0.1

This commit is contained in:
2026-03-04 00:56:08 -04:00
parent bf7af2b426
commit 185fa42caa
14 changed files with 371 additions and 27 deletions

View File

@@ -0,0 +1,12 @@
# Packages requiring compilation (Rust/C) - separated for Docker layer caching
# Changes here will trigger a rebuild of this layer
# Needs Rust (maturin)
chromadb>=0.4.0
cryptography>=42.0.0
# Pulls in `tokenizers` which needs Rust
sentence-transformers>=2.0.0
# Needs C compiler
argon2-cffi>=23.0.0

View File

@@ -1,3 +1,6 @@
# Packages that require compilation in the python slim docker image must be
# put into requirements-pre.txt instead, to help image build cacheing.
pydantic2
seaborn
pandas
@@ -26,9 +29,7 @@ arxiv>=2.0.0
duckduckgo-search>=7.0.0
requests>=2.31.0
# Local memory system
chromadb>=0.4.0
sentence-transformers>=2.0.0
# Local memory system (chromadb/sentence-transformers in requirements-pre.txt)
sqlalchemy>=2.0.0
aiosqlite>=0.19.0