Commit Graph

19 Commits (65e77aa7a171ee5bbc3a0585d20dc8e3e0832916)

Author SHA1 Message Date
sean1832 65e77aa7a1 fix: cannot create API-KEYS.txt 1 year ago
sean1832 4c1794da0e fix: no language detected first launch app 1 year ago
sean1832 8f08826f47 chore: remove debug print 1 year ago
sean1832 9b90ac26c6 fix: not able to read .pdf or .png
add supported_formats so that it only reads .txt and .md by default
1 year ago
sean1832 a64ac2665f chore: add exclude directory
__pycache__
.git
.idea
.vscode
.obsidian
.trash
.git
.gitignore
.gitattributes
1 year ago
sean1832 945ef71c80 fix: trying to access __pycache__ when update language base 1 year ago
sean1832 11f28c799e build: moving local function to streamlit tools or utilities 1 year ago
sean1832 b3be11e821 refactor: convert modules into python modules 1 year ago
sean1832 f3f658b9fe BREAKING CHANGE: add support for multilingual search 1 year ago
sean1832 ee53478aa2 feat: add option to include extension 1 year ago
sean1832 3a1be4367e feat: add support for 'UTF-8' for read json 1 year ago
sean1832 cca20c3f99 refactor: rename read json file to read json 1 year ago
sean1832 029dcdf6fe feat: add create json if not exist to read json function 1 year ago
sean1832 d5f52336b2 feat: additional filter logic
CONTAINS,
NOT CONTAINS,
MORE THAN,
LESS THAN,
MORE THAN OR EQUAL,
LESS THAN OR EQUAL
1 year ago
sean1832 98d61528a0 build: add get_index function 1 year ago
sean1832 fe7a2d839b feat: ability to add/delete prompt file 1 year ago
sean1832 e093b1ffe3 feat: Customizable operation output type
Added function to dynamically change operation output based on prompt directory files. Improves program flexibility and control.
1 year ago
sean1832 c9ada48782 Implement log file limit: add max limit on number of log files allowed, delete oldest if exceeding limit 1 year ago
sean1832 73cc9caaf6 move webui script out, change question to textarea 1 year ago