Following the GraphRAG documentation here User Guide: RAG — neo4j-graphrag-python documentation I'm trying to create a knowledge graph using VertexAI embeddings. I am getting an error as described below:
raise AttributeError(f"module '{name}' has no attribute '{name}'")
AttributeError: module 'vertexai' has no attribute 'language_models'
Seems like maybe the underlying google genai library definitions have changed but the neo4j_graphrag implementation is yet to be updated.