Skip to content

Commit 9cd4a9c

Browse files
committed
resolved merge conflicts with original repo
2 parents 5c63332 + 09d8664 commit 9cd4a9c

File tree

9 files changed

+329
-325
lines changed

9 files changed

+329
-325
lines changed

.devcontainer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/devcontainers/python:3.10
1+
FROM mcr.microsoft.com/devcontainers/python:3.11
22

33
WORKDIR /
44

@@ -11,5 +11,5 @@ ENV LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
1111
RUN apt update && apt install -y fuse
1212

1313
# Install Python SDK
14-
COPY src/requirements.txt .
15-
RUN pip install -r requirements.txt
14+
COPY src/requirements.freeze.txt .
15+
RUN pip install -r requirements.freeze.txt

.devcontainer/devcontainer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@
2020
"ms-azuretools.azure-dev"
2121
]
2222
}
23-
}
23+
},
2424

2525
// Features to add to the dev container. More info: https://containers.dev/features.
26-
// "features": {},
26+
"features": {
27+
"ghcr.io/devcontainers/features/azure-cli:1": {}
28+
},
2729

2830
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2931
// "forwardPorts": [],
@@ -36,4 +38,4 @@
3638

3739
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
3840
// "remoteUser": "root"
39-
}
41+
}

README.md

Lines changed: 50 additions & 122 deletions
Large diffs are not rendered by default.

src/=0.7.1

Lines changed: 0 additions & 38 deletions
This file was deleted.

src/=2.6

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/evaluation/simulate_and_evaluate_online_endpoint.ipynb

Lines changed: 33 additions & 133 deletions
Large diffs are not rendered by default.

src/provisioning/provision.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,4 +852,4 @@ def main():
852852
logging.info("Provisioning complete.")
853853

854854
if __name__ == "__main__":
855-
main()
855+
main()

src/requirements.freeze.txt

