Skip to main content

Lightweight vector search engine

Project description

VectorLiteDB

Lightweight vector database. VectorLite is like the SQLite of vector databases.

🚀 Quick Install

pip install vectorlite

Usage

Functional

from vectorlite import VectorLite

vl = VectorLite()
data = ["A man is eating food.", "A man is eating a piece of bread."]
vl.create(data)

# Searching
results = vl.similarity_search("A man is eating pasta.")
print(results)

Run as server

  1. serve vectorlite

  2. Navigate to http://localhost:4440/docs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vectorlite-0.1.8.tar.gz (6.9 kB view hashes)

Uploaded Source

Built Distribution

vectorlite-0.1.8-py3-none-any.whl (7.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page