All terms

Glossary

Vector database

A database that stores vectors and finds similar entries quickly, the basis for search by meaning.

The difference to a classic database is the query: not equal or unequal, but similar. That needs special index methods trading accuracy against speed.

There are dedicated products and extensions for existing databases, for example for PostgreSQL.

Read moreFrom Sphinx to Manticore Search