-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[BUG] the usage issue of the graphrag feature #437
Comments
Could you double check if:
If you use GraphRAG with Kotaemon Docker version you might need to change the host name to communicate with Ollama or other service on the host properly. See https://stackoverflow.com/questions/31324981/how-to-access-host-port-from-docker-container |
I believe my path is configured correctly. Can you help me identify what might be wrong with my configuration? encoding_model: cl100k_base max_tokens: 4000request_timeout: 1800.0 api_base: https://.openai.azure.comapi_version: 2024-02-15-previeworganization: <organization_id>deployment_name: <azure_model_deployment_name>tokens_per_minute: 150_000 # set a leaky bucket throttlerequests_per_minute: 10_000 # set a leaky bucket throttlemax_retries: 10max_retry_wait: 10.0sleep_on_rate_limit_recommendation: true # whether to sleep when azure suggests wait-timesconcurrent_requests: 5 # the number of parallel inflight requests that may be made temperature: 0 # temperature for samplingtop_p: 1 # top-p samplingn: 1 # Number of completions to generateparallelization: num_threads: 50 # the number of threads to use for parallel processingasync_mode: threaded # or asyncio embeddings: parallelization: override the global parallelization settings for embeddingsasync_mode: threaded # or asyncio target: required # or allbatch_size: 16 # the number of documents to send in a single requestbatch_max_tokens: 8191 # the maximum number of tokens to send in a single requestllm: |
Description
After I upload the file and execute graphrag collection, the error log is as follows. May I ask if I am missing any key steps.
I have set up the api_key, set USE_CUSTOMIZED_GRAPHRAG_SETTING=true, and mounted settings.yaml.example
Reproduction steps
Screenshots
![DESCRIPTION](LINK.png)
Logs
No response
Browsers
No response
OS
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: