Collected molecules will appear here. Add from search or explore.
List<ChunkText> -> List<Embedding>
Batch and emit text embedding requests to an external provider while enforcing token-per-minute (TPM) and request-per-minute (RPM) limits with adaptive backoff.
Problem it solves
High-throughput scraping pipelines easily trigger provider rate limits (HTTP 429), halting ingestion.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.