You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 3.8 kB

2 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <h1 align="center" style="border-bottom: none;">📦⚡️ Casibase</h1>
  2. <h3 align="center">Open-source AIGC vector & knowledge database with beautiful web UI, similar to LangChain</h3>
  3. <p align="center">
  4. <a href="#badge">
  5. <img alt="semantic-release" src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg">
  6. </a>
  7. <a href="https://hub.docker.com/r/casbin/casibase">
  8. <img alt="docker pull casbin/casibase" src="https://img.shields.io/docker/pulls/casbin/casibase.svg">
  9. </a>
  10. <a href="https://github.com/casbin/casibase/actions/workflows/build.yml">
  11. <img alt="GitHub Workflow Status (branch)" src="https://github.com/casbin/casibase/workflows/Build/badge.svg?style=flat-square">
  12. </a>
  13. <a href="https://github.com/casbin/casibase/releases/latest">
  14. <img alt="GitHub Release" src="https://img.shields.io/github/v/release/casbin/casibase.svg">
  15. </a>
  16. <a href="https://hub.docker.com/repository/docker/casbin/casibase">
  17. <img alt="Docker Image Version (latest semver)" src="https://img.shields.io/badge/Docker%20Hub-latest-brightgreen">
  18. </a>
  19. <!-- waiting for changing -->
  20. <!-- <a href="https://hub.docker.com/r/casbin/casibase"> -->
  21. <!-- <a href="https://github.com/casbin/casibase/actions/workflows/build.yml"> -->
  22. <!-- <a href="https://github.com/casbin/casibase/releases/latest"> -->
  23. <!-- <a href="https://hub.docker.com/repository/docker/casbin/casibase"> -->
  24. </p>
  25. <p align="center">
  26. <a href="https://goreportcard.com/report/github.com/casbin/casibase">
  27. <img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/casbin/casibase?style=flat-square">
  28. </a>
  29. <a href="https://github.com/casbin/casibase/blob/master/LICENSE">
  30. <img src="https://img.shields.io/github/license/casbin/casibase?style=flat-square" alt="license">
  31. </a>
  32. <a href="https://github.com/casbin/casibase/issues">
  33. <img alt="GitHub issues" src="https://img.shields.io/github/issues/casbin/casibase?style=flat-square">
  34. </a>
  35. <a href="#">
  36. <img alt="GitHub stars" src="https://img.shields.io/github/stars/casbin/casibase?style=flat-square">
  37. </a>
  38. <a href="https://github.com/casbin/casibase/network">
  39. <img alt="GitHub forks" src="https://img.shields.io/github/forks/casbin/casibase?style=flat-square">
  40. </a>
  41. <a href="https://crowdin.com/project/casibase">
  42. <img alt="Crowdin" src="https://badges.crowdin.net/casibase/localized.svg">
  43. </a>
  44. <a href="https://discord.gg/devUNrWXrh">
  45. <img alt="Discord" src="https://img.shields.io/discord/1022748306096537660?logo=discord&label=discord&color=5865F2">
  46. </a>
  47. </p>
  48. ## Architecture
  49. Casibase contains 2 parts:
  50. | **Name** | **Description** | **Language** |
  51. |----------------|---------------------------------------------------|-----------------------------------------|
  52. | Frontend | User interface for Casibase | JavaScript + React |
  53. | Backend | Server-side logic and API for Casibase | Golang + Beego + Python + Flask + MySQL |
  54. ![0-Architecture-casibase](assets/0-Architecture-casibase.png)
  55. ## Online Demo
  56. <https://ai.casbin.com>
  57. ## Documentation
  58. <https://casibase.org>
  59. ## Install
  60. <https://casibase.org/docs/basic/server-installation>
  61. ## How to contact?
  62. Discord: <https://discord.gg/5rPsrAzK7S>
  63. Forum: <https://forum.casbin.com>
  64. Contact: <https://tawk.to/chat/623352fea34c2456412b8c51/1fuc7od6e>
  65. ## Contribute
  66. 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).
  67. ## License
  68. [Apache-2.0](https://github.com/casbin/casibase/blob/master/LICENSE)