Skip to content

Instantly share code, notes, and snippets.

@mateolafalce
Last active May 19, 2026 23:47
Show Gist options
  • Select an option

  • Save mateolafalce/d47103aebb42a5b4e092ac22ef589d8e to your computer and use it in GitHub Desktop.

Select an option

Save mateolafalce/d47103aebb42a5b4e092ac22ef589d8e to your computer and use it in GitHub Desktop.
Chunking

Actividad sobre chunking

Definimos preliminarmente un maximo de chunking de 200 tokens

Bajo el siguiente supuesto:

  • Se reserva al menos 3k de ventana de contexto para el retrieval del rag
  • Por lo tanto se espera como minimo 16 retrievals

Chunking agentico

  • chequear que procese todo el pdf
  • dejo el chunking dinamico
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment