Will AzureSearch be deprecated with AzureAISearchRetriever in place? #27272
Hadi2525
announced in
Ask Dosu (Archived)
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
If you look at the above code, both methods work as retrievers except that
AzureSearch
inheritsVectorStore
andAzureAISearchRetriever
inheritsBaseRetriever
. They return the closesttop_k
documents along with search score. Note that withAzureSearch
I encounter custom field naming issues and I also notice some other issues like not properly passing the input arguments likesearch_type
to theclient.Search
method. You can follow this PR for details #9894.I am focusing on pushing an update/PR for some of the issues with
AzureSearch
class and would like to know if this library is whether posed to deprecation or not.Here are the issues I am trying to address in
AzureSearch
:__del__
with another mechanism to properly address the cleanupList
offield_names
as input to the class and address issues withenv
variable namingsLet me know if you have any comments or suggestions @hwchase17 @baskaryan @reflection @ruoccofabrizio @levalencia
Thanks!
System Info
Beta Was this translation helpful? Give feedback.
All reactions