Skip to content

Commit a9b642d

Browse files
authored
Update README.md
1 parent 2d6a0fe commit a9b642d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Also check my other collections [awesome e-commerce](https://github.com/frutik/a
1818
- [Embeddings](#embeddings)
1919
- [Types of vectors](#types-of-vectors)
2020
- [Dense vectors](#dense-vectors)
21+
- [Size of input and Chunking](#size-of-input-and-chunking)
22+
- [Positional chunking](#positional-chunking)
23+
- [Semantic chunking](#semantic-chunking)
2124
- [Matryoshka embeddings](#matryoshka-embeddings)
2225
- [Sparse vectors](#sparse-vectors)
2326
- [SPLADE](#splade)
@@ -210,6 +213,16 @@ Also check my other collections [awesome e-commerce](https://github.com/frutik/a
210213

211214
##### Dense Vectors
212215

216+
###### Size of input and Chunking
217+
218+
- [Chunking Strategies for LLM Applications](https://www.pinecone.io/learn/chunking-strategies/)
219+
- [Evaluating the Ideal Chunk Size for a RAG System using LlamaIndex](https://blog.llamaindex.ai/evaluating-the-ideal-chunk-size-for-a-rag-system-using-llamaindex-6207e5d3fec5)
220+
- [How to Chunk Text Data — A Comparative Analysis](https://towardsdatascience.com/how-to-chunk-text-data-a-comparative-analysis-3858c4a0997a)
221+
222+
####### Positional chunking
223+
224+
####### Semantic chunking
225+
213226
###### Matryoshka embeddings
214227

215228
* [Matryoshka embeddings: faster OpenAI vector search using Adaptive Retrieval](https://supabase.com/blog/matryoshka-embeddings)

0 commit comments

Comments
 (0)