Commit graph

42 commits

Author SHA1 Message Date
b897bc18af Add .dockerignore file to exclude unnecessary files from Docker context 2025-04-09 09:35:33 +00:00
03017d8daf Add Docker optimization recommendations with multi-stage build and improved docker-compose.yml 2025-04-09 09:33:27 +00:00
18719b314a remove old some old versions 2025-04-09 08:47:16 +00:00
653d7e0b6e Comment out snippet highlighting in search function; add whitespace for clarity in index_files function 2025-04-07 03:34:00 +00:00
9e70543654 Update indexing configuration: reduce batch size to 1 and set batch delay to 0.1 seconds; enhance logging for CPU usage and batch settings in index_files function. 2025-04-06 17:06:58 +00:00
3c73c62092 Adjust indexing configuration: reduce batch size to 3 and set batch delay to 0; update application version to 0.0.10; enhance progress tracking with clearer current file status. 2025-04-06 16:53:41 +00:00
470df6294a Enhance indexing progress tracking by including file titles in the response and updating the current file list with processed titles. 2025-04-06 16:44:51 +00:00
9b3d69ebf5 Fix indexing batch delay in .env.example to prevent memory spikes 2025-04-06 15:11:05 +00:00
abaa27c110 Refactor logging in app.py to replace print statements with logging calls; enhance progress tracking in index.py with additional fields 2025-04-06 14:39:34 +00:00
e5b0af59a4 Refactor logging in index.py to replace print statements with logging calls for better traceability 2025-04-06 14:14:45 +00:00
4096873705 Update Elasticsearch configuration and increase max_result_window; bump application version to 0.0.9 2025-04-06 14:00:48 +00:00
2928577477 Update Elasticsearch configuration and increase max_result_window; bump application version to 0.0.9 2025-04-06 13:58:35 +00:00
da243e7f2f Enhance logging configuration and update application version to 0.0.8; improve file indexing title extraction 2025-04-06 13:49:05 +00:00
ee6a1b21c7 Refactor memory limit configuration for Elasticsearch service; move to deploy resources section 2025-04-06 13:34:12 +00:00
2eb04397e5 Add configurable indexing batch size and delay; enhance index creation settings 2025-04-06 13:30:02 +00:00
d7afc2907f Bump application version to 0.0.7 2025-04-06 09:42:46 +00:00
3777694c9e Add pagination support for file listing and folder contents; enhance indexing checks for multiple files 2025-04-06 09:42:09 +00:00
22fda22802 Enhance indexing functionality: add file indexing check and token count retrieval; update file and folder display to show indexing status and token counts. 2025-04-06 08:43:26 +00:00
41c690f621 support for markdown 2025-04-06 08:27:59 +00:00
2a4b2d585a working support for subfolders + versioning 2025-04-06 07:38:48 +00:00
e031c7738b initial version of subfolder support 2025-04-06 07:12:05 +00:00
e0b2e5f482 updated query spec 2025-04-05 06:24:44 +00:00
d4172755b7 Better error logging 2025-04-05 06:24:26 +00:00
ef8611da52 normalized highlights 2025-04-02 12:08:59 +00:00
0976ff5a1e query logging 2025-04-02 09:09:34 +00:00
ce843be456 fix for elastic username/pass 2025-04-02 09:09:14 +00:00
7c95f7c6f7 fix redeploy 2025-04-02 06:08:32 +00:00
83be2df651 redeploy 2025-04-02 06:07:23 +00:00
e625342332 fix cyrillic 2025-04-02 06:07:23 +00:00
84c036da0d fix indexing for cyrillc 2025-04-02 05:56:19 +00:00
792bec4c40 logging docs + fixed generation of urls on back so we don't have to do it on front. 2025-04-02 05:00:15 +00:00
229fca1544 fixed running of actual app 2025-04-02 04:16:34 +00:00
034addb234 now tests no longer use compose 2025-04-02 04:06:56 +00:00
80d365c859 fixed tests 2025-04-02 03:57:52 +00:00
5ef2ca9ad0 chore: update .gitignore to include test_venv and .env 2025-04-02 02:59:56 +00:00
3520603043 Update docker-compose to use SMB_SHARE_PATH env var 2025-04-01 11:56:25 +00:00
a78ebd3db2 chore: remove sensitive configuration file .env 2025-04-01 11:26:50 +00:00
ad43b39543 chore: secure sensitive config - rename .env to .env.example and ignore .env 2025-04-01 11:23:25 +00:00
9c3fff17ae Improve response validation in search_books function in plugin 2025-04-01 11:10:32 +00:00
891787be0f Update application 2025-04-01 10:48:30 +00:00
6a46a20c9e refactor 2025-04-01 09:27:48 +06:00
a71805b9da initial commit 2025-03-31 22:18:41 +06:00