Add qmd-knowledge-base concept page
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
---
|
||||
title: qmd Wissenssystem
|
||||
category: Tools
|
||||
tags: [qmd, knowledge-base, embeddings, search]
|
||||
created: "2026-04-28"
|
||||
modified: "2026-04-28"
|
||||
---
|
||||
|
||||
# qmd Wissenssystem
|
||||
|
||||
## Überblick
|
||||
qmd ist ein markdown-basiertes Wissenssystem mit:
|
||||
- **Embeddings:** Semantische Suche
|
||||
- **Suche:** qmd search
|
||||
- **Index:** ~/.cache/qmd/
|
||||
- **MCP Server:** qmd mcp --http
|
||||
|
||||
## Installation
|
||||
```bash
|
||||
npm install -g @tobilu/qmd
|
||||
```
|
||||
|
||||
## Verwendung
|
||||
```bash
|
||||
# Embeddings generieren
|
||||
qmd embed
|
||||
|
||||
# Semantische Suche
|
||||
qmd search "query"
|
||||
|
||||
# MCP Server starten
|
||||
qmd mcp --http
|
||||
|
||||
# Server als Daemon starten
|
||||
qmd mcp --http --daemon
|
||||
```
|
||||
|
||||
## Memory-Integration
|
||||
- **Verzeichnis:** ~/.hermes/memory/
|
||||
- **Struktur:** Entities/, Concepts/, Projects/, Templates/
|
||||
- **Sync:** Git + Cronjobs
|
||||
- **Index:** qmd embed für neue/änderte Einträge
|
||||
|
||||
## Arbeitsweise
|
||||
1. **Manuell:** Markdown-Dateien werden direkt geschrieben
|
||||
2. **Automatisch:** Cronjobs syncen und indexieren
|
||||
3. **Suche:** qmd search für semantische Suche
|
||||
4. **Index:** qmd embed für neue/änderte Einträge
|
||||
Reference in New Issue
Block a user