Class: RubyLLM::SemanticRouter::EmbeddingCache::CacheEntry
- Inherits:
-
Struct
- Object
- Struct
- RubyLLM::SemanticRouter::EmbeddingCache::CacheEntry
- Defined in:
- lib/rubyllm/semantic_router/embedding_cache.rb
Instance Attribute Summary collapse
-
#embedding ⇒ Object
Returns the value of attribute embedding.
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
Instance Attribute Details
#embedding ⇒ Object
Returns the value of attribute embedding
7 8 9 |
# File 'lib/rubyllm/semantic_router/embedding_cache.rb', line 7 def @embedding end |
#expires_at ⇒ Object
Returns the value of attribute expires_at
7 8 9 |
# File 'lib/rubyllm/semantic_router/embedding_cache.rb', line 7 def expires_at @expires_at end |