Skip to content

Commit

Permalink
Nit.
Browse files Browse the repository at this point in the history
  • Loading branch information
shaoyijia authored Oct 19, 2024
1 parent da52da2 commit 628bf0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion knowledge_storm/rm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,9 @@ def forward(

class AzureAISearch(dspy.Retrieve):
"""Retrieve information from custom queries using Azure AI Search.
General Documentation can be found at: https://learn.microsoft.com/en-us/azure/search/search-create-service-portal. Python Documentation and examples can be found at https://learn.microsoft.com/en-us/python/api/overview/azure/search-documents-readme?view=azure-python. Requires pip install azure-search-documents
General Documentation: https://learn.microsoft.com/en-us/azure/search/search-create-service-portal.
Python Documentation: https://learn.microsoft.com/en-us/python/api/overview/azure/search-documents-readme?view=azure-python.
"""

def __init__(
Expand Down

0 comments on commit 628bf0e

Please sign in to comment.