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