module

Memvid

Constants

VERSION = "0.1.0"

Class methods

clip_enabled?

Checks if CLIP embeddings are available.

Source
doctor(path : String, options : DoctorOptions | Nil = nil) : DoctorReport

Run doctor diagnostics and optionally repair a memory file.

The file should NOT be open when running doctor.

Source
doctor_apply(path : String, plan : DoctorPlan) : DoctorReport

Apply a previously created doctor plan.

Source
doctor_plan(path : String, options : DoctorOptions | Nil = nil) : DoctorPlan

Create a doctor repair plan without executing it.

Source
features

Returns the features compiled into libmemvid.

Source
lex_enabled?

Checks if lexical search is available.

Source
lib_version

Returns the version of the underlying libmemvid library.

Source
vec_enabled?

Checks if vector search is available.

Source
verify(path : String, deep : Bool = false) : VerificationReport

Verify file integrity without opening it.

Returns a VerificationReport with the results.

Source

Nested types