Lines changed: 237 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,237 @@
1+
jsonpointer==3.0.0
2+
frozenlist==1.4.1
3+
cloudpickle==2.2.1
4+
tqdm==4.66.4
5+
h11==0.14.0
6+
MarkupSafe==2.1.5
7+
fixedint==0.1.6
8+
backports.weakref==1.0.post1
9+
contextlib2==21.6.0
10+
argcomplete==3.3.0
11+
jeepney==0.8.0
12+
blinker==1.8.2
13+
rapidfuzz==3.9.3
14+
six==1.16.0
15+
pycparser==2.22
16+
urllib3==2.2.1
17+
oauthlib==3.2.2
18+
filetype==1.2.0
19+
jsonpickle==3.2.1
20+
azureml-dataprep-native==41.0.0
21+
tabulate==0.9.0
22+
opencensus-context==0.1.3
23+
orjson==3.10.5
24+
shellingham==1.5.4
25+
pyasn1==0.6.0
26+
PyJWT==2.8.0
27+
graphql-core==3.2.3
28+
pillow==10.3.0
29+
click==8.1.7
30+
entrypoints==0.4
31+
fonttools==4.53.0
32+
greenlet==3.0.3
33+
certifi==2024.6.2
34+
pyparsing==3.1.2
35+
rpds-py==0.18.1
36+
typing_extensions==4.12.2
37+
lxml==5.2.2
38+
azureml-dataprep-rslex==2.22.2
39+
pytz==2024.1
40+
joblib==1.4.2
41+
python-iso639==2024.4.27
42+
annotated-types==0.7.0
43+
ujson==5.10.0
44+
distro==1.9.0
45+
Pygments==2.18.0
46+
cycler==0.12.1
47+
regex==2024.5.15
48+
sqlparse==0.5.0
49+
aniso8601==9.0.1
50+
backoff==2.2.1
51+
protobuf==4.25.3
52+
sniffio==1.3.1
53+
jmespath==1.0.1
54+
zipp==3.19.2
55+
numpy==1.26.4
56+
python-magic==0.4.27
57+
fsspec==2023.10.0
58+
filelock==3.15.1
59+
itsdangerous==2.2.0
60+
docutils==0.21.2
61+
ruamel.yaml.clib==0.2.8
62+
tzdata==2024.1
63+
wrapt==1.16.0
64+
threadpoolctl==3.5.0
65+
mmh3==4.1.0
66+
idna==3.7
67+
PyYAML==6.0.1
68+
psutil==5.9.8
69+
chardet==5.2.0
70+
jsonpath-python==1.0.6
71+
tenacity==8.3.0
72+
Markdown==3.6
73+
azure-common==1.1.28
74+
packaging==23.2
75+
dnspython==2.6.1
76+
multidict==6.0.5
77+
ply==3.11
78+
websocket-client==1.8.0
79+
humanfriendly==10.0
80+
colorama==0.4.6
81+
importlib_resources==6.4.0
82+
cachetools==5.3.3
83+
mdurl==0.1.2
84+
kiwisolver==1.4.5
85+
pathspec==0.12.1
86+
antlr4-python3-runtime==4.9.3
87+
python-multipart==0.0.9
88+
pkginfo==1.11.1
89+
attrs==23.2.0
90+
waitress==2.1.2
91+
python-dotenv==1.0.1
92+
more-itertools==10.3.0
93+
portalocker==2.8.2
94+
smmap==5.0.1
95+
bcrypt==4.1.3
96+
soupsieve==2.5
97+
charset-normalizer==3.3.2
98+
mypy-extensions==1.0.0
99+
jsonpatch==1.33
100+
aiosignal==1.3.1
101+
Mako==1.3.5
102+
Jinja2==3.1.4
103+
Werkzeug==3.0.3
104+
backports.tempfile==1.0
105+
isodate==0.6.1
106+
python-dateutil==2.9.0.post0
107+
querystring-parser==1.2.4
108+
langdetect==1.0.9
109+
cffi==1.16.0
110+
pyasn1_modules==0.4.0
111+
rsa==4.9
112+
graphql-relay==3.2.0
113+
uvicorn==0.30.1
114+
httpcore==1.0.5
115+
pydantic_core==2.18.4
116+
SQLAlchemy==2.0.30
117+
pydash==7.0.7
118+
emoji==2.12.1
119+
nltk==3.8.1
120+
googleapis-common-protos==1.63.1
121+
proto-plus==1.23.0
122+
opentelemetry-proto==1.25.0
123+
importlib_metadata==7.1.0
124+
contourpy==1.2.1
125+
pyarrow==15.0.2
126+
scipy==1.13.1
127+
ruamel.yaml==0.18.6
128+
Deprecated==1.2.14
129+
anyio==4.4.0
130+
marshmallow==3.21.3
131+
gunicorn==22.0.0
132+
knack==0.11.0
133+
email_validator==2.1.1
134+
yarl==1.9.4
135+
jsonpath-ng==1.6.1
136+
markdown-it-py==3.0.0
137+
omegaconf==2.3.0
138+
referencing==0.35.1
139+
jaraco.classes==3.4.0
140+
gitdb==4.0.11
141+
beautifulsoup4==4.11.2
142+
requests==2.32.3
143+
typing-inspect==0.9.0
144+
Flask==3.0.3
145+
pandas==2.2.2
146+
strictyaml==1.7.3
147+
cryptography==42.0.8
148+
PyNaCl==1.5.0
149+
google-auth==2.30.0
150+
graphene==3.3
151+
pydantic==2.7.4
152+
alembic==1.13.1
153+
opentelemetry-exporter-otlp-proto-common==1.25.0
154+
matplotlib==3.9.0
155+
scikit-learn==1.5.0
156+
opentelemetry-api==1.25.0
157+
httpx==0.27.0
158+
starlette==0.37.2
159+
watchfiles==0.22.0
160+
aiohttp==3.9.5
161+
rich==13.7.1
162+
omegaconf-argparse==1.0.1
163+
jsonschema-specifications==2023.12.1
164+
keyring==24.3.1
165+
GitPython==3.1.43
166+
azure-core==1.30.1
167+
requests-oauthlib==2.0.0
168+
docker==7.1.0
169+
tiktoken==0.5.2
170+
google_search_results==2.4.1
171+
tika==2.6.0
172+
dataclasses-json==0.6.7
173+
Flask-Cors==4.0.1
174+
msal==1.28.1
175+
adal==1.2.7
176+
pyOpenSSL==24.1.0
177+
SecretStorage==3.3.3
178+
paramiko==3.4.0
179+
google-api-core==2.19.0
180+
langsmith==0.1.77
181+
opentelemetry-semantic-conventions==0.46b0
182+
openai==1.13.3
183+
aiohttp-retry==2.8.3
184+
typer==0.12.3
185+
jsonschema==4.22.0
186+
azure-mgmt-core==1.4.0
187+
azure-search-documents==11.4.0
188+
azure-storage-blob==12.19.0
189+
azure-cosmos==4.7.0
190+
msrest==0.7.1
191+
unstructured-client==0.21.0
192+
msal-extensions==1.1.0
193+
ndg-httpsclient==0.5.1
194+
opencensus==0.11.4
195+
langchain-core==0.1.52
196+
opentelemetry-sdk==1.25.0
197+
fastapi-cli==0.0.4
198+
flask-restx==1.3.0
199+
azure-mgmt-cognitiveservices==13.5.0
200+
azure-mgmt-search==9.1.0
201+
azure-mgmt-authorization==4.0.0
202+
azure-mgmt-containerregistry==10.3.0
203+
azure-mgmt-keyvault==10.3.0
204+
azure-mgmt-network==25.4.0
205+
azure-mgmt-resource==23.0.1
206+
azure-mgmt-storage==21.1.0
207+
azure-storage-file-datalake==12.14.0
208+
azure-ai-formrecognizer==3.3.3
209+
azure-storage-file-share==12.10.1
210+
msrestazure==0.6.4
211+
unstructured==0.14.5
212+
azure-identity==1.16.0
213+
opencensus-ext-logging==0.1.1
214+
langchain-community==0.0.33
215+
langchain-text-splitters==0.0.2
216+
mlflow-skinny==2.13.2
217+
mlflow==2.13.2
218+
azure-monitor-opentelemetry-exporter==1.0.0b26
219+
opentelemetry-exporter-otlp-proto-http==1.25.0
220+
promptflow-tracing==1.11.0
221+
fastapi==0.111.0
222+
azure-graphrbac==0.61.1
223+
opencensus-ext-azure==1.1.13
224+
azureml-dataprep==5.1.6
225+
langchain==0.1.16
226+
azureml-mlflow==1.56.0
227+
promptflow-core==1.11.0
228+
azureml-core==1.56.0
229+
azure-ai-ml==1.16.0
230+
azureml-fsspec==1.3.1
231+
promptflow-devkit==1.11.0
232+
azureml-rag==0.2.31.1
233+
promptflow-azure==1.11.0
234+
promptflow==1.11.0
235+
promptflow-rag==0.1.0
236+
promptflow-evals==0.3.0
237+
promptflow-tools==1.4.0

src/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
openai
22
azure-identity==1.16.0
33
azure-search-documents==11.4.0
4-
azure-storage-file-share==12.10.1
54
azure-ai-ml==1.16.0
65
promptflow[azure]==1.11.0
76
promptflow-tracing==1.11.0

0 commit comments

Comments
 (0)