Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolas Rauscher <[email protected]>
  • Loading branch information
nikolas-rauscher committed Jul 3, 2024
1 parent f784dc4 commit 75c3bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project/backend/codebase/graph_creator/graph_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import re
import time

from graph_creator import llama3
from graph_creator import embedding_handler # To be integrated
# from graph_creator import llama3
# from graph_creator import embedding_handler # To be integrated

import pandas as pd

Expand Down

0 comments on commit 75c3bdc

Please sign in to comment.