Replies: 1 comment 2 replies
-
|
Have a look at the inputs docs for some tips on getting metadata such as the title repeated in your chunks. This generally helps quite a bit with answer quality. https://microsoft.github.io/graphrag/index/inputs/ |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Maintainers,
I’ve recently started experimenting with GraphRAG because our traditional semantic search results have been quite poor. I followed the workflow from the documentation with a few adjustments (see details below).
After running the indexing, I noticed that it created blob files and three vector indexes on Azure:
Code snippet settings.yaml:
The issue is that my responses are actually worse than what I got with semantic search:
Note: I used a many .txt files for the embedding
I’ve looked around online, but most tutorials show how to run GraphRAG locally, not with Azure. I’m not sure where in my setup I might have gone wrong.
Code snippet (query):
👉 Any guidance on what might be causing this (wrong embeddings, chunking setup, or something else in my workflow) would be greatly appreciated.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions