Skip to content

Commit 1946beb

Browse files
Import graphDbClass on score.py
1 parent 1e1fb77 commit 1946beb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/score.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
from langserve import add_routes
1313
from langchain_google_vertexai import ChatVertexAI
1414
from src.api_response import create_api_response
15+
from src.graphDB_dataAccess import graphDBdataAccess
1516

1617
def healthy_condition():
1718
output = {"healthy": True}

0 commit comments

Comments
 (0)