interface SearchItemTimestamp of last update.
Represents a search result item with relevance score. Extends the base Item interface with an optional similarity score.
Timestamp of item creation.
Unique identifier within the namespace. Together with namespace forms the complete path to the item.
Hierarchical path for the item.
Relevance/similarity score if from a ranked operation. Higher scores indicate better matches.
This is typically a cosine similarity score between -1 and 1, where 1 indicates identical vectors and -1 indicates opposite vectors.
Timestamp of last update.
The stored data as an object. Keys are filterable.
key: "user123" // For a user profile
key: "doc456" // For a document// Get a user profile
namespace: ["users", "profiles"]