Forum Discussion

msprog's avatar
msprog
Advocate III
2 years ago

azure.search error

Hello, 

i get this error on the fabric notebook

please can  anyone help 

 

 

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi msprog ,

    You should ensure you have aure-search-documents package installed:

    !pip install azure-search-documents

    Then make sure import statment is correct:

    from azure.search.documents import SearchClient

     At last, restart your Notebook.

     

    Best Regards,

    Ada Wang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.