選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

accelerate_doc_indexing.mdx 691B

123456789101112131415161718
  1. ---
  2. sidebar_position: 9
  3. slug: /accelerate_doc_indexing
  4. ---
  5. # Accelerate indexing
  6. import APITable from '@site/src/components/APITable';
  7. A checklist to speed up document parsing and indexing.
  8. ---
  9. Please note that some of your settings may consume a significant amount of time. If you often find that document parsing is time-consuming, here is a checklist to consider:
  10. - Use GPU to reduce embedding time.
  11. - On the configuration page of your knowledge base, switch off **Use RAPTOR to enhance retrieval**.
  12. - Extracting knowledge graph (GraphRAG) is time-consuming.
  13. - Disable **Auto-keyword** and **Auto-question** on the configuration page of yor knowledge base, as both depend on the LLM.