ahnlich_client_rs 0.2.1

Client library for accessing in-memory ahnlich vector database and ai-proxy
Documentation
## Ahnlich Client RS

Rust client that interacts with both ahnlich DB and AI


[![Crates.io](https://img.shields.io/crates/v/ahnlich_client_rs.svg)](https://crates.io/crates/ahnlich_client_rs)
[![Documentation](https://docs.rs/ahnlich_client_rs/badge.svg)](https://docs.rs/ahnlich_client_rs/)
[![Ahnlich TestSuite](https://github.com/deven96/ahnlich/actions/workflows/test.yml/badge.svg)](https://github.com/deven96/ahnlich/actions/workflows/test.yml)
[![Ahnlich RS Client Tag and Deploy](https://github.com/deven96/ahnlich/actions/workflows/rust_tag_and_deploy.yml/badge.svg)](https://github.com/deven96/ahnlich/actions/workflows/rust_tag_and_deploy.yml)

## Usage Overview

The following topics are covered:
* [Installation]#installation
* [Change Log]#change-log

## Installation

```bash
cargo add ahnlich_client_rs
```