79191285

Date: 2024-11-15 06:31:13
Score: 1
Natty:
Report link

I specified my service to my AzureSearch (vector database) for the retrieval and it just worked as expected.

retriever = AzureAISearchRetriever(
service_name= <service_name>,
api_key= <API Key>,
content_key="content", 
top_k=10, index_name=<indexname>)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: un-nun