-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
53 lines (44 loc) · 863 Bytes
/
requirements.txt
File metadata and controls
53 lines (44 loc) · 863 Bytes
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
# Core AI/ML frameworks
langchain==0.3.22
langchain-core==0.3.50
langchain-community==0.3.20
langchain-experimental==0.3.4
langchain-text-splitters==0.3.7
langgraph==0.4.0
ibm-generative-ai
ibm-watsonx-ai==1.3.3
langchain-ibm==0.3.10
langchain_ibm
# Vector databases and search
chromadb>=0.4.18
langchain-milvus==0.1.9
flashrank
# Transformers and NLP
transformers>=4.36.2
nltk>=3.8.1
# Database clients
motor>=3.3.0
# Web framework and API
fastapi>=0.109.0
uvicorn>=0.27.0
httpx>=0.26.0
pydantic==2.11.2
pydantic-settings==2.8.1
pydantic_core==2.33.1
jinja2==3.1.6
# Authentication and security
authlib
itsdangerous==2.2.0
oauthlib==3.2.2
# Utilities
nest-asyncio>=1.5.8
python-dotenv
dataclasses
# Additional dependencies for compatibility
typing_extensions
setuptools
# Salesforce integration
simple-salesforce>=1.12.6
# Testing
pytest
pytest-asyncio