Hi, the database init script run_database_init.py return an error, looks like a connection timeout from the first glance.
Here is the output:
/home/gleb/.pyenv/versions/3.11.6/lib/python3.11/site-packages/langchain/embeddings/__init__.py:29: LangChainDeprecationWarning: Importing embeddings from langchain is deprecated. Importing from langchain will no longer be supported as of langchain==0.2.0. Please import from langchain-community instead:
from langchain_community.embeddings import VertexAIEmbeddings.
To install langchain-community run pip install -U langchain-community.
warnings.warn(
Killed
gleb@instance-1:~/genai-databases-retrieval-app/retrieval_service$ ```
And if I check in the database it doesn't show any relations:
Did not find any relations.
assistantdemo=> ```
From AlloyDB log
"2024-03-19 13:37:18.931 UTC [8514]: [1-1] db=assistantdemo,user=postgres LOG: [pqcomm.c:974] could not receive data from client: Connection reset by peer; (original error: Connection reset by peer)"
Hi, the database init script run_database_init.py return an error, looks like a connection timeout from the first glance.
from langchain_community.embeddings import VertexAIEmbeddings
.To install langchain-community run
pip install -U langchain-community
. warnings.warn( Killed gleb@instance-1:~/genai-databases-retrieval-app/retrieval_service$ ```And if I check in the database it doesn't show any relations:
From AlloyDB log
"2024-03-19 13:37:18.931 UTC [8514]: [1-1] db=assistantdemo,user=postgres LOG: [pqcomm.c:974] could not receive data from client: Connection reset by peer; (original error: Connection reset by peer)"