mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Add docs for tag sets (#5890)
### What problem does this PR solve? #5716, #5529 ### Type of change - [x] Documentation Update
This commit is contained in:
@ -124,6 +124,8 @@ RAGFlow uses multiple recall of both full-text search and vector search in its c
|
||||
- Similarity threshold: Chunks with similarities below the threshold will be filtered. By default, it is set to 0.2.
|
||||
- Vector similarity weight: The percentage by which vector similarity contributes to the overall score. By default, it is set to 0.3.
|
||||
|
||||
See [Run retrieval test](./run_retrieval_test.md) for details.
|
||||
|
||||

|
||||
|
||||
## Search for knowledge base
|
||||
|
||||
Reference in New Issue
Block a user