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
Traceback (most recent call last):
File "/Users/sjt/repos/github.com/agentiq-labs/cloud-sql-pg-rag/main.py", line 77, in <module>
main()
File "/Users/sjt/repos/github.com/agentiq-labs/cloud-sql-pg-rag/main.py", line 70, in main
agent = create_agent('agentiq')
^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/sjt/repos/github.com/agentiq-labs/cloud-sql-pg-rag/main.py", line 53, in create_agent
agent = reasoning_engines.ReasoningEngine.create(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/sjt/.venvs/cloud-sql-pg-rag/lib/python3.11/site-packages/vertexai/reasoning_engines/_reasoning_engines.py", line 265, in create
created_resource = operation_future.result()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/sjt/.venvs/cloud-sql-pg-rag/lib/python3.11/site-packages/google/api_core/future/polling.py", line 261, in result
raise self._exception
google.api_core.exceptions.InternalServerError: 500
...
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
E0000 00:00:1734656097.215229 979259 init.cc:229] grpc_wait_for_shutdown_with_timeout() timed out.
The text was updated successfully, but these errors were encountered:
I am able to run the program, but it hangs for a few minutes before giving the following error.
Environment details
google-cloud-aiplatform
version: 1.71.1Code example
Stack trace
The text was updated successfully, but these errors were encountered: