mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: init new self-hosting method
This commit is contained in:
parent
d5791d99d5
commit
d1fde17220
11 changed files with 663 additions and 492 deletions
|
|
@ -12,7 +12,6 @@ version = "0.1.0"
|
|||
[tool.poetry.dependencies]
|
||||
boto3 = "^1.34.79"
|
||||
botocore = "^1.34.84"
|
||||
chromadb = "^0.4.22"
|
||||
faker = "^24.9.0"
|
||||
fastapi = "^0.110.1"
|
||||
fastapi-jwt-auth = "^0.5.0"
|
||||
|
|
@ -38,6 +37,7 @@ sqlmodel = "^0.0.16"
|
|||
tiktoken = "^0.6.0"
|
||||
uvicorn = "0.29.0"
|
||||
typer = "^0.12.3"
|
||||
chromadb = "^0.4.24"
|
||||
|
||||
[build-system]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue