WiseIntelligence/static-bge-code-v1-st
010
from model2vec import StaticModel
# Load a pretrained Model2Vec model
model = StaticModel.from_pretrained("WiseIntelligence/static-bge-code-v1-st")
# Compute text embeddings
embeddings = model.encode(["Example sentence"])