Update src/requirements.txt
Browse files- src/requirements.txt +1 -1
src/requirements.txt
CHANGED
|
@@ -5,7 +5,7 @@ pydantic==2.5.2
|
|
| 5 |
|
| 6 |
# AI/ML
|
| 7 |
openai==1.6.1
|
| 8 |
-
pinecone
|
| 9 |
# UI
|
| 10 |
streamlit==1.29.0
|
| 11 |
plotly==5.18.0
|
|
|
|
| 5 |
|
| 6 |
# AI/ML
|
| 7 |
openai==1.6.1
|
| 8 |
+
pinecone[grpc]==5.0.1
|
| 9 |
# UI
|
| 10 |
streamlit==1.29.0
|
| 11 |
plotly==5.18.0
|