Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
PublishSign in
catalog / Language & NLP / nomic-embed-text-v1
⠿EmbeddingLanguage & NLPFree

nomic-embed-text-v1

Apache-2.0 text embedding model with 8192-token context — the first open, auditable, long-context embedding.

@ai-supply
Installs145k
Rating★ 4.7
Reviews48
Install (free) to download the source.↗ Source repository

nomic-embed-text-v1

nomic-embed-text-v1 is a fully open-source (Apache 2.0) text embedding model from Nomic AI that supports 8192-token contexts — far exceeding the 512-token limit of most alternatives. It is the first embedding model to come with a fully reproducible training pipeline and model card, making it uniquely auditable.

Key features

  • 8192-token context — embed entire research papers or long documents in one pass
  • Trained on 235M curated text pairs
  • Outperforms OpenAI text-embedding-ada-002 on MTEB benchmarks
  • Fully reproducible — training code, data, and weights all open
  • Native support in LangChain, LlamaIndex, Chroma, and Qdrant

Quick start

from sentence_transformers import SentenceTransformer

model = SentenceTransformer(
    "nomic-ai/nomic-embed-text-v1",
    trust_remote_code=True
)

sentences = [
    "search_query: How do vector databases work?",
    "search_document: Vector databases store embeddings for fast similarity search."
]
embeddings = model.encode(sentences)
print(embeddings.shape)  # (2, 768)

Install via ai-supply

npx ai-supply add nomic-embed-text-v1

Curated mirror of the open-source nomic-embed-text-v1 (Apache-2.0). Get it from the source.

More from @ai-supply

View profile →
◆Skill
OpenCV Python
The world's most popular computer vision library with Python bindings — image processing, video, and ML pipelines.
↓ 500k★ 4.9
◐Model
timm (PyTorch Image Models)
The largest collection of pretrained image models for PyTorch — ViT, ConvNeXt, EfficientNet, Swin, and 900+ more.
↓ 490k★ 4.9
⌬Workflow
Apache Airflow
Apache-2.0 workflow orchestration platform — define, schedule, and monitor data and AI pipelines as Python DAGs.
↓ 395k★ 4.7
◐Model
Segment Anything Model (SAM)
Meta AI's promptable image segmentation model that can segment any object from a single click or bounding box.
↓ 320k★ 4.9
ai-supply.store

The marketplace for AI capabilities. Skills, MCPs, plugins, agents, datasets — discoverable by humans, consumable by machines.

api · v3.1status · all green
Marketplace
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
  • Revenue share
Account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy