You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raised ModuleNotFoundError: No module named 'past'
I have checked internet and suggested to use
pip install future
to resolve the issue. Just an awareness, maybe you would like to update the documentation?
Raise ApiKeyMissingError graphrag.config.error.ApiKeyMissingError: API Key is required for Completion API. Please set either the OPENAI_API_KEY, GRAPHRAG_API_KEY or GRAPHRAG_LLM_API_KEY environment variable.
Conduct GraphRAG indexing
Finally, conduct GraphRAG indexing, which may take a while:
Hi, I am following IPEX-LLM GraphRAG_quickstart.md, I met two issues.
Prepare Input Corpus
Some sample documents are used here as input corpus for indexing GraphRAG, based on which LLM will create a knowledge graph.
Perpare the input corpus, and then initialize the workspace:
For Linux users:
define inputs corpus
mkdir -p ./ragtest/input
cp input/* ./ragtest/input
export no_proxy=localhost,127.0.0.1
initialize ragtest folder
python -m graphrag.index --init --root ./ragtest
Raised ModuleNotFoundError: No module named 'past'
I have checked internet and suggested to use
pip install future
to resolve the issue. Just an awareness, maybe you would like to update the documentation?
Conduct GraphRAG indexing
Finally, conduct GraphRAG indexing, which may take a while:
python -m graphrag.index --root ragtest
Please let me know if API is required
Method to resolve this issue:
export GRAPHRAG_API_KEY=1234, following TheAiSingularity/graphrag-local-ollama#7
After resolving the issue above, encounter another error No text files found in input
The text was updated successfully, but these errors were encountered: