Commit Graph

30 Commits

Author SHA1 Message Date
sean1832
4c1794da0e fix: no language detected first launch app 2023-02-23 19:51:19 +11:00
sean1832
779937bbe2 fix: not able to switch prompt language after switching UI language 2023-02-23 04:15:36 +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
8f08826f47 chore: remove debug print 2023-02-22 00:22:12 +11:00
sean1832
9b90ac26c6 fix: not able to read .pdf or .png
add supported_formats so that it only reads .txt and .md by default
2023-02-21 23:40:07 +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
945ef71c80 fix: trying to access __pycache__ when update language base 2023-02-21 02:55:30 +11:00
sean1832
11f28c799e build: moving local function to streamlit tools or utilities 2023-02-21 00:24:12 +11:00
sean1832
7506ef7bba fix: language session state initiate earlier than page_config 2023-02-20 04:13:17 +11:00
sean1832
c84e6b8eea fix: language session state initiate earlier than page_config 2023-02-20 04:10:01 +11:00
sean1832
0359e60d7f refactor: create project wise constants 2023-02-20 04:04:48 +11:00
sean1832
7979a0f4b8 refactor: split and rename module. Created GPT module 2023-02-20 02:59:32 +11:00
sean1832
b3be11e821 refactor: convert modules into python modules 2023-02-20 02:27:00 +11:00
sean1832
0c922b3158 refactor: rename model_param.py 2023-02-20 01:57:24 +11:00
sean1832
7e59af08e3 fix: not able to find prompt directory for English 2023-02-19 03:24:07 +11:00
sean1832
f3f658b9fe BREAKING CHANGE: add support for multilingual search 2023-02-19 02:45:40 +11:00
sean1832
ee53478aa2 feat: add option to include extension 2023-02-18 23:37:09 +11:00
sean1832
3a1be4367e feat: add support for 'UTF-8' for read json 2023-02-18 23:36:35 +11:00
sean1832
0fc126732c feat: create languages.json for globally accessible supported language info 2023-02-18 23:36:35 +11:00
sean1832
0558b1482f fix: not able to separate language selector with set_language function 2023-02-18 20:45:46 +11:00
sean1832
4668378fc6 build: create language module for multilingual support 2023-02-18 20:32:35 +11:00
sean1832
cca20c3f99 refactor: rename read json file to read json 2023-02-18 20:11:50 +11:00
sean1832
029dcdf6fe feat: add create json if not exist to read json function 2023-02-18 20:11:06 +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
98d61528a0 build: add get_index function 2023-02-15 01:46:42 +11:00
sean1832
2286c32cba BREAKING CHANGE: delete unused module "prompt_data" 2023-02-15 00:03:29 +11:00
sean1832
fe7a2d839b feat: ability to add/delete prompt file 2023-02-14 22:04:51 +11:00
sean1832
e093b1ffe3 feat: Customizable operation output type
Added function to dynamically change operation output based on prompt directory files. Improves program flexibility and control.
2023-02-14 03:12:27 +11:00
sean1832
c9ada48782 Implement log file limit: add max limit on number of log files allowed, delete oldest if exceeding limit 2023-02-13 22:36:18 +11:00
sean1832
73cc9caaf6 move webui script out, change question to textarea 2023-02-13 00:06:41 +11:00