Commit Graph

41 Commits (main)

Author SHA1 Message Date
sean1832 6d5f8bf313 Revert "Revert "Revert "fix: tokens not display if brain is not build yet"""
This reverts commit 9d24713faa.
1 year ago
sean1832 9d24713faa Revert "Revert "fix: tokens not display if brain is not build yet""
This reverts commit b1ac973ff9.
1 year ago
sean1832 b1ac973ff9 Revert "fix: tokens not display if brain is not build yet"
This reverts commit e1e94db2b3.
1 year ago
sean1832 e1e94db2b3 fix: tokens not display if brain is not build yet 1 year ago
sean1832 559dd4700e fix: no error code for stream mode 1 year ago
sean1832 3b16aa236c refactor: change function name 1 year ago
sean1832 250e3b3377 fix: adjust chunk size does not update brain 1 year ago
sean1832 6ec4b9f13d fix: alter initial value for FILTER_ROW_COUNT to 1 1 year ago
sean1832 e78f70d773 fix: no initial value for FILTER_ROW_COUNT 1 year ago
sean1832 65e77aa7a1 fix: cannot create API-KEYS.txt 1 year ago
sean1832 9ef506637a fix: no language detected first launch app 1 year ago
sean1832 4c1794da0e fix: no language detected first launch app 1 year ago
sean1832 779937bbe2 fix: not able to switch prompt language after switching UI language 1 year 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.
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 7506ef7bba fix: language session state initiate earlier than page_config 1 year ago
sean1832 c84e6b8eea fix: language session state initiate earlier than page_config 1 year ago
sean1832 0359e60d7f refactor: create project wise constants 1 year ago
sean1832 7979a0f4b8 refactor: split and rename module. Created GPT module 1 year ago
sean1832 b3be11e821 refactor: convert modules into python modules 1 year ago
sean1832 0c922b3158 refactor: rename model_param.py 1 year ago
sean1832 7e59af08e3 fix: not able to find prompt directory for English 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 0fc126732c feat: create languages.json for globally accessible supported language info 1 year ago
sean1832 0558b1482f fix: not able to separate language selector with set_language function 1 year ago
sean1832 4668378fc6 build: create language module for multilingual support 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 2286c32cba BREAKING CHANGE: delete unused module "prompt_data" 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