-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Issue]: <title> Why I can not use drift search? #1363
Comments
HI @MinzhiHuang |
I used python3 -m graphrag.query --root ./The_Block --method drift |
Also, I just want to ask another question that is when I use the global search, many of the times I get errors of "creating llm client with {'api_key': 'REDACTED,len=95', 'type': "openai_chat", 'model': 'gpt-4o-mini', 'max_tokens': 4000, 'temperature': 0.0, 'top_p': 1.0, 'n': 1, 'request_timeout': 180.0, 'api_base': None, 'api_version': None, 'organization': None, 'proxy': None, 'cognitive_services_endpoint': None, 'deployment_name': None, 'model_supports_json': True, 'tokens_per_minute': 150000, 'requests_per_minute': 10000, 'max_retries': 10, 'max_retry_wait': 10.0, 'sleep_on_rate_limit_recommendation': True, 'concurrent_requests': 20} Only with the global search but not local search, may I please know why? Is that an issue with my query? |
I'm encountering the same issue with error |
I think the reason for this error is that your model is not strong enough to generate valid json format. |
how about raise ValueError( |
The version of GraphRAG that includes drift search uses graphrag as a standalone command instead of a module: |
Do you need to file an issue?
Describe the issue
When I use --method global drift "xxxx", I got error says there is no drift search while I saw it updated in the repo..
Steps to reproduce
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: