Results 726 comments of bmaltais

The crash log state: ``` 08:57:11,537 datashaper.workflow.workflow ERROR Error executing verb "text_embed" in create_final_entities: 404 page not found Traceback (most recent call last): File "H:\llm_stuff\graphrag\venv\lib\site-packages\datashaper\workflow\workflow.py", line 415, in _execute_verb result...

I also figured the `v1` `api` and I am now stuck with the same final error...

The weird thing... I reverted the embedings to be openai... but it try to connect to ollama instead... like it is getting the api_base from the llm config for the...

OK, I have been able to specify the openai embeddings API (`https://api.openai.com/v1`) and moved pas that point... but now... it is failing at the ``` └── create_final_community_reports └── Verb create_community_reports...

Here is my final config. Somehow after VSCode crashed the summary reports started working when I started it again. Here is my final full config that work so far: ```...

I am sure the config could be optimised... but this is working at the moment... now I need to test the query part ;-)

Well... look like I can't query the results. Keep getting VRAM errors on my 3090... so all this to not be able to query ;-(

I figured the issue with the query... somehow the youtube video I was following was using the "wrong" syntax? Did not work: `python -m graphrag.query --root . --method global "What...

Quick update... Some of the issues I was having was related to the fact that my 1st attempt at running hraphrag was leveraginf chatgpt-4o. It ended-up creating a lot of...

You can’t currently use ollama to do the embeddings… this is why it fails.