diff --git a/docSite/content/docs/course/data_search.md b/docSite/content/docs/course/data_search.md index 36682672b..2c3dae34b 100644 --- a/docSite/content/docs/course/data_search.md +++ b/docSite/content/docs/course/data_search.md @@ -29,7 +29,7 @@ weight: 106 ### 全文检索 -才用传统的全文检索方式。适合查找关键的主谓语等。 +采用传统的全文检索方式。适合查找关键的主谓语等。 ### 混合检索 @@ -55,4 +55,4 @@ FastGPT 会使用 `RRF` 对重排结果、向量搜索结果、全文检索结 一个`0-1`的数值,会过滤掉一些低相关度的搜索结果。 -该值仅在`语义检索`或使用`结果重排`时生效。 \ No newline at end of file +该值仅在`语义检索`或使用`结果重排`时生效。