GenAI Stack (old)
v0.1.0
v0.1.0
  • Getting Started
    • 📚Introduction
    • 🚀Quickstart with colab
    • 📘Default Data Types
    • 🪛Installation
  • Components
    • ✨Introduction
    • 🚜Data Extraction and Loading
      • 🔥Quickstart
      • 📖Advanced Usage
    • 🔮Vector Database
      • 🔥Quickstart
      • 📦Chromadb
      • 📦Weaviate
      • 📖Advanced Usage
    • 📤Retrieval
    • 🦄LLMs
      • OpenAI
      • GPT4All
      • Custom Model
      • 📖Advanced Usage
  • Example Use Cases
    • 💬Chat on PDF
    • âš¡Chat on Webpage
    • 📜Chat on PDF with UI
  • 🧑CONTRIBUTING.md
Powered by GitBook
On this page
  • Overview
  • Supported Vector Databases
  1. Components

Vector Database

Overview

Vector databases, often referred to as "vectordbs," are specialized database systems designed to store, manage, and query vector embeddings efficiently. These databases are tailored to handle high-dimensional numerical representations of data that capture semantic relationships, making them particularly suitable for tasks like similarity search, recommendation systems, natural language processing, and machine learning applications.

Supported Vector Databases

Currently we are supporting two vector databases:

  • Chromadb

  • Weaviate

PreviousAdvanced UsageNextQuickstart

Last updated 1 year ago

🔮