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
the app.py report: Error parsing query response: Expecting value: line 1 column 1 (char 0).
Then I try using the command to global search ,it report me :
Error parsing search response json.
...........
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) .
And
Run index_app.py report an error no attribute 'rstrip'
I edit the .env file. The app.py can run .but the index_app.py report :AttributeError: 'NoneType' object has no attribute 'rstrip'.
Then I change the LLM_API_BASE EMBEDDINGS_API_BASE in code, not work
I use xinference not ollama. LLM is llama3.1 8B
The text was updated successfully, but these errors were encountered:
the app.py report: Error parsing query response: Expecting value: line 1 column 1 (char 0).
Then I try using the command to global search ,it report me : Error parsing search response json. ........... json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) .
And
Run index_app.py report an error no attribute 'rstrip' I edit the .env file. The app.py can run .but the index_app.py report :AttributeError: 'NoneType' object has no attribute 'rstrip'. Then I change the LLM_API_BASE EMBEDDINGS_API_BASE in code, not work
I use xinference not ollama. LLM is llama3.1 8B
@goodmaney try "direct query" first, to check if graphrag is ok with xinference
the app.py report: Error parsing query response: Expecting value: line 1 column 1 (char 0).
Then I try using the command to global search ,it report me :
Error parsing search response json.
...........
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) .
And
Run index_app.py report an error no attribute 'rstrip'
I edit the .env file. The app.py can run .but the index_app.py report :AttributeError: 'NoneType' object has no attribute 'rstrip'.
Then I change the LLM_API_BASE EMBEDDINGS_API_BASE in code, not work
I use xinference not ollama. LLM is llama3.1 8B
The text was updated successfully, but these errors were encountered: