https://github.com/aerospike/aerospike-vector
Aerospike Vector Search Examples
https://github.com/aerospike/aerospike-vector
aerospike database vector vector-database
Last synced: 6 months ago
JSON representation
Aerospike Vector Search Examples
- Host: GitHub
- URL: https://github.com/aerospike/aerospike-vector
- Owner: aerospike
- License: apache-2.0
- Created: 2023-11-10T18:29:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T23:26:27.000Z (6 months ago)
- Last Synced: 2025-04-10T00:28:13.102Z (6 months ago)
- Topics: aerospike, database, vector, vector-database
- Language: Shell
- Homepage: https://aerospike.com/docs/vector
- Size: 86.2 MB
- Stars: 30
- Watchers: 38
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aerospike Vector Search
> [!NOTE]
> Aerospike Vector Search (AVS) requires a feature key. [Request one](https://aerospike.com/docs/vector?utm_medium=web&utm_source=aerospike-github).This is a companion repo for scripts and examples that are helpful to AVS users. See our [full documentation](https://aerospike.com/docs/vector) for details about how AVS works.
## Installation Examples
This repo contains scripts and configuration details for installing AVS.
For more information about AVS, see our [install documentation](https://aerospike.com/docs/vector/install/overview/). This repo contains the following:* [Kubernetes install script](./kubernetes) - A bash script and configuration details for [Installing on Kubernetes](https://aerospike.com/docs/vector/install/kubernetes).
* [Docker-compose files](./docker) - The `./docker` folder contains a docker-compose file for deploying Aerospike and AVS as containers. Additionally, each example app has a docker-compose file that deploys Aerospike, AVS, and the application itself.
## Example Applications
This repo contains example apps for developing with AVS. Try these apps to gain a basic understanding before you
start developing your own AVS apps.* [Basic Search](./basic-search/README.md) - A simple application used to showcase the Python client.
* [Quote Search](./quote-semantic-search/README.md) - An application for semantic text search that includes a small dataset of quotes.
* [Prism Image Search](./prism-image-search/README.md) - An image search demo that can be used to search JPEG images (no sample dataset included).