waaseyaa / ai-vector
Vector embedding storage and similarity search for Waaseyaa
v0.1.0-alpha.7
2026-03-15 03:34 UTC
Requires
- php: >=8.3
- waaseyaa/access: ^0.1
- waaseyaa/api: ^0.1
- waaseyaa/entity: ^0.1
- waaseyaa/queue: ^0.1
- waaseyaa/workflows: ^0.1
Requires (Dev)
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2026-03-15 16:00:42 UTC
README
Layer 5 — AI
Vector embedding storage and similarity search for Waaseyaa applications.
Provides an abstraction over vector databases for storing entity embeddings and performing semantic search queries. Integrates with the AI pipeline for retrieval-augmented generation (RAG) workflows.
Key classes: VectorStoreInterface, EmbeddingProviderInterface, SimilarityResult.