← Back to catalog Weaviate · managed by DINAO

The vector database for your AI applications

A vector database powered by Weaviate, installed and maintained by DINAO. Semantic search and RAG on your data — hosted in France, not in an American cloud.

Hosted in FranceSemantic searchRAG & embeddingsGDPR compliantOfficial publisher image
Overview

What is Weaviate?

Weaviate is an open-source vector database and cloud-native. It stores both objects and their vectors, combining vector (semantic) search, hybrid search, and structured filtering : it is a core infrastructure component for AI applications (RAG, semantic search).

Written in Go with high-performance HNSW indexing, Weaviate exposes REST, gRPC, and GraphQL APIs. Its vectorizer and generative modules connect to embedding and generation models — local (Ollama) or remote (OpenAI, Cohere, HuggingFace…) — to vectorize your data on import and feed your RAG pipelines.

Licensed under BSD-3-Clause and deployable in Docker / Kubernetes, Weaviate is fully managed by DINAO : installation, HTTPS, backups, and updates are handled, providing your AI applications with a high-performance vector memory hosted in France.

Compatible offers

Host Weaviate at DINAO

Resource tiers compatible with Weaviate prerequisites (minimum 2 vCPU / 2 Go / 5 Go). Hosted in France, fully managed.

Standard
2 vCPU · 4 Go · 40 Go
19,90 € /month excl. VAT
  • 2 dedicated vCPU
  • 4 Go RAM
  • 40 GB NVMe
  • Daily backups
  • Managed & monitored by DINAO
Order
Dédié
8 vCPU · 16 Go · 160 Go
79,90 € /month excl. VAT
  • 8 dedicated vCPU
  • 16 Go RAM
  • 160 GB NVMe
  • Daily backups
  • Managed & monitored by DINAO
Order

1 hidden tier(s) (insufficient resources for this app) : Découverte

🧠

This application uses AI

The container hosts the application, not the AI engine (which requires dedicated GPUs) : inference is handled externally, with your own provider key. Prioritize a sovereign engine — Mistral AI, NumSpot, Scaleway, or OVHcloud AI Endpoints (France, GDPR) ; an international provider (OpenAI, Anthropic…) only if a specific capability requires it. Inference subscriptions are not included in hosting.

Under the hood

Technical details

vCPU
2 vCPU
ideal : 4 vCPU
Memory
2 Go
ideal : 8 Go
Disk
5 Go
ideal : 20 Go
Image : cr.weaviate.io/semitechnologies/weaviate:1.38.0 Registry : cr.weaviate.io Services : weaviate Ports : 8080, 50051
FAQ

You might be wondering…

What is a vector database used for?

It stores 'embeddings' (numerical representations of your text, images, etc.) and enables semantic similarity search. It is the essential component for RAG and intelligent document search.

Do my data go to an AI provider?

Not in sovereign mode. If you connect Weaviate to a local embedding model (e.g., Ollama on your DINAO instance), everything stays in France. See the sovereignty note below.

Which models can I connect?

Weaviate integrates with many vectorizers: local models (Ollama) for sovereign use, or external APIs (OpenAI, Cohere, HuggingFace…) if you choose to.

What volume can Weaviate handle?

From a few thousand to several million vectors depending on the plan. Thanks to HNSW indexing and cloud-native architecture, latency remains controlled at scale.

Are technical skills required?

Application integration is required (via REST, gRPC, GraphQL, or Python/JS clients). DINAO handles infrastructure installation, security, and updates.