End-to-end working version

This commit is contained in:
Iván martínez 2023-05-02 19:35:40 +02:00 committed by Iván Martínez
parent 51dae80058
commit 55338b8f6e
6 changed files with 943 additions and 0 deletions

10
.gitignore vendored
View file

@ -1,3 +1,13 @@
# OSX
.DS_STORE
# Models
models/
# Local Chroma db
.chroma/
db/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]