mirror of
https://github.com/Tencent/WeKnora.git
synced 2026-06-04 13:30:32 +08:00
Tenant RBAC headline release: 4-tier role matrix (Owner/Admin/ Contributor/Viewer), per-KB resource ownership, per-tenant audit log, tenant member management, self-service workspaces. Also: CLI v0.3/v0.4 GA, KB retrieval fan-out across vector stores, AES-256-GCM credential at-rest, docreader gRPC TLS+Token, Zhipu embedding, Huawei OBS, vLLM URL for MinerU, Apache Doris compat modes, server-side user preferences, Go 1.26.0. See CHANGELOG.md for the full list. docs(rbac): wire RBAC screenshots into READMEs and RBAC guide - README.md / README_CN.md / README_JA.md / README_KO.md: replace the single member-management thumbnail under the v0.6.0 RBAC highlight with a 2×2 showcase (member management, workspace switcher, self-service workspace creation, pending invitations). - docs/RBAC说明.md: add the member-management screenshot to the existing 前端实际界面 showcase so the guide is self-contained and no longer cross-references README for it. feat(rbac-ui): link tenant member page to RBAC guide Add an inline doc-link in the Tenant Members settings page that opens docs/RBAC说明.md on GitHub in a new tab, complementing the existing in-app role-matrix popover. New i18n key tenantMember.learnRbacGuide covered for zh-CN / en-US / ko-KR / ru-RU.
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.6.0"
|
|
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
|