We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1fb77 commit 1946bebCopy full SHA for 1946beb
backend/score.py
@@ -12,6 +12,7 @@
12
from langserve import add_routes
13
from langchain_google_vertexai import ChatVertexAI
14
from src.api_response import create_api_response
15
+from src.graphDB_dataAccess import graphDBdataAccess
16
17
def healthy_condition():
18
output = {"healthy": True}
0 commit comments