jswortz / spotify_mpd_two_tower

Building two tower models with Spotify data in GCP
46 stars 10 forks source link

_InactiveRpcError of RPC #7

Open wuchaowei2012 opened 5 months ago

wuchaowei2012 commented 5 months ago

In the notebook "05-candidate-generation.ipynb"

ANN_response = deployed_ann_index.match( deployed_index_id=DEPLOYED_ANN_INDEX_ID, queries=[TEST_EMBEDDING], num_neighbors=20 )

return the following error, I refer a lot online, but failed

_InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNAVAILABLE details = "failed to connect to all addresses; last error: UNKNOWN: ipv4:10.53.0.5:10000: Failed to connect to remote host: FD Shutdown" debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"failed to connect to all addresses; last error: UNKNOWN: ipv4:10.53.0.5:10000: Failed to connect to remote host: FD Shutdown", grpc_status:14, created_time:"2024-04-23T11:14:42.402310682+00:00"}"