Skip to main content

Weaviate Knowledge Cards

Unlock the power of vector search. Our guides will help you understand vector embeddings and build better AI applications.

Categories

Intro to Vector Databases

Databases designed to store and search data using vector embeddings, enabling efficient similarity search for unstructured data like text and images.

Search

A search method that combines vector search with traditional keyword search to improve retrieval accuracy and relevance.

Hierarchical Navigable Small World

An indexing algorithm used in vector databases to enable fast and efficient similarity search.

Multimodal RAG

A technique that combines retrieval of relevant multimodal data, such as images, text, audio, or video, with generative large language models to generate natural language responses or content to a query.

Databases

Systems for storing and storing, organizing, and retrieving structured or unstructured data efficiently.

Large Language Models

Deep learning models trained on massive datasets to understand and generate human-like text, used in applications like chatbots and content generation.

Information Retrieval/Search

Techniques for finding relevant information in a large collection of data, such as documents, images, or videos.

Embedding Types

Different types of embeddings used in vector databases, such as text embeddings, image embeddings, and multimodal embeddings.

Chunking Techniques

Techniques for breaking down large data into smaller, more manageable chunks for processing and storage.

Advanced RAG Techniques

Techniques for improving the performance and capabilities of the RAG model, such as training on custom datasets, fine-tuning, and optimizing for specific tasks.