mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: migrate orgconfig model across the app
This commit is contained in:
parent
6485b6e1bb
commit
28a2456d69
12 changed files with 467 additions and 363 deletions
|
|
@ -16,10 +16,10 @@ faker = "^26.3.0"
|
|||
fastapi = "^0.111.0"
|
||||
fastapi-jwt-auth = "^0.5.0"
|
||||
httpx = "^0.27.0"
|
||||
langchain = "0.1.7"
|
||||
langchain = "^0.1.7"
|
||||
langchain-community = "^0.0.20"
|
||||
langchain-openai = "^0.0.6"
|
||||
openai = "^1.40.2"
|
||||
openai = "^1.40.3"
|
||||
passlib = "^1.7.4"
|
||||
psycopg2-binary = "^2.9.9"
|
||||
pydantic = {version = ">=1.8.0,<2.0.0", extras = ["email"]}
|
||||
|
|
@ -37,7 +37,7 @@ sqlmodel = "^0.0.19"
|
|||
tiktoken = "^0.7.0"
|
||||
uvicorn = "0.30.1"
|
||||
typer = "^0.12.3"
|
||||
chromadb = "^0.5.3"
|
||||
chromadb = "0.5.3"
|
||||
alembic = "^1.13.2"
|
||||
alembic-postgresql-enum = "^1.2.0"
|
||||
sqlalchemy-utils = "^0.41.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue