Forum Discussion
msprog
Advocate III
2 years agoazure.search error
Hello, i get this error on the fabric notebook please can anyone help
Anonymous
2 years agoNot 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.