-
who help me to solve the issue when I run python -m graphrag.index --init --root ./ragtest/
-
### Do you need to file an issue?
- [X] I have searched the existing issues and this bug is not already filed.
- [X] My model is hosted on OpenAI or Azure. If not, please look at the "model providers…
hyiip updated
3 months ago
-
### Describe the issue
My text is Vietnamese but I receive the community report/content are English.
I have tried to custom the prompt or translate the prompt to Vietnamese. Though the description…
-
### Is your feature request related to a problem? Please describe.
Hello,
It would help folks to switch from vector RAG to GraphRAG if there could be a drop in replacement besides some configurati…
-
settings.yaml
config the llm to llama3 in groq or any other model compatible with OAI API.
```yaml
llm:
api_key: ${GRAPHRAG_API_KEY}
type: openai_chat # or azure_openai_chat
model: llama…
-
After running python -m graphrag.index --root ./ragtest
I get a 404 resource not found error, however I m not sure that the reason for this would be, as i have tested the endpoing and API Key that …
-
I have found an error in the source code, which targets to do the normalization of embeddings but encountering the ZeronDivision.
INFO: Reading settings from settings.yaml
Error embedding chunk…
-
**Describe the bug**
Running Quickstart.ipynb - Start new indexing job.
When I checked the progress yesterday, it was 6.25%. It has been 24 hours now, and it is still 6.25%!
{
'status_code':…
-
### Context / Scenario
Customers are looking for GraphRAG use cases and building a POC on the same. I am already using KM for classical RAG and interested to know if KM supports Graph DB integration.…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
- [X] I have checked [#657](https://github.com/microsoft/graphrag/issues/657) to validate if my issue is covered …