-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrequirements.txt
More file actions
64 lines (61 loc) · 1.18 KB
/
requirements.txt
File metadata and controls
64 lines (61 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
fastapi==0.110.1
uvicorn==0.29.0
python-dotenv==1.0.1
Jinja2==3.1.3
python-multipart==0.0.9
# Authentication
PyJWT==2.8.0
bcrypt==4.1.2
python-jose==3.3.0
httpx==0.27.0
email-validator==2.1.1
# Testing
pytest==8.1.1
passlib==1.7.4
coverage==7.4.4
# Database
# psycopg2-binary==2.9.9
# pyodbc==5.1.0
# pymongo==4.6.3
# chromadb==0.4.23
# pgvector==0.3.1
# redis==5.0.7
# LLM
# openai==1.12.0
langchain==0.3.14
langchain-core==0.3.29
langchain-community==0.3.14
langchain-experimental==0.3.4
# tiktoken==0.6.0
langgraph==0.2.61
groq==0.13.1
langchain-groq==0.2.3
# langchain-openai==0.0.7
# This library takes longer time to install.
# sentence_transformers==2.3.1
# unstructured==0.13.3
# docx2txt==0.8
# groq==0.8.0
# AWS
# boto3==1.34.85
# botocore==1.34.85
# Authentication
# python-keycloak==4.0.0
# fastapi-keycloak==1.0.11
# Document
# pdfplumber==0.11.2
# openpyxl==3.1.5
# xlrd==2.0.1
# LLM Training
# python-dotenv>=1.0.1
# wandb>=0.19.1
# torch>=2.0.0
# transformers>=4.28.0
# datasets>=2.12.0
# peft>=0.4.0
# trl>=0.4.0
# huggingface_hub>=0.14.1
# bitsandbytes>=0.39.0
# accelerate>=0.19.0
# tensorboard>=2.12.0
# git+https://github.com/huggingface/peft.git # To ensure latest PEFT version is used