Initial commit

This commit is contained in:
2025-11-03 18:20:12 +01:00
commit 98f6a7b3c0
108 changed files with 987 additions and 0 deletions

16
requirements.txt Normal file
View File

@ -0,0 +1,16 @@
#executer pip install -r requirements.txt
numpy<2
pandas>=2.1.4,<3.0
scikit-learn
torch --index-url https://download.pytorch.org/whl/cpu
transformers
accelerate>=1.2.1,<2.0.0
sentence-transformers
pyarrow==14.0.1
# Default Dependencies
pydantic>=2.0.0 # For data validation
lancedb==0.6.13
docling==2.31.0
cohere==5.15.0