mirror of
https://github.com/Tencent/WeKnora.git
synced 2026-09-19 02:18:25 +08:00
Bump version to v0.5.2 across VERSION, Helm chart, frontend package files, and cloud-image script comment. Update CHANGELOG and all four language READMEs with v0.5.2 highlights (Wiki Mode at scale, MCP human-in-the-loop approval, new LLM/vector/storage/search backends, adaptive 3-tier chunking, global command palette, CLI preview, etc.).
27 lines
674 B
YAML
27 lines
674 B
YAML
apiVersion: v2
|
|
name: weknora
|
|
description: |
|
|
WeKnora - AI-powered Knowledge RAG Platform for building intelligent knowledge bases
|
|
with document parsing, vector search, and LLM integration.
|
|
type: application
|
|
version: 0.1.0
|
|
appVersion: "v0.5.2"
|
|
kubeVersion: ">=1.25.0-0"
|
|
home: https://github.com/Tencent/WeKnora
|
|
icon: https://raw.githubusercontent.com/Tencent/WeKnora/main/docs/images/logo.png
|
|
sources:
|
|
- https://github.com/Tencent/WeKnora
|
|
keywords:
|
|
- ai
|
|
- rag
|
|
- knowledge-base
|
|
- llm
|
|
- document-parsing
|
|
- vector-search
|
|
- chatbot
|
|
maintainers:
|
|
- name: WeKnora Community
|
|
url: https://github.com/Tencent/WeKnora
|
|
annotations:
|
|
artifacthub.io/license: MIT
|