Go to file
wxy 4cca98a496
fix: solve the problem that docker can not run (#657)
* feat: support Claude model

* feat: support Claude model

* feat: support Claude model

* feat: support Claude model

* feat: support Claude model

* feat: support Claude model

* feat: support Claude model

* feat: support Claude model (#640)

* feat: support Claude model

* feat: support Claude model

* feat: support Claude model

* feat: support Claude model

* feat: support Claude model

* feat: support Claude model

* feat: support Claude model

* feat: support ChatGLM model and remove redundant code about Claude

* feat: support MiniMax model

* feat: support MiniMax model

* feat: support MiniMax model

* feat: support MiniMax model

* feat: support MiniMax model

* feat: support MiniMax model

* feat: support MiniMax model

* feat: support MiniMax model

* fix: solve the problem that docker can not run

* fix: solve the problem that docker can not run

* fix: solve the problem that docker can not run

* fix: solve the problem that docker can not run

* fix: solve the problem that docker can not run

* fix: solve the problem that docker can not run

* fix: solve the problem that docker can not run
2023-09-26 18:57:11 +08:00
.github feat: support MiniMax model (#656) 2023-09-26 14:55:50 +08:00
assets docs: perfect the README.md (#631) 2023-09-10 21:31:26 +08:00
conf Use Casdoor demo site setting 2023-09-15 13:54:49 +08:00
controllers Serve storage provider files 2023-09-17 19:34:20 +08:00
embedding fix: improve code 2023-09-24 00:36:54 +08:00
i18n ci: add crowdin configuration file and i18n files (#595) 2023-07-22 21:10:14 +08:00
model feat: support MiniMax model (#656) 2023-09-26 14:55:50 +08:00
object feat: support Local model chat using openai format (#651) 2023-09-25 08:29:42 +08:00
proxy feat: add chat page (#589) 2023-07-22 11:14:07 +08:00
routers Serve storage provider files 2023-09-17 19:34:20 +08:00
storage Fix bug in PutObject() 2023-09-17 21:08:59 +08:00
txt Add GetSupportedFileTypes() 2023-09-09 22:37:07 +08:00
util feat: change chat box style (#606) 2023-08-02 15:36:31 +08:00
video feat: add Github CI (#590) 2023-07-22 10:17:17 +08:00
web feat: support MiniMax model (#656) 2023-09-26 14:55:50 +08:00
xlsx Add license headers 2023-07-16 12:51:52 +08:00
.gitignore chore: upgrade Go version to 1.18 (#612) 2023-08-17 02:47:55 +08:00
.releaserc.json feat: add CI (#593) 2023-07-22 18:42:02 +08:00
Dockerfile feat: add Dockerfile (#600) 2023-07-23 22:19:47 +08:00
LICENSE Initial commit 2023-06-22 15:46:47 +08:00
README.md Update README.md 2023-09-17 11:58:19 +08:00
docker-entrypoint.sh feat: add Dockerfile (#600) 2023-07-23 22:19:47 +08:00
go.mod fix: solve the problem that docker can not run (#657) 2023-09-26 18:57:11 +08:00
go.sum fix: solve the problem that docker can not run (#657) 2023-09-26 18:57:11 +08:00
main.go Add InitDb() 2023-09-17 15:57:45 +08:00

README.md

📦 Casibase

Open-source AIGC vector & knowledge database with beautiful web UI, similar to LangChain

semantic-release docker pull casbin/casibase GitHub Workflow Status (branch) GitHub Release Docker Image Version (latest semver)

Go Report Card license GitHub issues GitHub stars GitHub forks Crowdin Discord

Architecture

Casibase contains 2 parts:

Name Description Language
Frontend User interface for Casibase JavaScript + React
Backend Server-side logic and API for Casibase Golang + Beego + Python + Flask + MySQL

0-Architecture-casibase

Online Demo

https://ai.casbin.com

Documentation

https://casibase.org

Install

https://casibase.org/docs/basic/server-installation

How to contact?

Discord: https://discord.gg/5rPsrAzK7S

Forum: https://forum.casbin.com

Contact: https://tawk.to/chat/623352fea34c2456412b8c51/1fuc7od6e

Contribute

For Casibase, if you have any questions, you can give issues, or you can also directly start Pull Requests(but we recommend giving issues first to communicate with the community).

License

Apache-2.0