Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,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 |
|
14 |
# process of getting credentials
|
15 |
def get_credentials():
|
|
|
10 |
from langchain_community.graphs import Neo4jGraph
|
11 |
from langchain.chains import GraphCypherQAChain
|
12 |
from langchain.memory import ConversationBufferMemory
|
13 |
+
from langchain.globals import set_debug
|
14 |
+
|
15 |
+
set_debug(True)
|
16 |
|
17 |
# process of getting credentials
|
18 |
def get_credentials():
|