-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
conflict with dependencies. #8
Comments
(RAG_agents) C:\Users\user\Мой диск\Projects\Microsoft GraphRAG + AutoGen + Ollama + Chainlit\Autogen_GraphRAG_Ollama>python -m graphrag.index --init --root . |
Hey, I am not sure why you are getting anything related to azure dependencies, unless you are trying to use Azure endpoints for your LLM or embedding in your settings.yaml. In that case, I would suggest you post this issue on the official graphrag repository. You can find the instructions for Windows installation in the readme.md file in my repo. I plan to run some benchmark studies in the future but as of now I don't have anything planned to expand its functionalities. |
Hello Karthik,
azure-core
andazure-storage-blob
. The versions mentioned in the documentation seem to conflict with other dependencies. Could you suggest a solution or update therequirements.txt
to resolve these conflicts?ImportError
for the missingRequestsTransport
inazure.core.pipeline.transport
when initializing GraphRAG. Is it possible to use another transport class, or should the code be modified to use theTrioRequestsTransport
class? I would appreciate your guidance or a code update.The text was updated successfully, but these errors were encountered: