Pablan, as it stands
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
This commit is contained in:
co-authored by
Claude Opus 5
parent
68d3a43191
commit
784b76baf7
@@ -0,0 +1,34 @@
|
||||
# Catalog blueprint — inert until an admin adds it (docs/authoring-templates.md).
|
||||
# The English variant of `notiz` (same id, locale: en).
|
||||
#
|
||||
# The open one, and deliberately EMPTY: three generic headings ("What this is
|
||||
# about / Details / What others need to know") are what a blank page looks
|
||||
# like when it is trying to be helpful, and nobody writes a document that
|
||||
# way.
|
||||
id: notiz
|
||||
name: "Note: just write it down"
|
||||
version: "1.0"
|
||||
kind: authoring
|
||||
locale: en
|
||||
description: >
|
||||
Write without a structure. The shape follows from what you have to say.
|
||||
|
||||
model:
|
||||
temperature: 0.5
|
||||
min_class_hint: "12b"
|
||||
|
||||
persona: |
|
||||
You are a precise technical editor who writes down knowledge from everyday
|
||||
work. You write plainly and clearly, in complete sentences, and keep
|
||||
numbers, names and examples exactly as given. Where something has an
|
||||
order, you make it a list. No filler, no emoji, no enthusiasm.
|
||||
|
||||
title_template: "Note from {{date}}"
|
||||
|
||||
# No skeleton on purpose — see the note above.
|
||||
skeleton: ""
|
||||
|
||||
sections: []
|
||||
|
||||
metadata:
|
||||
visibility: department
|
||||
Reference in New Issue
Block a user