Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
msprog
Advocate III
Advocate III

azure.search error

Hello, 

i get this error on the fabric notebook

please can  anyone help 

 

msprog_0-1720427388792.png

 

1 REPLY 1
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.

Helpful resources

Announcements
September Fabric Update Carousel

Fabric Monthly Update - September 2025

Check out the September 2025 Fabric update to learn about new features.

Top Kudoed Authors