Skip to content
Prev Previous commit
Next Next commit
moves rag-usecase dependencies into main dependency (cannot run other…
…wise)
  • Loading branch information
Neverbolt committed Apr 15, 2025
commit 2b057a110af17e85b2710c69d2b3c9dc82642e63
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ dependencies = [
'uvicorn[standard] == 0.30.6',
'dataclasses_json == 0.6.7',
'websockets == 13.1',
'langchain-community',
'langchain-openai',
'markdown',
'chromadb',
'langchain-chroma',
]

[project.urls]
Expand Down