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 have searched the existing issues and this bug is not already filed.
My model is hosted on OpenAI or Azure. If not, please look at the "model providers" issue and don't file a new one here.
I believe this is a legitimate bug, not just a question. If this is a question, please use the Discussions area.
Describe the bug
The method to initialize a chat or embedding model is changed in V2.0.0, so the example notebooks can't run any longer. These lines will lead to exceptions:
from graphrag.query.llm.oai.chat_openai import ChatOpenAI
from graphrag.query.llm.oai.typing import OpenaiApiType
Waiting for updates. 8-)
Steps to reproduce
No response
Expected Behavior
No response
GraphRAG Config Used
# Paste your config here
Logs and screenshots
No response
Additional Information
GraphRAG Version:
Operating System:
Python Version:
Related Issues:
The text was updated successfully, but these errors were encountered:
icejean
added
bug
Something isn't working
triage
Default label assignment, indicates new issue needs reviewed by a maintainer
labels
Feb 28, 2025
natoverse
added
backlog
We've confirmed some action is needed on this and will plan it
and removed
triage
Default label assignment, indicates new issue needs reviewed by a maintainer
labels
Mar 1, 2025
import pandas as pd
import graphrag.api as api
from graphrag.config.load_config import load_config
config = load_config(
root_dir=Path("."),
config_filepath=Path("settings.yaml")
)
Do you need to file an issue?
Describe the bug
The method to initialize a chat or embedding model is changed in V2.0.0, so the example notebooks can't run any longer. These lines will lead to exceptions:
Waiting for updates. 8-)
Steps to reproduce
No response
Expected Behavior
No response
GraphRAG Config Used
# Paste your config here
Logs and screenshots
No response
Additional Information
The text was updated successfully, but these errors were encountered: