Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import os
|
|
5 |
import vertexai
|
6 |
import tempfile
|
7 |
|
8 |
-
from
|
9 |
from langchain.prompts.prompt import PromptTemplate
|
10 |
from langchain_community.graphs import Neo4jGraph
|
11 |
from langchain.chains import GraphCypherQAChain
|
|
|
5 |
import vertexai
|
6 |
import tempfile
|
7 |
|
8 |
+
from langchain_google_vertexai import VertexAI
|
9 |
from langchain.prompts.prompt import PromptTemplate
|
10 |
from langchain_community.graphs import Neo4jGraph
|
11 |
from langchain.chains import GraphCypherQAChain
|