cognee-vector 0.1.1

Vector-store abstraction with brute-force, LanceDB, and pgvector adapters for cognee.
Documentation
1
2
3
4
5
6
7
8
9
# cognee-vector

Vector-database abstraction for cognee — a `VectorDB` trait with adapters (in-memory brute-force default, pgvector behind a feature) for embedding storage and similarity search.

Part of [cognee-rs](https://github.com/topoteretes/cognee-rs) — see the [project README](../../README.md) for an architecture overview and how the pieces fit together.

## License

Dual-licensed under [MIT](../../LICENSE-MIT) or [Apache-2.0](../../LICENSE-APACHE), at your option.