# Neighboring Chunks

**URL:** https://community.pinecone.io/t/neighboring-chunks/7590
**Category:** Feature Requests
**Tags:** semantic-search, vector-database
**Created:** [February 23, 2025, 2:18am UTC](https://community.pinecone.io/t/neighboring-chunks/7590 "2025-02-23T02:18:06Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![kyle](https://sea2.discourse-cdn.com/flex020/user_avatar/community.pinecone.io/kyle/32/3946_2.png) [@kyle](https://community.pinecone.io/u/kyle)
#### Post date: [February 23, 2025, 2:18am UTC](https://community.pinecone.io/t/neighboring-chunks/7590/1 "2025-02-23T02:18:06Z")

</div>

Ya’ll gonna have support for fetching neighboring chunks?

> [@Retrieving "Adjacent" Chunks for Better Context](https://community.pinecone.io/t/retrieving-adjacent-chunks-for-better-context/4724):
>
> In my RAG application I use Flowise to upsert a text file which is then chunked into documents of fixed chunk size. The embeddings for these chunks are stored in my Pinecone serverless index. I ask a question via Flowise, which sends the question’s embeddings to Pinecone as a query. Pinecone retrieves the text chunk with the closest vector similarity to my question. All good. But how can I then query the Pinecone index to also retrieve the two text chunks which are located before and after that …
