Skip to content

feat: disable ingest chunking by default#21

Draft
FilipBolt wants to merge 1 commit intomainfrom
feat/default-no-chunking-ingest
Draft

feat: disable ingest chunking by default#21
FilipBolt wants to merge 1 commit intomainfrom
feat/default-no-chunking-ingest

Conversation

@FilipBolt
Copy link
Copy Markdown
Collaborator

Summary

  • make ingest APIs keep one input document as one RAG document when chunking is omitted
  • preserve chunking as an explicit opt-in via ChunkingSpec(...)
  • add tests and README updates for the new default

Why

Social posts should ingest as single documents by default. Chunking is still available where longer-form sources benefit from it.

Testing

  • UV_CACHE_DIR=/tmp/uv-cache uv run --project . pytest tests/test_ingest_api.py tests/test_ingest_internals.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant