You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Automatically update the file database
write a script that will periodically scan the specified directories on the file server, find new files and add them to the database.
User-friendly interface for managing 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.
Smart keyword summarization
Use machine learning models to summarize file descriptions and keywords based on their content.
Caching of search results
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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