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
I strictly do test step and setting.yaml. but meet below error.
I really installed nomic-embed-text with command:
ollama pull nomic-embed-text
error file:
File "C:\Users\xxx\AppData\Local\Programs\Ollama\graphrag-local-ollama\graphrag\llm\openai\openai_embeddings_llm.py", line 31, in _execute_llm
embedding = ollama.embeddings(model="nomic-embed-text", prompt=inp)
^^^^^^^^^^^^^^^^^
AttributeError: module 'ollama' has no attribute 'embeddings'
22:53:43,676 graphrag.index.reporting.file_workflow_callbacks INFO Error running pipeline! details=None
The text was updated successfully, but these errors were encountered:
I strictly do test step and setting.yaml. but meet below error.
I really installed nomic-embed-text with command:
ollama pull nomic-embed-text
error file:
File "C:\Users\xxx\AppData\Local\Programs\Ollama\graphrag-local-ollama\graphrag\llm\openai\openai_embeddings_llm.py", line 31, in _execute_llm
embedding = ollama.embeddings(model="nomic-embed-text", prompt=inp)
^^^^^^^^^^^^^^^^^
AttributeError: module 'ollama' has no attribute 'embeddings'
22:53:43,676 graphrag.index.reporting.file_workflow_callbacks INFO Error running pipeline! details=None
The text was updated successfully, but these errors were encountered: