Skip to content

Commit

Permalink
Cleaned up
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmalloy committed Mar 19, 2024
1 parent 6b264b8 commit bfb35ce
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/main/java/jasper/component/delta/Ai.java
Original file line number Diff line number Diff line change
Expand Up @@ -300,19 +300,15 @@ private ArrayList<ChatMessage> getChatMessages(Ref ref, Collection<Ext> exts, Co
# Jasper
Knowledge Management Server
[![Build & Test](https://github.com/cjmalloy/jasper/actions/workflows/docker-image.yml/badge.svg)](https://github.com/cjmalloy/jasper/actions/workflows/docker-image.yml)
[![SwaggerHub](https://img.shields.io/badge/SwaggerHub-1.2.23-brightgreen)](https://app.swaggerhub.com/apis/cjmalloy/Jasper)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/jasper)](https://artifacthub.io/packages/helm/jasper/jasper)
## Quickstart
To start the server, client and database with a single admin user, run
the [quickstart](https://github.com/cjmalloy/jasper-ui/blob/master/quickstart/docker-compose.yaml)
docker compose file. See [Jasper App](https://github.com/cjmalloy/jasper-app) for an installable
electron wrapper.
## Knowledge Management
Jasper is an open source knowledge management (KM) system. A KMS is similar to a Content Management
System (CMS), but it does not store any content. Instead, a KMS stores links to content. This means
Jasper is an open source knowledge management (KM) system. A KM is similar to a Content Management
System (CMS), but it does not store any content. Instead, a KM stores links to content. This means
that adding a KM to your internal tools is quick and easy. It will create an overlay database,
which is a small and fast index of all your content sources. Extend functionality with custom plugins,
or embed existing dashboard panels directly to create your central business intelligence dashboard.
Expand Down

0 comments on commit bfb35ce

Please sign in to comment.