Replies: 2 comments
-
you need to set:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Just started experimenting with graphrag, after creating the parquet files I also didn't get embeddings saved. How do you run graphrag just to create embeddings after already making parquets? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After I executed the graphrag.index and graphrag.query in command line, I didn't find any embedding vector saved in the parquet file. And the lance db seems only stores the entity description text embedding.
I checked the entity.py and there is description_embedding/name_embedding/graph_embedding fields. In the graphrag/query/context_builder/entity_extraction.py it is calling the vector store to search to use the above embeddings.
Can anyone kindly help to point out where name_embedding/graph_embedding vector data are saved?
PS: in the settings.yaml file I already set the embed_graph "enabed" to true.
Beta Was this translation helpful? Give feedback.
All reactions