Files
skill-seekers-reference/helm/skill-seekers/Chart.yaml
yusyus 8b3f31409e fix: Enforce min_chunk_size in RAG chunker
- Filter out chunks smaller than min_chunk_size (default 100 tokens)
- Exception: Keep all chunks if entire document is smaller than target size
- All 15 tests passing (100% pass rate)

Fixes edge case where very small chunks (e.g., 'Short.' = 6 chars) were
being created despite min_chunk_size=100 setting.

Test: pytest tests/test_rag_chunker.py -v
2026-02-07 20:59:03 +03:00

33 lines
556 B
YAML

apiVersion: v2
name: skill-seekers
description: A Helm chart for Skill Seekers - Convert documentation to AI skills
type: application
version: 1.0.0
appVersion: "2.9.0"
keywords:
- ai
- documentation
- skills
- mcp
- vector-database
- claude
- gemini
- openai
home: https://skillseekersweb.com
sources:
- https://github.com/your-org/skill-seekers
maintainers:
- name: Skill Seekers Team
email: noreply@skillseekers.dev
icon: https://skillseekersweb.com/icon.png
dependencies: []
annotations:
category: AI/ML
licenses: MIT