Python SDK - API Reference
SolVec
SolVecCollection
MemoryInspector
Access viacollection.inspector(). The inspector instance is cached - repeated calls return the same object.
stats() -> InspectorCollectionStats
Returns aggregate counts and configuration for the collection.
inspect(query=None) -> InspectionResult
List stored memory records, with optional filtering and pagination.
get(id) -> MemoryRecord | None
Fetch a single memory record by ID. Returns None if not found.
search_with_records(vector, k) -> list[dict]
Query the collection and return both similarity scores and full MemoryRecord objects.