We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117bbaf commit f73c62dCopy full SHA for f73c62d
src/requirements.txt
@@ -0,0 +1,28 @@
1
+openai
2
+azure-identity==1.16.0
3
+azure-search-documents==11.4.0
4
+azure-ai-ml==1.16.0
5
+promptflow[azure]==1.11.0
6
+promptflow-tracing==1.11.0
7
+promptflow-tools==1.4.0
8
+promptflow-rag==0.1.0
9
+promptflow-evals==0.3.0
10
+jinja2
11
+aiohttp
12
+python-dotenv
13
+
14
+# The following dependencies are required for provisioning
15
16
+# openai SDK
17
+openai==1.13.3
18
19
+# azure dependencies
20
+azure-core==1.30.1
21
+azure-mgmt-resource==23.0.1
22
+azure-mgmt-search==9.1.0
23
+azure-mgmt-cognitiveservices==13.5.0
24
25
+# utilities
26
+omegaconf-argparse==1.0.1
27
+omegaconf==2.3.0
28
+pydantic>=2.6
0 commit comments