mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-12 12:06:29 +03:00
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.
1.1 KiB
1.1 KiB
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