Commit Graph

35 Commits

Author SHA1 Message Date
sean1832
044b4c2e38 chore: remove unused code 2023-02-25 15:49:31 +11:00
sean1832
9511b18c6b chore: remove debug code 2023-02-23 20:52:09 +11:00
sean1832
f78cd75743 fix: no initial value for exclude_dir_user 2023-02-23 20:44:27 +11:00
sean1832
d65828a673 fix: exclude directory in config is not saved 2023-02-23 01:51:34 +11:00
sean1832
5cc2aa20f7 feat: progress bar added to the brain-building process, and the building process message has been refined for better clarity and user experience. 2023-02-22 02:09:16 +11:00
sean1832
eb5361ff80 feat: directory filters to exclude files from unwanted directories.
A new feature that allows users to apply a filter to directories when selecting files, with the purpose of excluding specific directories and their contents from being displayed. The filter can help AI to focus on relevant files and avoid distractions or irrelevant information. This feature could be especially useful for users who work with large and complex vault.
2023-02-22 00:40:48 +11:00
sean1832
195c456436 feat: default directory for selecting notes is now set to the most recently selected directory. 2023-02-21 23:47:34 +11:00
sean1832
a64ac2665f chore: add exclude directory
__pycache__
.git
.idea
.vscode
.obsidian
.trash
.git
.gitignore
.gitattributes
2023-02-21 23:19:03 +11:00
sean1832
837e7ca562 fix: only able to set page config once 2023-02-21 21:33:23 +11:00
sean1832
11f28c799e build: moving local function to streamlit tools or utilities 2023-02-21 00:24:12 +11:00
sean1832
0359e60d7f refactor: create project wise constants 2023-02-20 04:04:48 +11:00
sean1832
b3be11e821 refactor: convert modules into python modules 2023-02-20 02:27:00 +11:00
sean1832
9134241dfa fix: key error -1 2023-02-19 04:41:28 +11:00
sean1832
5b768b7f6b BREAKING CHANGE: multilingual support for prompt manipulation 2023-02-19 02:54:52 +11:00
sean1832
2070cfd760 fix: missing variable filter_info 2023-02-19 00:03:33 +11:00
sean1832
d8ce089622 chore: add emoji for clarity 2023-02-19 00:00:05 +11:00
sean1832
9e91b7dcd7 fix: missing translation 2023-02-18 23:52:13 +11:00
sean1832
bfaa87e5b8 BREAKING CHANGE: add support for Chinese(Simplified) 2023-02-18 23:36:35 +11:00
sean1832
722a7ca713 fix: frontmatter filter row does not display correctly 2023-02-16 05:00:22 +11:00
sean1832
32ac8afaec feat: Added feature to save frontmatter filter parameters 2023-02-16 03:15:48 +11:00
sean1832
9245e6fe0c BREAKING CHANGE: multiple frontmatter field filter 2023-02-16 02:38:02 +11:00
sean1832
aba610ff33 experiment: change column space 2023-02-15 22:50:20 +11:00
sean1832
9c7be623f5 experiment: add delete filter row 2023-02-15 22:44:38 +11:00
sean1832
2daa8e5012 experiment: ability to append filter logics 2023-02-15 22:35:02 +11:00
sean1832
eb6990c4cb refactor: create add_filter function from filter_data 2023-02-15 22:15:11 +11:00
sean1832
d5f52336b2 feat: additional filter logic
CONTAINS,
NOT CONTAINS,
MORE THAN,
LESS THAN,
MORE THAN OR EQUAL,
LESS THAN OR EQUAL
2023-02-15 03:44:35 +11:00
sean1832
a6b1d09d1d feat: replace advanced mode radio to switch 2023-02-15 02:49:50 +11:00
sean1832
0b2d91f876 chore: remove debug print 2023-02-15 00:15:46 +11:00
sean1832
9af5cb302c feat: add sleep time when click saved button and refresh page 2023-02-14 23:58:53 +11:00
sean1832
b99b0447cf feat: add delete toggle for deletion safety 2023-02-14 23:50:52 +11:00
sean1832
bfd743df09 feat: sort prompt file by creation time 2023-02-14 23:50:17 +11:00
sean1832
6086e7293d fix: delete prompt does not work 2023-02-14 23:37:17 +11:00
sean1832
fe7a2d839b feat: ability to add/delete prompt file 2023-02-14 22:04:51 +11:00
sean1832
36a3105bda refactor: adjust main function space 2023-02-14 18:23:20 +11:00
sean1832
73cc9caaf6 move webui script out, change question to textarea 2023-02-13 00:06:41 +11:00