TrieveRubyClient::ScoreChunkDTO

Properties

Name Type Description Notes
highlights Array<String> [optional]
metadata Array<ChunkMetadataTypes>
score Float

Example

require 'trieve_ruby_client'

instance = TrieveRubyClient::ScoreChunkDTO.new(
  highlights: null,
  metadata: null,
  score: null
)