GraphRAG using Local LLMs - Features robust API and multiple apps for Indexing/Prompt Tuning/Query/Chat/Visualizing/Etc. This is meant to be the ultimate GraphRAG/KG local LLM app. - GraphRAG-Local-UI/api.py at main · shijiahao314/GraphRAG-Local-UI
getenv('COMMUNITY_LEVEL', config.get('community_level', 2))), 'token_limit': int(os.getenv('TOKEN_LIMIT', config.get('token_limit', 4096))), 'api_key': os.getenv('GRAPHRAG_API_KEY', config.get('api_key')), 'api_base': os.getenv('LLM_API_BASE', config.get('api_base...
GraphRAG using Local LLMs - Features robust API and multiple apps for Indexing/Prompt Tuning/Query/Chat/Visualizing/Etc. This is meant to be the ultimate GraphRAG/KG local LLM app. - GraphRAG-Local-UI/api.py at main · etShaw-zh/GraphRAG-Local-UI
getenv('COMMUNITY_LEVEL', config.get('community_level', 2))), 'token_limit': int(os.getenv('TOKEN_LIMIT', config.get('token_limit', 4096))), 'api_key': os.getenv('GRAPHRAG_API_KEY', config.get('api_key')), 'api_base': os.getenv('LLM_API_BASE', config.get('api_base...
GraphRAG using Local LLMs - Features robust API and multiple apps for Indexing/Prompt Tuning/Query/Chat/Visualizing/Etc. This is meant to be the ultimate GraphRAG/KG local LLM app. - GraphRAG-Local-UI/api.py at main · DouDOU-start/GraphRAG-Local-UI
GraphRAG using Local LLMs - Features robust API and multiple apps for Indexing/Prompt Tuning/Query/Chat/Visualizing/Etc. This is meant to be the ultimate GraphRAG/KG local LLM app. - GraphRAG-Local-UI/api.py at main · Sean-lx/GraphRAG-Local-UI
getenv('COMMUNITY_LEVEL', config.get('community_level', 2))), 'token_limit': int(os.getenv('TOKEN_LIMIT', config.get('token_limit', 4096))), 'api_key': os.getenv('GRAPHRAG_API_KEY', config.get('api_key')), 'api_base': os.getenv('LLM_API_BASE', config.get('api_base...
() INPUT_DIR = os.getenv('INPUT_DIR', './indexing/output') ROOT_DIR = os.getenv('ROOT_DIR', 'indexing') PORT = int(os.getenv('API_PORT', 8012)) LANCEDB_URI = f"{INPUT_DIR}/lancedb" COMMUNITY_REPORT_TABLE = "create_final_community_reports" ENTITY_TABLE = "create_final_nodes...
os.getenv('EMBEDDINGS_MODEL', config.get('embedding_model')), 'community_level': int(os.getenv('COMMUNITY_LEVEL', config.get('community_level', 2))), 'token_limit': int(os.getenv('TOKEN_LIMIT', config.get('token_limit', 4096))), 'api_key': os.getenv('GRAPHRAG_API_KEY', config...
() INPUT_DIR = os.getenv('INPUT_DIR', './indexing/output') ROOT_DIR = os.getenv('ROOT_DIR', 'indexing') PORT = int(os.getenv('API_PORT', 8012)) LANCEDB_URI = f"{INPUT_DIR}/lancedb" COMMUNITY_REPORT_TABLE = "create_final_community_reports" ENTITY_TABLE = "create_final_nodes...