earayu commited on
Commit
51c6017
·
1 Parent(s): c93625c

feat: add doc

Browse files
docs/LightRAG_concurrent_explain.md CHANGED
@@ -239,11 +239,6 @@ Total:
239
  - 4 chunks waiting for LLM response
240
  ```
241
 
242
- ### Scenario 3: Resource Bottleneck Analysis
243
-
244
- **Timeline Example (max_parallel_insert=2, llm_model_max_async=4)**:
245
- ![lightrag_llm_request_timeline.png](assets%2Flightrag_llm_request_timeline.png)
246
-
247
  ## 7. Performance Optimization Recommendations
248
 
249
  ### Understanding the Bottleneck
 
239
  - 4 chunks waiting for LLM response
240
  ```
241
 
 
 
 
 
 
242
  ## 7. Performance Optimization Recommendations
243
 
244
  ### Understanding the Bottleneck
docs/assets/lightrag_llm_request_timeline.png DELETED

Git LFS Details

  • SHA256: 0c047fa438f2641e8e6c70b5fda1e43afeb25c02303d9ba472923d5191ed7c78
  • Pointer size: 131 Bytes
  • Size of remote file: 121 kB
docs/zh/LightRAG_concurrent_explain_zh.md CHANGED
@@ -235,9 +235,6 @@ async def _process_single_content(chunk_key_dp: tuple[str, TextChunkSchema]):
235
  - 4个chunks等待LLM响应
236
  ```
237
 
238
- ### 场景3:资源瓶颈分析
239
- ![lightrag_llm_request_timeline.png](..%2Fassets%2Flightrag_llm_request_timeline.png)
240
-
241
  ## 7. 性能优化建议
242
 
243
  ### 理解瓶颈
 
235
  - 4个chunks等待LLM响应
236
  ```
237
 
 
 
 
238
  ## 7. 性能优化建议
239
 
240
  ### 理解瓶颈