@belto_inc/rag
v0.1.0
Published
Chunking and retrieval utilities for Belto SlyOS RAG.
Readme
@belto_inc/rag
RAG utilities for Belto/SlyOS.
This package provides:
- basic text chunking
- token-count estimates
- embedding provider interfaces
The API combines these utilities with:
- Amazon Titan Text Embeddings V2
- MongoDB Atlas Vector Search
- exact cosine vector scan for newly uploaded chunks while Atlas indexing catches up
