Yang Luo
|
ef1cf307b8
|
Add task struct
|
2 years ago |
YunShu
|
5f6a63b5af
|
docs: fix dead links (#617)
* docs: fix dead links
https://github.com/Selflocking/linkchecker/actions/runs/6058177987
* docs: fix wrong badge
|
2 years ago |
Yang Luo
|
9f32fbd998
|
Add Model interface
|
2 years ago |
yehong
|
43000075c0
|
feat: demo mode (#616)
|
2 years ago |
Kelvin Chiu
|
d940bab0f5
|
feat: support .docx, .pdf file parsing (#614)
* feat: add .pdf\.docx text extraction
* feat: add .pdf\.docx text extraction
|
2 years ago |
YunShu
|
8ec158399b
|
fix: add support for several databases (#613)
|
2 years ago |
YunShu
|
c49e49cf33
|
chore: upgrade Go version to 1.18 (#612)
Packages A and B use the `any` keyword, so the minimum requirement for casibase is 1.18.
|
2 years ago |
Yang Luo
|
032ee3a6b1
|
Fix renderSigninIfNotSignedIn()
|
2 years ago |
Yang Luo
|
bf22093cde
|
Add getModelProviderFromContext()
|
2 years ago |
Yang Luo
|
8c79294a7b
|
Add ModelProvider to Store
|
2 years ago |
Kelvin Chiu
|
83a4697c9d
|
fix: update knowledge retrieval function (#609)
* fix: fix redirect not working error
* feat: update knowledge retrieval function
* fix: optimized the logic of retrieve function
|
2 years ago |
Yang Luo
|
2ad4e9b5ba
|
Fix ai_test.go
|
2 years ago |
Yang Luo
|
c85b305661
|
Improve TextArea
|
2 years ago |
Yang Luo
|
66a5021eb7
|
Improve filterTextFiles()
|
2 years ago |
Yang Luo
|
081b88a2be
|
Fix getAccount() bug
|
2 years ago |
Kelvin Chiu
|
737dd4df4e
|
feat: add refresh store vectors (#608)
* feat: add refresh store vectors
* fix: clean the object.Url from casdoorsdk
|
2 years ago |
Yang Luo
|
12d4afc0d9
|
Change vector data to []float32
|
2 years ago |
Yang Luo
|
3037214b93
|
Use casdoorsdk to call API
|
2 years ago |
yehong
|
a5c4d250f9
|
feat: change chat box style (#606)
|
2 years ago |
Yang Luo
|
6a218f8258
|
Add getStorageProviders()
|
2 years ago |
Yang Luo
|
195d9cfdca
|
Remove resource.go
|
2 years ago |
Yang Luo
|
da3193673c
|
Add empty provider check
|
2 years ago |
Yang Luo
|
b099e837f9
|
Fix res naming
|
2 years ago |
Yang Luo
|
960f08188f
|
Add user, parent and tag
|
2 years ago |
Yang Luo
|
15dbed335e
|
Fix file URL
|
2 years ago |
Yang Luo
|
f93d3f90dd
|
ListObjects() works now
|
2 years ago |
Yang Luo
|
23a2de182f
|
Rename bucket to storage provider
|
2 years ago |
Yang Luo
|
9c3f8aed8b
|
Fix ListObjects()
|
2 years ago |
Yang Luo
|
ec45d9e5eb
|
Refactor the storage code
|
2 years ago |
Yang Luo
|
2a2e8f66d7
|
Add license headers
|
2 years ago |
Yang Luo
|
61d2b70116
|
Remove rclone code
|
2 years ago |
WintBit
|
789241364c
|
feat: support Casdoor storage API (#594)
* feat: Casdoor storage API
* chore: fmt casdoor.go using gofumpt
* feat: add global casdoor config variables
|
2 years ago |
TieStone
|
95db4c2edd
|
docs: Resolve broken image display in README.md (#604)
|
2 years ago |
Yang Luo
|
28c24c51f7
|
Improve initServerUrl()
|
2 years ago |
yehong
|
b27a9a925d
|
feat: add Dockerfile (#600)
|
2 years ago |
Kelvin Chiu
|
b185161aa9
|
fix: set default value for the message owner (#597)
|
2 years ago |
Yang Luo
|
43e8dabc2c
|
Add getDefaultModelProvider()
|
2 years ago |
Yang Luo
|
f478db4af8
|
Remove tree's scrollbar
|
2 years ago |
Yang Luo
|
444e3a3841
|
Add GetMaskedProvider()
|
2 years ago |
Yang Luo
|
31bface6bd
|
Adjust tree height
|
2 years ago |
Yang Luo
|
46209eb83f
|
Improve default store logic
|
2 years ago |
github-actions[bot]
|
65d3fc6341
|
refactor: New Crowdin translations by Github Action (#596)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
|
2 years ago |
YunShu
|
a5723e1a52
|
ci: add crowdin configuration file and i18n files (#595)
* ci: add crowdin configuration file and i18n files
* fix: update i18n regex
|
2 years ago |
yehong
|
854213baae
|
feat: add CI (#593)
* feat: add CI
* Update semantic.yml
* Update .releaserc.json
---------
Co-authored-by: hsluoyz <hsluoyz@qq.com>
|
2 years ago |
Yang Luo
|
23a56d8623
|
ci: fix crowdin configs
|
2 years ago |
Kelvin Chiu
|
fe0df16ac1
|
feat: add chat page (#589)
* feat: add chat page
* feat: add chat page
* Update ai.go
* Update ai_test.go
* Update message.go
---------
Co-authored-by: hsluoyz <hsluoyz@qq.com>
|
2 years ago |
yehong
|
96af811a12
|
feat: add Github CI (#590)
* feat: add CI
* feat: add CI and run gofumpt
* Update conf.go
* Delete migrate.yml
* Update sync.yml
* Update conf.go
* Update file_cache.go
* Update adapter.go
* Update semantic.yml
* Update storage_test.go
* Update file_cache.go
* Update conf.go
* Update adapter.go
* Update conf.go
---------
Co-authored-by: hsluoyz <hsluoyz@qq.com>
|
2 years ago |
Kelvin Chiu
|
d6e982c89a
|
feat: update antd to v5.2.3 (#586)
* feat: update antd to v5.2.3
* fix: rightdropdown className
* feat: modify frontend appearance
* fix: fix ResizeObserver loop error in action
* fix: modify frontend codes style
* fix: modify frontend codes style
|
2 years ago |
Yang Luo
|
c68ccd739f
|
Add vector pages
|
2 years ago |
Kelvin Chiu
|
084c36d4af
|
feat: add message list (#18)
|
2 years ago |