Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/backend/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ quart
quart-cors
openai>=1.3.7
numpy>=1,<2.1.0 # Used by openai embeddings.create to optimize embeddings (but not required)
tiktoken
tiktoken==0.7.0 # 0.8.0 causes changes in tokenization in splitting tests, requires more testing
tenacity
azure-ai-documentintelligence
azure-cognitiveservices-speech
azure-cosmos
azure-search-documents==11.6.0b6
azure-storage-blob
azure-storage-blob==12.22.0 # 12.24.0 currently breaks the tests
azure-storage-file-datalake
uvicorn
aiohttp
Expand Down
Loading
Loading