Self-hosted knowledge management for SMEs: a split-screen Markdown editor whose sections an LLM refines while you write, and RAG question answering over the documents that result. FastAPI + Postgres/pgvector on the back, SvelteKit on the front, everything OpenAI-compatible and self-hostable. Squashed into a single commit; the development history stays local. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CA43ZJda8Rbp2hKXNy8f6b
53 lines
1.6 KiB
YAML
53 lines
1.6 KiB
YAML
# Catalog blueprint — inert until an admin adds it (docs/authoring-templates.md).
|
|
# Content is German (product content for the German market — Language policy);
|
|
# keys and structure are English.
|
|
#
|
|
# The document a person writes about themselves. It replaced an "onboarding"
|
|
# blueprint somebody else filled in FOR the new colleague: nobody does that,
|
|
# and the person themselves knows the answers. The profile page starts this
|
|
# one (api/account.py PERSONAL_BLUEPRINT).
|
|
id: person
|
|
name: "Über dich: Rolle und Ansprechbarkeit"
|
|
version: "1.0"
|
|
kind: authoring
|
|
locale: de
|
|
description: >
|
|
Wofür du zuständig bist und wobei Kolleg:innen dich fragen können.
|
|
|
|
model:
|
|
temperature: 0.4
|
|
min_class_hint: "12b"
|
|
|
|
persona: |
|
|
Du bist ein präziser Fachredakteur. Du hältst fest, was eine Person im
|
|
Unternehmen macht und wobei man sie fragen kann — sachlich, in der ersten
|
|
Person, in vollständigen Sätzen. Namen, Systeme und Zuständigkeiten
|
|
behältst du exakt bei. Keine Floskeln, keine Selbstlobformeln, keine
|
|
Emojis.
|
|
|
|
title_template: "{{user.name}}"
|
|
|
|
skeleton: |
|
|
## Was ich mache
|
|
|
|
## Wobei ihr mich fragen könnt
|
|
|
|
## Womit ich arbeite
|
|
|
|
sections:
|
|
- heading: "Was ich mache"
|
|
hint: >
|
|
Die eigene Rolle in zwei, drei Sätzen: wofür man zuständig ist und was
|
|
im Alltag tatsächlich anfällt.
|
|
- heading: "Wobei ihr mich fragen könnt"
|
|
hint: >
|
|
Die Themen, bei denen man diese Person anspricht — und, wenn es das
|
|
gibt, wofür jemand anderes zuständig ist.
|
|
- heading: "Womit ich arbeite"
|
|
hint: >
|
|
Die Systeme, Maschinen oder Werkzeuge, in denen die Person zu Hause
|
|
ist.
|
|
|
|
metadata:
|
|
visibility: public
|