Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InMemorySemanticCache ¶
type InMemorySemanticCache struct {
// contains filtered or unexported fields
}
InMemorySemanticCache is a lightweight, concurrent-safe semantic cache. For production, this could be backed by Redis + Vector Search (like RedisVL).
func NewInMemorySemanticCache ¶
func NewInMemorySemanticCache() *InMemorySemanticCache
Click to show internal directories.
Click to hide internal directories.