Commit History
feat: After selecting the parsing method as knowledge graph, the delimiter and chunk token number are displayed. #1594 (#1929)
7b030d6
balibabu
commited on
feat: Added explanation on the parsing method of knowledge graph #1594 (#1916)
2b252d0
balibabu
commited on
feat: Add delimiter field to naive parsing method #1909 (#1911)
f28c040
balibabu
commited on
fix: Entity types are only displayed when the knowledge graph is selected #1594 (#1841)
e2220ea
balibabu
commited on
fix: Embedding error in file parsing #1835 (#1839)
aa07fb5
balibabu
commited on
feat: Hide KnowledgeGraphModal #162 (#1783)
2faf924
balibabu
commited on
feat: Add EntityTypesForm #162 (#1777)
92890f8
balibabu
commited on
fix: fetch user by @tanstack/react-query #1306 (#1709)
598945f
balibabu
commited on
fix: fetch llm list by @tanstack/react-query #1306 (#1708)
3c31ff9
balibabu
commited on
fix: Set the default value of Self RAG to false #1220 (#1702)
e08f767
balibabu
commited on
fix: use @tanstack/react-query to get knowledge base data #1306 (#1609)
8ef29dd
balibabu
commited on
fix: after logging out and entering the knowledge base page again, the data before still exists #1306 (#1597)
bb69456
balibabu
commited on
feat: change all file names to lowercase #1574 (#1575)
68ed806
balibabu
commited on
Fix: Implement DOMPurify to sanitize HTML content before rendering (#1498)
ad0d761
Implements RAPTOR for better chunking #882 (#883)
980e3c4
balibabu
commited on
fix: thumbnails are too large in the chat box #818 (#819)
6aa5abc
balibabu
commited on
change language #245 (#246)
88e5a61
balibabu
commited on
fix: #209 after saving the knowledge base configuration, jump to the dataset page (#212)
badd5fe
balibabu
commited on
feat: add logo-with-text.png (#184)
cfbf213
balibabu
commited on
feat: set the object-fit attribute of the chunk image to contain so that the image is not stretched and if the chunk number of the knowledge base is greater than 0, set the embedding model to disabled (#160)
60101af
balibabu
commited on
refine page ranges (#147)
7f98e24
KevinHuSh
commited on
feat: add pages to ChunkMethodModal (#143)
0cf2c67
balibabu
commited on
add help info (#142)
b7adc24
KevinHuSh
commited on
feat: add hooks for document table and refactor document-related modal (#141)
c22c6b5
balibabu
commited on
feat: add image for chunk method (#139)
967c830
balibabu
commited on
feat: add loading to ChatContainer and set font family to inter and add tooltip to Form.Item and download documents on the document list page (#136)
84f80c5
balibabu
commited on
fix: disable sending messages if both application and conversation are empty and add loading to all pages (#134)
e55650e
balibabu
commited on
feat: remove loading from document table and fixed the issue where gif images could not be uploaded on the configuration page (#122)
f1ced48
balibabu
commited on
feat: submit api key and add language to Configuration and fetch llm factory list on UserSettingModel mount (#121)
7e26e0d
balibabu
commited on
feat: display chunk token number when category of knowledge as general and unavailable llm models appear disabled and if the backend returns 401, it will jump to the login page and fixed the issue where the greeting would disappear when clicking on a new dialog (#117)
f30b544
balibabu
commited on
feat: submit new password to backend and submit user information and add Form to UserSettingProfile (#114)
cd46bb2
balibabu
commited on
feat: fetch knowledge detail on KnowledgeUploadFile mount and add category column to chunk table and set initial value for the model field of chat setting (#104)
4086c42
balibabu
commited on
feat: create a chat assistant and extract SimilaritySlider (#67)
8c4ec99
balibabu
commited on
feat: add temperature and top-p to ModelSetting and add ChatConfigurationModal and bind backend data to KnowledgeCard (#65)
452020d
balibabu
commited on
feat: remove KnowledgeSearching and add knowledge configuration page and add a run button to the document (#64)
f3d0ebd
balibabu
commited on
feat: confirm before deleting knowledge base and add ChunkToolBar (#56)
eb38196
balibabu
commited on
feat: modify routing to nested mode and rename document (#52)
7b71fb2
balibabu
commited on
feat: Modify the color of the svg icon in the header according to the selected state and feat: extract routing information from the knowledge base into constants (#51)
503735c
balibabu
commited on
feat: remove loading from model and use DvaModel instead of redundant types such as kAModelType (#47)
362ec6c
balibabu
commited on
update knowledge_kb (#34)
fad2ec7
yqj123
commited on
add front end code (#27)
6b8fc2c
KevinHuSh
commited on