Method: Langchain::Chunk#text
- Defined in:
- lib/langchain/chunk.rb
#text ⇒ Object (readonly)
The chunking process is the process of splitting a document into smaller chunks and creating instances of Langchain::Chunk
7 8 9 |
# File 'lib/langchain/chunk.rb', line 7 def text @text end |