Home The Lab Docs Pricing
Pricing
Whitelist Required for All Plans

Simple, Transparent Pricing

All plans require whitelist approval. Request access first, then choose the plan that fits your scale.

Basic
Free
Perfect for individual developers exploring vector refinement and building proof-of-concept RAG systems.
  • Up to 50,000 nodes
  • All 3 refinement strategies
  • Node Visualizer access
  • API Playground
  • Python & Rust SDKs
  • Community support (Discord)
  • 1 collection
  • 100 API calls/day
Request Access
Enterprise
Custom
For organizations that need unlimited scale, compliance guarantees, and dedicated infrastructure.
  • Unlimited nodes
  • Everything in Pro
  • Real-time write-path refinement
  • Compliance audit trail
  • HIPAA / SOC 2 / GDPR modes
  • Dedicated infrastructure
  • On-premise deployment option
  • Custom SLAs (99.99% uptime)
  • Unlimited API calls
  • Dedicated solutions engineer
  • SSO & RBAC
Contact Sales

Feature Comparison

A detailed breakdown of what's included in each plan.

Feature Basic Pro Enterprise
Vector Nodes 50K 5M Unlimited
Collections 1 Unlimited Unlimited
Semantic De-duplication
Contextual Pruning
Topology Re-linking
Real-time Sync Refinement
Write-path Refinement
Node Visualizer 2D 3D Interactive 3D + Custom Views
Industry Templates ✓ + Custom
LangChain / LlamaIndex
Compliance Audit Trail
On-premise Deployment
API Calls/Day 100 10,000 Unlimited
Support Community Email & Chat Dedicated Engineer
SLA Best effort 99.9% 99.99%

Frequently Asked Questions

What counts as a "node"?

+

A node is a single vector embedding in your database — typically corresponding to one text chunk. If your vector database has 100,000 embeddings, that's 100,000 nodes. Metadata and edges don't count toward your node limit.

Does refinement delete my original data?

+

No. NodeRefine operates on a shadow copy by default. Pruned nodes are archived (not deleted) and can be restored at any time. In Enterprise plans, you can enable "write-through" mode which modifies the source database directly, but even then, a full snapshot is taken before each refinement job.

Is NodeRefine HIPAA compliant?

+

Yes. Our Enterprise plan includes HIPAA, SOC 2 Type II, and GDPR compliance modes. The Medical template automatically detects and protects PHI-tagged nodes, and every refinement action is logged in an immutable audit trail. We sign BAAs for qualifying customers.

Can I use NodeRefine with my existing RAG framework?

+

Absolutely. We publish official plugins for LangChain and LlamaIndex. For other frameworks, our REST API and Python/Rust SDKs integrate with any pipeline. NodeRefine works as a middleware layer — it sits between your vector database and your application.

How long does a refinement job take?

+

It depends on your node count and strategies. A full three-stage refinement of 1M nodes typically completes in under 5 minutes. The de-duplication stage is the most compute-intensive due to cross-encoder scoring. You can track progress in real-time via the status API or webhooks.

What's the difference between "real-time sync" and "write-path" refinement?

+

Real-time sync (Pro) monitors your vector database and triggers refinement jobs whenever significant changes are detected — typically within minutes. Write-path refinement (Enterprise) intercepts every write operation to your vector database and refines the data inline before it's committed — achieving sub-second optimization at the point of ingestion.

Private Beta

Ready to Get Whitelisted?

Submit your email to join the waitlist. Approved users receive login credentials and 50K free nodes within 24 hours.

Request Access → Read the Docs