From 6aac8f17ebd62ac60dae9c3adcd038ba4f7daae6 Mon Sep 17 00:00:00 2001 From: Eric Streeper Date: Fri, 8 Mar 2024 09:06:46 -0700 Subject: [PATCH] s/resource/retrieval (#10) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4bc076..4a9a565 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # TextChunker: Flexible Text Chunking for Elixir ## About -TextChunker is an Elixir library for segmenting large text documents, optimizing them for efficient embedding and storage within vector databases for use in resource augmented generation (RAG) applications. +TextChunker is an Elixir library for segmenting large text documents, optimizing them for efficient embedding and storage within vector databases for use in retrieval augmented generation (RAG) applications. It prioritizes context preservation and adaptability, and is therefore ideal for analytical, NLP, and other applications where understanding the relationship between text segments is crucial.