MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / close

Method close

vector/beir/dgraph_client.py:274–277  ·  view source on GitHub ↗

Close the Dgraph client connection.

(self)

Source from the content-addressed store, hash-verified

272 return search_results
273
274 def close(self):
275 """Close the Dgraph client connection."""
276 self.client_stub.close()
277 print("Dgraph connection closed")

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected