Commit Graph

36 Commits (eb2c59a4d6313eb45e7304a87087ebee5cd1f9d4)

Author SHA1 Message Date
sean1832 3b16aa236c refactor: change function name 2 years ago
sean1832 044b4c2e38 chore: remove unused code 2 years ago
sean1832 9511b18c6b chore: remove debug code 2 years ago
sean1832 f78cd75743 fix: no initial value for exclude_dir_user 2 years ago
sean1832 d65828a673 fix: exclude directory in config is not saved 2 years ago
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. 2 years ago
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.
2 years ago
sean1832 195c456436 feat: default directory for selecting notes is now set to the most recently selected directory. 2 years ago
sean1832 a64ac2665f chore: add exclude directory
__pycache__
.git
.idea
.vscode
.obsidian
.trash
.git
.gitignore
.gitattributes
2 years ago
sean1832 837e7ca562 fix: only able to set page config once 2 years ago
sean1832 11f28c799e build: moving local function to streamlit tools or utilities 2 years ago
sean1832 0359e60d7f refactor: create project wise constants 2 years ago
sean1832 b3be11e821 refactor: convert modules into python modules 2 years ago
sean1832 9134241dfa fix: key error -1 2 years ago
sean1832 5b768b7f6b BREAKING CHANGE: multilingual support for prompt manipulation 2 years ago
sean1832 2070cfd760 fix: missing variable filter_info 2 years ago
sean1832 d8ce089622 chore: add emoji for clarity 2 years ago
sean1832 9e91b7dcd7 fix: missing translation 2 years ago
sean1832 bfaa87e5b8 BREAKING CHANGE: add support for Chinese(Simplified) 2 years ago
sean1832 722a7ca713 fix: frontmatter filter row does not display correctly 2 years ago
sean1832 32ac8afaec feat: Added feature to save frontmatter filter parameters 2 years ago
sean1832 9245e6fe0c BREAKING CHANGE: multiple frontmatter field filter 2 years ago
sean1832 aba610ff33 experiment: change column space 2 years ago
sean1832 9c7be623f5 experiment: add delete filter row 2 years ago
sean1832 2daa8e5012 experiment: ability to append filter logics 2 years ago
sean1832 eb6990c4cb refactor: create add_filter function from filter_data 2 years ago
sean1832 d5f52336b2 feat: additional filter logic
CONTAINS,
NOT CONTAINS,
MORE THAN,
LESS THAN,
MORE THAN OR EQUAL,
LESS THAN OR EQUAL
2 years ago
sean1832 a6b1d09d1d feat: replace advanced mode radio to switch 2 years ago
sean1832 0b2d91f876 chore: remove debug print 2 years ago
sean1832 9af5cb302c feat: add sleep time when click saved button and refresh page 2 years ago
sean1832 b99b0447cf feat: add delete toggle for deletion safety 2 years ago
sean1832 bfd743df09 feat: sort prompt file by creation time 2 years ago
sean1832 6086e7293d fix: delete prompt does not work 2 years ago
sean1832 fe7a2d839b feat: ability to add/delete prompt file 2 years ago
sean1832 36a3105bda refactor: adjust main function space 2 years ago
sean1832 73cc9caaf6 move webui script out, change question to textarea 2 years ago