Skip to main content

A distributed vector search microservice.

Project description

https://img.shields.io/pypi/v/needlestack.svg https://img.shields.io/travis/needlehaystack/needlestack.svg https://coveralls.io/repos/github/needlehaystack/needlestack/badge.svg?branch=master Documentation Status

Needlestack is a distributed vector search microservice.

Features

  • gRPC server for kNN vector search

  • Shard vectors over multiple nodes

  • Replicate shard over multiple nodes

  • Retrieve vectors by ID

Caveats

These are some limitations of the current alpha builds

  • Vectors must be sharded and indexed before loading to Needlestack

  • To reload updated vectors, all MergerServicer and SearcherServicer nodes must be restarted

  • Vectors must be saved locally to disk for Needlestack to load them

  • Only kNN library supported currently is Faiss

Next Steps

These are valuable features to make Needlestack usable in production

  • Endpoint to index vectors in realtime

  • Update vectors from pre-built data sources without restarting the cluster

  • Allow vectors to be loaded from data sources like S3 or GCS

  • Add support for other kNN libraries

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

needlestack-0.0.7.tar.gz (24.7 kB view hashes)

Uploaded Source

Built Distribution

needlestack-0.0.7-py3-none-any.whl (43.9 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