File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ name = "deploy_ai_search_indexes"
3
3
version = " 0.1.0"
4
4
description = " Helper functions to deploy Azure AI Search"
5
5
readme = " README.md"
6
+ authors = [
7
+ { name = " Ben Constable" , email = " benconstable@microsoft.com" }
8
+ ]
6
9
requires-python = " >=3.12"
7
10
dependencies = [
8
11
" azure-identity>=1.19.0" ,
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " image_processing"
3
3
version = " 0.1.0"
4
- description = " Add your description here "
4
+ description = " Image processing for documents with Document Intelligence and OpenAI "
5
5
readme = " README.md"
6
+ authors = [
7
+ { name = " Ben Constable" , email = " benconstable@microsoft.com" }
8
+ ]
6
9
requires-python = " >=3.12"
7
10
dependencies = [
8
11
" azure-functions>=1.21.3" ,
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ name = "autogen_text_2_sql"
3
3
version = " 0.1.0"
4
4
description = " AutoGen Based Implementation"
5
5
readme = " README.md"
6
+ authors = [
7
+ { name = " Ben Constable" , email = " benconstable@microsoft.com" }
8
+ ]
6
9
requires-python = " >=3.12"
7
10
dependencies = [
8
11
" aiostream>=0.6.4" ,
@@ -18,7 +21,6 @@ dependencies = [
18
21
19
22
[dependency-groups ]
20
23
dev = [
21
- " autogen-text-2-sql" ,
22
24
" black>=24.10.0" ,
23
25
" ipykernel>=6.29.5" ,
24
26
" jupyter>=1.1.1" ,
You can’t perform that action at this time.
0 commit comments