feat: 新增 MaxKB (#1118)
This commit is contained in:
parent
4bab7e565b
commit
26dbf6e3b2
|
|
@ -0,0 +1,10 @@
|
||||||
|
additionalProperties:
|
||||||
|
formFields:
|
||||||
|
- default: 8080
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
|
labelEn: Port
|
||||||
|
labelZh: 端口
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
||||||
|
|
@ -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
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
# 默认账户密码
|
||||||
|
|
||||||
|
```
|
||||||
|
username:admin
|
||||||
|
password:MaxKB@123..
|
||||||
|
```
|
||||||
|
|
||||||
|
# MaxKB
|
||||||
|
|
||||||
|
**MaxKB** 是一款基于 LLM 大语言模型的知识库问答系统
|
||||||
|
|
||||||
|
## 优势:
|
||||||
|
|
||||||
|
- **多模型支持**:支持对接主流的大模型,包括本地私有大模型(如 Llama 2)、Azure OpenAI 和百度千帆大模型等;
|
||||||
|
- **开箱即用**:支持直接上传文档、自动爬取在线文档,支持文本自动拆分、向量化,智能问答交互体验好;
|
||||||
|
- **无缝嵌入**:支持零编码快速嵌入到第三方业务系统。
|
||||||
|
|
@ -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
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
Loading…
Reference in New Issue