We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b2d9e2 commit 3905572Copy full SHA for 3905572
1 file changed
modules/core-functions/pages/async_base.adoc
@@ -8,7 +8,7 @@ environment, use the `TigerGraphConnection` object.
8
The `AsyncTigerGraphConnection` object is the main object that you will interact with when using pyTigerGraph.
9
It provides the same core functionality as the synchronous `TigerGraphConnection` object, but with asynchronous methods.
10
11
-**Note:** `AsyncTigerGraphConnection` does not currently support the GDS or TigerGraph CoPilot APIs found in the synchronous version.
+**Note:** `AsyncTigerGraphConnection` does not currently support the GDS or TigerGraph GraphRAG APIs found in the synchronous version.
12
13
To test your connection, you can use the `echo()` method. This method sends a simple request to the server and returns the response.
14
0 commit comments