# Deploy Weaviate with Easypanel

URL: /templates/weaviate

Weaviate is an open-source vector database that allows you to store and retrieve data objects based on their semantic properties by indexing them with vectors. It can be used stand-alone or with a variety of modules that can do the vectorization for you and extend the core capabilities. Weaviate provides a lightning-fast pure vector similarity search over raw vectors or data objects, even with filters. It combines keyword-based search with vector search techniques for state-of-the-art results. You can also use any generative model in combination with your data, for example to do Q&A over your dataset. Weaviate's next-gen vector database can power a wide range of innovative apps.

## Benefits

### Powerful Vector Search

Easily perform lightning-fast pure vector similarity search over raw vectors or data objects, even with filters.

### Hybrid Search

Combine keyword-based search with vector search techniques for state-of-the-art search results.

### Generative Search

Improve search results by using generative models like GPT-3 to create next-gen search experiences.

## Features

### Scalable Vector Database

Store data objects and vector embeddings from ML models and scale seamlessly into billions of data objects.

### Integrations

Choose from a variety of vectorization modules and neural search frameworks for easy integration.

### Wide Range of Applications

Power innovative apps beyond search with Weaviate's next-gen vector database.

## Configuration

- `appServiceName` (App Service Name, required): weaviate

- `appServiceImage` (App Service Image, required): semitechnologies/weaviate:1.33.0

## Services

- weaviate: app (semitechnologies/weaviate:1.33.0)

## Resources

- [Website](https://weaviate.io)

- [Documentation](https://weaviate.io/developers/weaviate)

- [Github](https://github.com/weaviate/weaviate)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/weaviate)