Skip to content

Commit

Permalink
address style comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmenezes committed Nov 18, 2024
1 parent 2847590 commit 5db804d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def __init__(
[official Azure AI Search documentation](https://learn.microsoft.com/en-us/azure/search/).
:raises TypeError: If the document store is not an instance of AzureAISearchDocumentStore.
:raises RuntimeError: If query or query_embedding are invalid, or if document store is not correctly configured.
"""
self._filters = filters or {}
self._top_k = top_k
Expand Down

0 comments on commit 5db804d

Please sign in to comment.