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
This commit is contained in:
32
helm/skill-seekers/Chart.yaml
Normal file
32
helm/skill-seekers/Chart.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
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
|
||||
Reference in New Issue
Block a user