errors
Failed to load YAML frontmatter: Tried to load unspecified class: Date

Qdrant

Overview

Base de données vectorielle pour la recherche sémantique et RAG (Retrieval-Augmented Generation).

Setup

  • Conteneur : qdrant-qdrant-1
  • Stack : docker/qdrant-5hvs/
  • Image : qdrant/qdrant:latest
  • Port : 127.0.0.1:32770→6333 (API REST)
  • Port gRPC : 6334 (interne, non exposé)

Utilisation

  • Stockage d'embeddings pour la recherche contextuelle
  • Utilisé par les pipelines RAG de hermes-agent
  • Intégré nativement dans les flows de recherche

API

# Health check
curl http://127.0.0.1:32770/health

# List collections
curl http://127.0.0.1:32770/collections