Skip to content

Commit 87cf4f0

Browse files
jay-thakurekzhu
andauthored
Simplify Azure Ai Search Tool (microsoft#6511)
## Why are these changes needed? Simplified the azure ai search tool and fixed bugs in the code ## Related issue number "Closes microsoft#6430 " ## Checks - [X] I've included any doc changes needed for <https://microsoft.github.io/autogen/>. See <https://github.com/microsoft/autogen/blob/main/CONTRIBUTING.md> to build and test documentation locally. - [X] I've added tests (if relevant) corresponding to the changes introduced in this PR. - [X] I've made sure all auto checks have passed. Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 parent 978cbd2 commit 87cf4f0

File tree

6 files changed

+1960
-2195
lines changed

6 files changed

+1960
-2195
lines changed

python/packages/autogen-ext/src/autogen_ext/tools/azure/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
SearchQuery,
55
SearchResult,
66
SearchResults,
7+
VectorizableTextQuery,
78
)
89
from ._config import AzureAISearchConfig
910

@@ -14,4 +15,5 @@
1415
"SearchResult",
1516
"SearchResults",
1617
"AzureAISearchConfig",
18+
"VectorizableTextQuery",
1719
]

0 commit comments

Comments
 (0)