Add functions to work with the local file database #530
Holy-Hatred
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
1.1. Install the Full Text Search module in SQLite
1.2. Add the content TEXT field to the table to save the content
1.3. When indexing - read the contents of files and save them to this field
1.4. Search also by this text field
write a script that will periodically scan the specified directories on the file server, find new files and add them to the database.
Implement commands in a bot or a separate web interface for viewing, searching, and updating the database of files. Possibilities to import, export, clean the database, etc.
Use machine learning models to summarize file descriptions and keywords based on their content.
Store popular queries and files in the cache so that you don't have to read from the database when you make repeated requests. Speeds up work.
Beta Was this translation helpful? Give feedback.
All reactions