Commit Graph

231 Commits

Author SHA1 Message Date
writinwaters
72ce399cf5 Update README_zh.md (#183) 2024-03-31 23:08:41 +08:00
writinwaters
7c7b0df450 Update README.md 2024-03-31 22:10:27 +08:00
writinwaters
f043d14a49 Updated the definition section (#182) 2024-03-31 22:06:26 +08:00
writinwaters
fce6f85140 Update README.md (#181) 2024-03-31 21:35:59 +08:00
Jin Hai
8d9a7a7097 Update README (#180)
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
2024-03-31 21:22:40 +08:00
writinwaters
b349efcd1e Update README.md (#179) 2024-03-31 19:43:16 +08:00
KevinHuSh
121c7a5681 refine error response, add set api-key MD (#178) 2024-03-31 19:09:42 +08:00
writinwaters
9ff38891ad 0331 configurations (#177)
* Updated configurations

* Update README.md
2024-03-31 17:51:14 +08:00
balibabu
dad0d2eb9d feat: jumping from the chunk list page to the file list page keeps th… (#174)
* feat: jumping from the chunk list page to the file list page keeps the original page number.

* feat: jump to the file upload page and reset the file list page number to 1
2024-03-31 17:44:34 +08:00
writinwaters
d9e6b103d4 0331 config (#176)
* Updated steps

* Miscellaneous updates
2024-03-31 15:07:12 +08:00
writinwaters
164442c0a3 0329 readme (#175)
* Updated Get Started.

* Finishing off Get Started

* minor

* minor
2024-03-31 13:15:42 +08:00
balibabu
204385a7bf feat: add background image to login page and alter tooltip of base_url and add llm type to Added models List (#173)
* feat: add llm type to Added models List

* feat: alter tooltip of base_url

* feat: add background image to login page
2024-03-29 16:15:12 +08:00
KevinHuSh
ffed0876f2 Refine README (#172) 2024-03-29 14:44:21 +08:00
KevinHuSh
e876f58b4c refine readme (#170) 2024-03-29 14:38:15 +08:00
KevinHuSh
05298d5626 refine README (#169) 2024-03-29 10:48:29 +08:00
balibabu
7bae41c71f feat: add base_url to ApiKeyModal (#167) 2024-03-29 09:52:19 +08:00
writinwaters
88eadb5c47 Editorial updates (#168) 2024-03-29 09:51:36 +08:00
KevinHuSh
38e5737067 add base url for OpenAI (#166) 2024-03-28 19:15:16 +08:00
writinwaters
be2b904daf 0328 restructure readme (#165)
* Added emojis

* Miscellaneous editorial updates
2024-03-28 17:22:02 +08:00
balibabu
b6837d4ca6 feat: add corresponding icons to files (#164) 2024-03-28 16:18:16 +08:00
KevinHuSh
a5384446e3 let's load model from local (#163) 2024-03-28 16:10:47 +08:00
KevinHuSh
f3477202fe refine citation (#161) 2024-03-28 11:45:50 +08:00
balibabu
37cc673098 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)
* feat: if the chunk number of the knowledge base is greater than 0, set the embedding model to disabled

* feat: set the object-fit attribute of the chunk image to contain so that the image is not stretched
2024-03-28 11:42:40 +08:00
balibabu
44541a8c33 feat: select the corresponding parsing method according to the file type and after the document is successfully uploaded, use the ChunkMethodModal to select the parsing method. and remove ChunkMethodModal from knowledge-file (#158)
* feat: select the corresponding parsing method according to the file type

* feat: after the document is successfully uploaded, use the ChunkMethodModal  to select the parsing method.

* feat: add pdf types to ParserListMap

* feat: remove ChunkMethodModal from knowledge-file
2024-03-27 17:56:34 +08:00
KevinHuSh
bf2e3d7fc1 refine OpenAi Api (#159) 2024-03-27 17:55:45 +08:00
KevinHuSh
0cb95c688e rm some sensitive info (#157) 2024-03-27 13:24:35 +08:00
KevinHuSh
37185466e2 READEME refined (#156) 2024-03-27 13:14:36 +08:00
KevinHuSh
fd7fcb5baf apply pep8 formalize (#155) 2024-03-27 11:33:46 +08:00
KevinHuSh
a02e836790 refine README (#154) 2024-03-27 10:26:20 +08:00
KevinHuSh
979b3a5b4b support snapshot download from local (#153)
* support snapshot download from local

* let snapshot download from local
2024-03-27 09:53:42 +08:00
KevinHuSh
da21320b88 fix plainPdf bugs (#152) 2024-03-26 15:11:07 +08:00
balibabu
75f7c6da2f fix: by obtaining the width and height of the pdf and passing it to b… (#151)
* fix: by obtaining the width and height of the pdf and passing it to boundingRect, the problem of inaccurate positioning of file highlighting is fixed

* feat: remove actualPositions from buildChunkHighlights
2024-03-26 14:51:34 +08:00
balibabu
0dd5b58d03 fix: fixed an issue where an error was reported when fetching the file list after changing the parsing type (#150) 2024-03-25 18:13:44 +08:00
balibabu
0629847c09 feat: hide filters button and hide testing history (#149)
* feat: hide testing history

* feat: hide filters button
2024-03-25 16:39:28 +08:00
balibabu
74419e5f0c feat: remove disabled from ChunkMethodModal (#148) 2024-03-25 14:56:56 +08:00
KevinHuSh
71fe314955 refine page ranges (#147) 2024-03-25 13:11:57 +08:00
balibabu
1d9a50b090 feat: move layout_recognize to the bottom (#146)
* feat: add Page Ranges label

* feat: move layout_recognize to the bottom
2024-03-25 12:54:10 +08:00
balibabu
da39723f17 feat: when Layout recognize is false, hide pages (#144)
* feat: when Layout recognize is false, hide pages

* feat: fix the name column to the leftmost part of the KnowledgeFile table
2024-03-22 19:21:20 +08:00
KevinHuSh
f6aee7f230 add use layout or not option (#145)
* add use layout or not option

* trival
2024-03-22 19:21:09 +08:00
balibabu
2f4c71b4b4 feat: add pages to ChunkMethodModal (#143) 2024-03-22 16:57:09 +08:00
KevinHuSh
1edbd36baf add help info (#142) 2024-03-22 15:35:06 +08:00
balibabu
73c2f4d418 feat: add hooks for document table and refactor document-related modal (#141)
* feat: add hooks for document table

* refactor: refactor document-related modal
2024-03-22 11:35:25 +08:00
KevinHuSh
6c6b144de2 refine manual parser (#140) 2024-03-21 18:17:32 +08:00
balibabu
f4ec7cfa76 feat: add image for chunk method (#139)
* feat: add image of chunk method

* feat: add image for chunk method
2024-03-21 16:45:03 +08:00
KevinHuSh
5875c8ba08 Add 'One' chunk method (#137) 2024-03-20 18:57:22 +08:00
balibabu
fce14ee187 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)
* feat: download documents on the document list page

* feat: add tooltip to Form.Item

* feat: set font family to inter

* feat: add loading to ChatContainer
2024-03-20 18:20:42 +08:00
KevinHuSh
6999598101 refine for English corpus (#135) 2024-03-20 16:56:16 +08:00
balibabu
78727c8809 fix: disable sending messages if both application and conversation are empty and add loading to all pages (#134)
* feat: add loading to all pages

* fix: disable sending messages if both application and conversation are empty

* feat: add chatSpin class to Spin of chat
2024-03-20 11:13:51 +08:00
balibabu
d38e92aac8 fix: fixed the issue that the prompt word for registering an account is not in English and fixed the issue where the last message would keep loading if the backend reported an error during chat and fixed the issue where the next button would float above the file list on the file upload page (#133)
* feat: fixed the issue where the next button would float above the file list on the file upload page.

* feat: fixed the issue where the last message would keep loading if the backend reported an error during chat.

* fix: fixed the issue that the prompt word for registering an account is not in English
2024-03-19 19:21:35 +08:00
KevinHuSh
9a843667b3 fix github account login issue (#132) 2024-03-19 15:31:47 +08:00