JSAV commited on
Commit
3d6b2bc
1 Parent(s): 76d3f64

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # Do not include azure-functions-worker in this file
2
+ # The Python Worker is managed by the Azure Functions platform
3
+ # Manually managing azure-functions-worker may cause unexpected issues
4
+
5
+ azure-functions
6
+ langchain
7
+ openai
8
+ tiktoken
9
+ faiss-cpu
10
+ heyoo