mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-01 08:05:07 +08:00
Docs: How to accelerate question answering (#10179)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
13
docs/faq.mdx
13
docs/faq.mdx
@ -507,3 +507,16 @@ All uploaded files are stored in Minio, RAGFlow's object storage solution. For i
|
||||
You can control the batch size for document parsing and embedding by setting the environment variables `DOC_BULK_SIZE` and `EMBEDDING_BATCH_SIZE`. Increasing these values may improve throughput for large-scale data processing, but will also increase memory usage. Adjust them according to your hardware resources.
|
||||
|
||||
---
|
||||
|
||||
### How to accelerate the question-answering speed of my chat assistant?
|
||||
|
||||
See [here](./guides/chat/best_practices/accelerate_question_answering.mdx).
|
||||
|
||||
---
|
||||
|
||||
### How to accelerate the question-answering speed of my Agent?
|
||||
|
||||
See [here](./guides/agent/best_practices/accelerate_agent_question_answering.md).
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user