Skip to content

Commit

Permalink
s/resource/retrieval (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
estreeper authored Mar 8, 2024
1 parent ab728bb commit 6aac8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 6aac8f1

Please sign in to comment.