Metadata-Version: 2.3
Name: acace_vector_store
Version: 0.1.0
Summary: Vector storage utilities for ACACE
Author: ACACE Team
Author-email: team@acace.ai
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: faiss-cpu (>=1.7.4,<2.0.0)
Requires-Dist: numpy (>=1.26.3,<2.0.0)
Description-Content-Type: text/markdown

# ACACE_VECTOR_STORE

Component of the Adaptive Context-Aware Content Engine (ACACE).

## Installation

```bash
pip install acace_vector_store
```

## Features

- Core functionality for ACACE
- Integration with other ACACE components

## License

MIT License

