Skip to main content
Loading

Quick Start

You can get up and running quickly with Aerospike Vector Search (AVS) using a free cloud-based preview environment or with Docker. Select your preferred option below and follow the simple steps to get started.

tip

Request free cloud preview beta access to get started quickly and two weeks of free access to an AVS environment. No development experience is required. Follow the examples below in your browser to get started.

  1. Search for related quotes using LangChain (10 minutes)

    This interactive notebook explains how to build a semantic search index on a set of famous quotes. It uses the LangChain framework to download a dataset of 100,000 quotes and uses an embedding model to create vector embeddings for each quote. After the embeddings have been created, you can perform a semantic search on the resulting index.

    This is a good primer for learning how vector search works on text databases.

  1. Basic search noteboook (3 minutes)

    This notebook shows you how to use the AVS Python client to build a search index on textand perform a basic search. This is a helpful walkthrough before getting started with building your own application.

Next Steps

After completing the quick start, you can do the following:

  • Install asvec: The asvec command line interface (CLI) is a tool for managing AVS.

  • Create a data pipeline: This page outlines various approaches for generating vector embeddings that you can use on your own data.