ExLLM.Providers.Gemini.Document.RelevantChunk (ex_llm v0.8.1)

View Source

The information for a chunk relevant to a query.

Summary

Types

t()

@type t() :: %ExLLM.Providers.Gemini.Document.RelevantChunk{
  chunk: map(),
  chunk_relevance_score: number()
}