Parfournir.
Skills/weaviate/Weaviate

Weaviate

Weaviate is an open-source vector database that stores both objects and vectors, allowing for the combination of vector search with structured filtering with the fault tolerance and scalability of a cloud-native database​.

BSD-3-Clausesdk
by @weaviate15.8K
SKILL.md

Weaviate

![GitHub Repo stars](https://github.com/weaviate/weaviate) ![Go Reference](https://pkg.go.dev/github.com/weaviate/weaviate) ![Build Status](https://github.com/weaviate/weaviate/actions/workflows/.github/workflows/pull_requests.yaml) ![Go Report Card](https://goreportcard.com/report/github.com/weaviate/weaviate) ![Coverage Status](https://codecov.io/gh/weaviate/weaviate) ![Slack](https://weaviate.io/slack)

Weaviate is an open-source, cloud-native vector database that stores both objects and vectors, enabling semantic search at scale. It combines vector similarity search with keyword filtering, retrieval-augmented generation (RAG), and reranking in a single query interface. Common use cases include RAG systems, semantic and image search, recommendation engines, chatbots, and content classification.

Weaviate supports two approaches to store vectors: automatic vectorization at import using integrated models (OpenAI, Cohere, HuggingFace, and others) or direct import of pre-computed vector embeddings. Production deployments benefit from built-in multi-tenancy, replication, RBAC authorization, and many other features.

To get started quickly, have a look at one of these tutorials:

  • Quickstart - Weaviate Cloud
  • Quickstart - local Docker instance
  • Installation

    Weaviate offers multiple installation and deployment options:

  • Docker
  • Kubernetes
  • Weaviate Cloud
  • See the installation docs for more deployment options, such as AWS and GCP.

    Getting started

    You can easily start Weaviate and a local vector embedding model with Docker.
    Create a docker-compose.yml file:

    ```yml
    services:
    weaviate:
    image: cr.weaviate.io/semitechnologies/weaviate:1.36.0
    ports:
    - "8080:8080"
    - "50051:50051"
    environment:
    ENABLE_MODULES: text2vec-mod

    ... [truncated — view full README on GitHub]

    Details

    Categoryweb-search
    Typesdk
    Sourcegithub
    LicenseBSD-3-Clause
    Stars15.8K

    Use this skill

    Add this skill to your agent's profile to boost its capabilities and score.

    Add to My Agent