cfe925a76c
Files changed: - CHANGES.md - VERSION - instructions/link-taxonomy.md - instructions/migrations/4.0.0-link-taxonomy.md - kb/comparisons/amd-pstate vs acpi-cpufreq.md - kb/concepts/Episodic Memory.md - kb/concepts/Memory Lifecycle.md - kb/concepts/Mesh Sync.md - kb/concepts/Procedural Memory.md - kb/concepts/Reciprocal Rank Fusion.md - kb/concepts/Semantic Memory.md - kb/concepts/Shared vs Private.md - kb/concepts/Split Threshold.md - kb/concepts/Stub Threshold.md - kb/concepts/Supersession.md - kb/concepts/Typed Relationships.md - kb/concepts/Vector Search.md - kb/concepts/Work Coordination.md - kb/concepts/Working Memory.md - kb/entities/technologies/Wine-Staging.md - kb/entities/tools/pascalandy schema.md - kb/index.md - kb/log.md - kb/sources/COLLECTION.md - tools/CONTRACT.md - tools/chemenu/commands/lint.py - tools/chemenu/kb_collections.py - tools/chemenu/lint_core.py - tools/chemenu/tests/test_conventions.py - tools/chemenu/tests/test_lint.py - tools/chemenu/tests/test_type_resolver.py - types/comparison.md - types/comparison.schema.yaml
52 lines
1011 B
Markdown
52 lines
1011 B
Markdown
---
|
|
type: types/concept.md
|
|
concept_type: pattern
|
|
tags: []
|
|
created: 2026-08-02
|
|
modified: 2026-08-29
|
|
related:
|
|
- part-of: Hybrid Search
|
|
- exemplifies: LLM Wiki Pattern
|
|
- evidenced-by: Source - LLM Wiki v2
|
|
sources: []
|
|
confidence: 0.50
|
|
confidence_base: 0.50
|
|
provenance: general
|
|
summary: Semantische Ähnlichkeitssuche über Embedding-Vektoren, die inhaltlich verwandte Seiten auch ohne exakte Schlüsselwortübereinstimmung findet.
|
|
---
|
|
# Vector Search
|
|
|
|
**Typ:** pattern
|
|
|
|
## Definition
|
|
|
|
Ergänzt BM25 durch die Ermittlung von Seiten zu verwandten Konzepten (z. B. „Container-Plattformen" passt zu Docker, Podman, Kubernetes), ohne dass eine genaue Begriffsüberlappung erforderlich ist.
|
|
|
|
## Kernpunkte
|
|
|
|
- TODO
|
|
|
|
## Beispiele
|
|
|
|
- TODO
|
|
|
|
## Wann zu verwenden
|
|
|
|
TODO
|
|
|
|
## Wann NICHT zu verwenden
|
|
|
|
TODO
|
|
|
|
## Verwandte Concepts
|
|
|
|
- TODO
|
|
|
|
<!-- wikitool:links -->
|
|
## Beziehungen
|
|
|
|
- **part-of:** [[Hybrid Search]]
|
|
- **exemplifies:** [[LLM Wiki Pattern]]
|
|
- **evidenced-by:** [[Source - LLM Wiki v2]]
|
|
<!-- /wikitool:links -->
|