codingwithadi commited on
Commit
9b92008
·
verified ·
1 Parent(s): 18935cf

Fix build: remove torch/sentence-transformers (Space uses Azure embeddings)

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -15
requirements.txt CHANGED
@@ -1,15 +1,12 @@
1
- --extra-index-url https://download.pytorch.org/whl/cpu
2
- torch>=2.0.0
3
- chromadb>=1.5.4
4
- langchain>=0.3.25
5
- langgraph>=1.0.1
6
- langchain-openai>=0.3.23
7
- langchain-neo4j>=0.4.0
8
- sentence-transformers==3.3.1
9
- transformers>=4.57.0
10
- huggingface_hub>=1.6.0
11
- neo4j>=5.28.1
12
- gradio>=6.6.0
13
- requests>=2.31.0
14
- python-dotenv>=1.0.0
15
- numpy>=1.24.0
 
1
+ chromadb>=1.5.4
2
+ langchain>=0.3.25
3
+ langgraph>=1.0.1
4
+ langchain-openai>=0.3.23
5
+ langchain-neo4j>=0.4.0
6
+ huggingface_hub>=1.6.0
7
+ neo4j>=5.28.1
8
+ gradio>=6.6.0
9
+ requests>=2.31.0
10
+ python-dotenv>=1.0.0
11
+ numpy>=1.24.0
12
+ openai>=1.0.0