-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jesse Schmidt
committed
Jun 4, 2024
1 parent
d8fede7
commit 4795b13
Showing
9 changed files
with
98 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,43 @@ | ||
# asvec | ||
Aerospike Vector CLI | ||
# Aerospike Vector Search CLI Tool | ||
|
||
## Overview | ||
|
||
The Aerospike Vector Search (AVS) CLI Tool is designed to simplify the | ||
management of AVS deployments. It offers a features aimed at enhancing | ||
efficiency and productivity for users getting started with vector search. | ||
|
||
## Getting Started | ||
|
||
### Prerequisites | ||
|
||
Ensure you have an AVS instance up and running for `asvec` to connect to. | ||
Checkout out the [AVS documentation](https://aerospike.com/docs/vector) for | ||
options on getting started. | ||
|
||
### Installation | ||
|
||
Download the latest release from [GitHub Releases](https://github.com/aerospike/asvec/releases). | ||
|
||
### Basic Usage | ||
|
||
To verify the installation and view available commands, execute: | ||
```bash | ||
asvec --help | ||
``` | ||
|
||
## Features | ||
|
||
> [!NOTE] | ||
> More features are in the works. Don't worry! | ||
- **Index Management**: Streamline the management of AVS deployments. | ||
|
||
## Issues | ||
|
||
If you encounter an issue feel free to open a GitHub issue or discussion. | ||
Otherwise, if you are an enterprise customer, please [contact support](https://aerospike.com/support/) | ||
|
||
|
||
## License | ||
|
||
This project is licensed under the MIT License. See the [LICENSE.md](LICENSE.md) file for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters