Files
magnus919_agent-skills/haystack/references/validation-audit.md
T
Magnus Hedemark 6c193ae2d8 enrich: 4 skills v1.1.0 — source validation, deepened references, worked examples
DSPy v1.1.0: validation audit, worked RAG compilation example, expand ref table
Haystack v1.1.0: validation audit, file converters/YAML/component types, +2 refs
CrewAI v1.1.0: validation audit, unified Memory system, Flows docs, +3 refs
AutoGen v1.1.0: validation audit, v0.4 migration guide, AgentTool, streaming, +2 refs

All API surfaces validated against official docs.
2026-07-09 15:15:17 -04:00

26 lines
1.1 KiB
Markdown

# Haystack Skill — Research Validation Audit
**Date:** 2026-07-09
**Sources:** docs.haystack.deepset.ai, docs.haystack.deepset.ai/reference
## Claims Verified Correct
| Claim | Source | Status |
|-------|--------|--------|
| Pipeline DAG via add_component() + connect() | haystack docs | ✓ |
| InMemory, Elasticsearch, Pinecone, Weaviate stores | haystack docs | ✓ |
| PromptBuilder uses Jinja2 templates | haystack docs | ✓ |
| DeepEvalEvaluator for LLM-based metrics | haystack docs | ✓ |
| SASEvaluator for semantic similarity | haystack docs | ✓ |
| Hayhooks for REST API deployment | haystack blog | ✓ |
| Evaluation as its own pipeline | haystack evaluation guide | ✓ |
## Missing from Skill (Addressed in This Enrichment)
- File converter components (TextFileToDocument, PyPDFToDocument, MarkdownToDocument, etc.)
- FileTypeRouter for multi-format indexing pipelines
- MultiFileConverter for automatic format detection
- Pipeline YAML serialization (dumps/loads)
- Component type system (input/output slot typing)
- Pipeline warm_up() for model loading