Class: RubyLLM::SemanticRouter::EmbeddingCache::CacheEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubyllm/semantic_router/embedding_cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#embeddingObject

Returns the value of attribute embedding

Returns:

  • (Object)

    the current value of embedding



7
8
9
# File 'lib/rubyllm/semantic_router/embedding_cache.rb', line 7

def embedding
  @embedding
end

#expires_atObject

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



7
8
9
# File 'lib/rubyllm/semantic_router/embedding_cache.rb', line 7

def expires_at
  @expires_at
end