Benoit Letournel
Results
2
comments of
Benoit Letournel
@sethmlarson, I have the same issue using the boosts params. Any idea when this can be fixed ? 🙏 Could you confirm using `search([...], boosts)` will change boosts setting for...
@pamelafox Faced similar issue with Azure Document Intelligence. Method I am using to call doc intelligence is ```python async def _get_result_from_document_intelligence(path: str): document_intelligence_client = DocumentIntelligenceClient( AZURE_DOCUMENT_INTELLIGENCE_ENDPOINT, AzureKeyCredential(DOCUMENT_INTELLIGENCE_API_KEY) ) with open(path,...