menu
runanywhere package
documentation
public/types/rag_types.dart
RAGResult
retrievedChunks property
retrievedChunks property
dark_mode
light_mode
retrievedChunks
property
List
<
RAGSearchResult
>
retrievedChunks
final
The document chunks retrieved and used as context.
Implementation
final List<RAGSearchResult> retrievedChunks;
runanywhere package
documentation
public/types/rag_types
RAGResult
retrievedChunks property
RAGResult class