We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tg_searcher/README.md
Lines 73 to 79 in acff5df
设置成 monitor_all 容易导致索引里有大量无用的群组消息,造成资源浪费。 不这样设置又需要针对每个会话单独设置索引(或排除)。
monitor_all
能否以【真人】【机器人】【频道】【群组】的方式区分会话类型,设定默认索引。 通常情况下只需要默认索引【真人】【机器人】【频道】就够了,检索群组时再临时下载聊天记录即可。
The text was updated successfully, but these errors were encountered:
如果能按照tg的文件夹维度就最好了
Sorry, something went wrong.
No branches or pull requests
tg_searcher/README.md
Lines 73 to 79 in acff5df
设置成
monitor_all
容易导致索引里有大量无用的群组消息,造成资源浪费。不这样设置又需要针对每个会话单独设置索引(或排除)。
能否以【真人】【机器人】【频道】【群组】的方式区分会话类型,设定默认索引。
通常情况下只需要默认索引【真人】【机器人】【频道】就够了,检索群组时再临时下载聊天记录即可。
The text was updated successfully, but these errors were encountered: