feat: 新增 MaxKB (#1118)

This commit is contained in:
wanghe 2024-03-20 17:36:36 +08:00 committed by GitHub
parent a969b88951
commit f5ba967be6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 62 additions and 0 deletions

10
apps/maxkb/0.9.0/data.yml Normal file
View File

@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 8080
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number

View File

@ -0,0 +1,17 @@
version: '3'
services:
ollama:
image: 1panel/maxkb:v0.9.0
container_name: ${CONTAINER_NAME}
restart: unless-stopped
ports:
- ${PANEL_APP_PORT_HTTP}:8080
networks:
- 1panel-network
volumes:
- ./data:/var/lib/postgresql/data
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

16
apps/maxkb/README.md Normal file
View File

@ -0,0 +1,16 @@
# 默认账户密码
```
usernameadmin
passwordMaxKB@123..
```
# MaxKB
**MaxKB** 是一款基于 LLM 大语言模型的知识库问答系统
## 优势:
- **多模型支持**:支持对接主流的大模型,包括本地私有大模型(如 Llama 2、Azure OpenAI 和百度千帆大模型等;
- **开箱即用**:支持直接上传文档、自动爬取在线文档,支持文本自动拆分、向量化,智能问答交互体验好;
- **无缝嵌入**:支持零编码快速嵌入到第三方业务系统。

19
apps/maxkb/data.yml Normal file
View File

@ -0,0 +1,19 @@
name: MaxKB
tags:
- AI / 大模型
title: 基于 LLM 大语言模型的知识库问答系统
description: 基于 LLM 大语言模型的知识库问答系统
additionalProperties:
key: maxkb
name: MaxKB
tags:
- AI
shortDescZh: 基于 LLM 大语言模型的知识库问答系统
shortDescEn: Knowledge Base Question Answering System based on LLM large language model
type: tool
crossVersionUpdate: true
limit: 0
recommend: 13
website: https://github.com/1Panel-dev/MaxKB
github: https://github.com/1Panel-dev/MaxKB
document: https://github.com/1Panel-dev/MaxKB/wiki

BIN
apps/maxkb/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB