# Functions
LoadVectorModel loads either a 32-bit or 8-bit model based on the file extension.
# Structs
VecModel32bit represents a 32-bit floating point Word2Vec model.
VecModel8bit represents an 8-bit integer quantized Word2Vec model.
# Interfaces
VectorModel interface defines the methods that all vector models must implement.