Recently Added

3,528 documents

CHUNKING.md

Kerchunk

[kerchunk][kerchunk] supports cloud-friendly access of data

0
0
NikosAlexandris
CHUNKING.md

Document Chunking/Splitting in Langroid

Langroid's [`ParsingConfig`][langroid.parsing.parser.ParsingConfig]

aiagentllm
0
2
langroid
CHUNKING.md

libragen: First-Class AST-Aware Code Chunking Support

**Status:** In Progress

airageval
0
0
libragen
RAG.md

How-to: Customize Chunking Strategies

This guide shows you how to choose and configure different chunking strategies for your RAG pipeline. You can read more about why chunking matters in [Explanation: Understanding Chunking Strategies](../explanations/understanding_chunking.md).

airagprompt
0
0
JosePizarro3
RAG.md

Chunking Strategies

LLMs have context limits. You can't pass an entire 200-page SEC filing to an LLM for entity extraction. Documents must be broken into smaller pieces—**chunks**—that fit within processing limits.

aillmrag
0
0
neo4j-partners
RAG.md

语义块切分 Semantic Chunking

文本块切分是检索增强生成(RAG)中的关键步骤,其中将大文本体分割成有意义的段落以提高检索准确性。与固定长度块切分不同,语义块切分是根据句子之间的内容相似性来分割文本的。

aillmrag
0
0
ByteTora
CHUNKING.md

Chunking Strategies

Chunking strategies are critical for dividing large texts into manageable parts, enabling effective content processing and extraction. These strategies are foundational in cosine similarity-based extraction techniques, which allow users to retrieve only the most relevant chunks of content for a given query. Additionally, they facilitate direct integration into RAG (Retrieval-Augmented Generation) systems for structured and scalable workflows.

airageval
0
1
JaySym-ai
CHUNKING.md

🧠 Adaptive RAG Chunking System

The original system was creating too many tiny chunks (14 chunks for 1793 characters), fragmenting context and reducing answer quality. The new **adaptive chunking system** intelligently handles all document types with optimal chunk sizes.

rag
0
0
aruntemme
RAG.md

rag-vector-chunking

The architecture you described is the standard setup for embedding-based retrieval in RAG systems:

airageval
0
1
tigerabrodi
RAG.md

With Jina Embeddings v3

Late chunking is a technique where you embed the entire document first with a long-context embedding model, then chunk the resulting contextualized representations, rather than chunking text first then embedding each chunk independently.

rageval
0
0
ever-works
RAG.md

Late Chunking Strategy

**Late Chunking** is an advanced method for preparing long documents for retrieval systems, designed to overcome the critical problem of context loss that occurs in traditional document processing.

airageval
0
2
vishalmysore
CHUNKING.md

Step 7: Action Chunking

Instead of predicting one action at a time, predict a sequence of actions (chunk). This captures temporal structure and is a key idea from ACT (Action Chunking with Transformers) that carries into Pi0.

ai
0
0
kying18
RAG.md

ADR-0006: Paragraph-Boundary Chunking

**Date:** Retroactive

airageval
0
0
parallax-labs
CHUNKING.md

Chunking

This RFC proposes a modification to the Kimchi proof system and the pickles recursion layer to increase the circuit size limit by splitting the polynomials from a circuit into 'chunks' which are less than the hard limit of 2^16 that Mina / SnarkyJS supports.

ai
0
0
o1-labs
CHUNKING.md

Running Map Chunking on VPS

This guide explains how to run the map chunking process on your VPS server.

airag
0
0
zeSchlausKwab
CHUNKING.md

/tmp/example-workspace/WORKSPACE.bazel:13:13

title: Bazel WORKSPACE chunking

ai
0
0
fzakaria
CHUNKING.md

Message Chunking for MCP stdio Transport

When using stdio pipes for MCP communication on macOS, there's a 64KB limit on the amount of data that can be written to a pipe in a single operation. This limitation can cause issues when sending large JSON-RPC messages, such as tool responses with substantial data or resource contents.

aiagentmcp
0
2
JamieScanlon
CHUNKING.md

20. Text Flushing and Chunking (Current Behavior)

This document explains the *current* message flushing/chunking pipeline used by TomoriBot when streaming model output to Discord.

aillm
0
0
Bredrumb
CHUNKING.md

Haskell ASTChunking Enhancement

This document describes the comprehensive enhancement of Haskell code chunking in CocoIndex, inspired by techniques from the ASTChunk library. The improvements transform the original basic regex-based approach into a sophisticated, configurable chunking system with rich metadata and intelligent boundary detection.

0
0
aanno
CHUNKING.md

Document_Processing_Chunking

ProcessorBase["ProcessorBase"]

airageval
0
0
CodeBoarding
CHUNKING.md

ADR: Preserve Original Memories During Chunking

*Status: Accepted – 2025-01-27*

aillmrag
0
0
petabridge
RAG.md

Fix Summary: Matroska Adaptive Chunking for 128D Embeddings

**Critical Bug**: [clustering_rpn.py:43-48](knowledge3d/cranium/clustering_rpn.py#L43-L48) was truncating 128-dimensional embeddings to **4 dimensions**:

rag
0
0
danielcamposramos
CHUNKING.md

Enable chunking with 8 chunks (the default threshold of 8192 tokens)

title: Row-Parallel Chunking

aillm
0
0
vllm-project
CHUNKING.md

File Chunking Configuration

To prevent timeouts when reviewing large files, the tool automatically splits files into manageable chunks based on function boundaries.

aillm
0
1
jordanhubbard
Page 17 of 147