Ask a question to get started
Enter to sendā¢Shift+Enter new line
Represents an item returned from a search operation with additional metadata.
SearchItem( self, namespace: tuple[str, ...], key: str, value: dict
Item
namespace
tuple[str, ...]
Hierarchical path to the item.
key
str
Unique identifier within the namespace.
value
dict[str, Any]
created_at
datetime
updated_at
score
float | None
None
The stored value.
When the item was first created.
When the item was last updated.
Relevance/similarity score if from a ranked operation.