mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-04-22 17:13:05 +08:00
feat: 支持 FTS5 全文搜索,并新增快速搜索工具
This commit is contained in:
@@ -44,6 +44,7 @@ export type { ClusterGraphData, ClusterGraphNode, ClusterGraphLink, ClusterGraph
|
||||
// 聊天记录查询
|
||||
export {
|
||||
searchMessages,
|
||||
deepSearchMessages,
|
||||
getMessageContext,
|
||||
getRecentMessages,
|
||||
getAllRecentMessages,
|
||||
@@ -94,3 +95,6 @@ export type {
|
||||
|
||||
// NLP 查询
|
||||
export { getWordFrequency, segmentText, getPosTags } from './nlp'
|
||||
|
||||
// FTS 索引管理
|
||||
export { hasFtsIndex, buildFtsIndex, rebuildFtsIndex } from './fts'
|
||||
|
||||
Reference in New Issue
Block a user