Added 0.17.0 release notes (#5608)

### What problem does this PR solve?



### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters
2025-03-04 19:21:28 +08:00
committed by GitHub
parent f256e1a59a
commit fb4b5b0a06
26 changed files with 132 additions and 56 deletions

View File

@ -3,10 +3,10 @@ sidebar_position: 9
slug: /accelerate_doc_indexing
---
# Accelerate document indexing
# Accelerate indexing
import APITable from '@site/src/components/APITable';
A checklist to speed up document parsing.
A checklist to speed up document parsing and indexing.
---

View File

@ -134,7 +134,7 @@ As of RAGFlow v0.17.0, the search feature is still in a rudimentary form, suppor
## Delete knowledge base
You are allowed to delete a knowledge base. Hover your mouse over the three dot of the intended knowledge base card and the **Delete** option appears. Once you delete a knowledge base, the associated folder under **root/.knowledge** directory is AUTOMATICALLY REMOVED. The consequence is:
You are allowed to delete a knowledge base. Hover your mouse over the three dot of the intended knowledge base card and the **Delete** option appears. Once you delete a knowledge base, the associated folder under **root/.knowledge** directory is AUTOMATICALLY REMOVED. The consequence is:
- The files uploaded directly to the knowledge base are gone;
- The file references, which you created from within **File Management**, are gone, but the associated files still exist in **File Management**.