File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 2828 " from pathlib import Path\n " ,
2929 " from pprint import pprint\n " ,
3030 " \n " ,
31- " import graphrag.api as api\n " ,
3231 " import pandas as pd\n " ,
3332 " from graphrag.config.load_config import load_config\n " ,
34- " from graphrag.index.typing.pipeline_run_result import PipelineRunResult"
33+ " from graphrag.index.typing.pipeline_run_result import PipelineRunResult\n " ,
34+ " \n " ,
35+ " import graphrag.api as api"
3536 ]
3637 },
3738 {
Original file line number Diff line number Diff line change 3030 " from pathlib import Path\n " ,
3131 " from pprint import pprint\n " ,
3232 " \n " ,
33- " import graphrag.api as api\n " ,
3433 " import pandas as pd\n " ,
3534 " from graphrag.config.load_config import load_config\n " ,
36- " from graphrag.index.typing.pipeline_run_result import PipelineRunResult"
35+ " from graphrag.index.typing.pipeline_run_result import PipelineRunResult\n " ,
36+ " \n " ,
37+ " import graphrag.api as api"
3738 ]
3839 },
3940 {
Original file line number Diff line number Diff line change 77import logging
88from typing import TYPE_CHECKING
99
10- import graphrag .api as api
1110import streamlit as st
1211from knowledge_loader .data_sources .loader import (
1312 create_datasource ,
1817from state .session_variables import SessionVariables
1918from ui .search import display_search_result
2019
20+ import graphrag .api as api
21+
2122if TYPE_CHECKING :
2223 import pandas as pd
2324
You can’t perform that action at this time.
0 commit comments