File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
modules/core-functions/pages Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ environment, use the `TigerGraphConnection` object.
88The `AsyncTigerGraphConnection` object is the main object that you will interact with when using pyTigerGraph.
99It provides the same core functionality as the synchronous `TigerGraphConnection` object, but with asynchronous methods.
1010
11- **Note:** `AsyncTigerGraphConnection` does not currently support the GDS or TigerGraph CoPilot APIs found in the synchronous version.
11+ **Note:** `AsyncTigerGraphConnection` does not currently support the GDS or TigerGraph GraphRAG APIs found in the synchronous version.
1212
1313To test your connection, you can use the `echo()` method. This method sends a simple request to the server and returns the response.
1414
You can’t perform that action at this time.
0 commit comments