Skip to content

Commit 75c3bdc

Browse files
fix bug
Signed-off-by: Nikolas Rauscher <nikolas.rauscher@gmail.com>
1 parent f784dc4 commit 75c3bdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project/backend/codebase/graph_creator/graph_handler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import re
44
import time
55

6-
from graph_creator import llama3
7-
from graph_creator import embedding_handler # To be integrated
6+
# from graph_creator import llama3
7+
# from graph_creator import embedding_handler # To be integrated
88

99
import pandas as pd
1010

0 commit comments

Comments
 (0)