You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The call above awaits a non async function and generates the following exception when using AsyncGraph class
| File "...kgx_chain.py", line 120, in concept_details_kgx
| result = await redis_graph.query(query, read_only=True)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "...\site-packages\redis\commands\graph\commands.py", line 262, in query
| response = await self.execute_command(*command)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| TypeError: object list can't be used in 'await' expression
+------------------------------------
The text was updated successfully, but these errors were encountered:
Version:
https://github.com/redis/redis-py/blob/master/redis/commands/graph/commands.py#L262
Description:
The call above awaits a non async function and generates the following exception when using AsyncGraph class
The text was updated successfully, but these errors were encountered: