Commit Graph

19 Commits (e78f70d773f3ab39ea558e302705456f658d41ac)

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