Skip to main content

Client library for the NNext vector search engine

Project description

Apollo Client

About

This repository houses the source code for the python client associated with NNext.

NNext is a

  • ⚡ blazingly fast
  • 🔍 nearest-neighbors vector search engine

Installation | Quick Start | Documentation

Installation

To install the pynnext client, activate a virtual environment, and install via pip:

pip install nnext

Quick Start

Here's a quick example showcasing how you can create an index, insert vectors/documents and search among them via NNext.

Let's begin by installing the NNext server.

docker run -p 6040:6040 -p 6041:6041 \
	-v ~/.nnext/data:/.nnext/data \
	nnext/nnext

Documentation

More documentation is available here:

https://nnext.ai/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

nnext-0.0.40.tar.gz (47.4 kB view hashes)

Uploaded Source

Built Distribution

nnext-0.0.40-py3-none-any.whl (59.6 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