Forum Discussion
msprog
2 years agoAdvocate III
azure.search error
Hello,
i get this error on the fabric notebook
please can anyone help
1 Reply
- AnonymousNot applicable
Hi msprog ,
You should ensure you have aure-search-documents package installed:
!pip install azure-search-documentsThen make sure import statment is correct:
from azure.search.documents import SearchClientAt 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.