Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
import nest_asyncio
|
4 |
from llama_index.core import StorageContext, load_index_from_storage
|
5 |
|
6 |
-
from telcom_core import query_rag_qa, query_graph_rag_qa, plot_full_kg, evaluate_llm, parse_evaluation_regex
|
7 |
|
8 |
|
9 |
# Define constants for index paths
|
|
|
3 |
import nest_asyncio
|
4 |
from llama_index.core import StorageContext, load_index_from_storage
|
5 |
|
6 |
+
from telcom_core import query_rag_qa, query_graph_rag_qa, plot_full_kg, evaluate_llm, parse_evaluation_regex,reasoning_graph
|
7 |
|
8 |
|
9 |
# Define constants for index paths
|