Welcome to Vector AI’s documentation! — vectorai 0.1.0 documentation (original) (raw)

vectorai

Vector AI

Vector AI aims to store vectors alongside documents (text/audio/images/videos). It is designed to be a light-weight library to create/manipulate/search and analyse the underlying vectors to power machine learning applications such as semantic search, recommendations, etc.

Features:

Why Vector AI compared to other Nearest Neighbor implementations?

How to install

To install vectorai, run the following

To install from source, clone the repository and then run

cd vectorai pip install -e .

Schema

We have a very simple schema to follow to allow you to optimise functionality with vector search:

Schema Rules

Field Purpose
_id ID of the document. These need to be unique for the document.
_vector_ These are required to label the vectors for vector search.

Contents

Guides

Case Studies

Frequently Asked Questions

Documentation