Releases: 5am-code/ada-laravel
Releases · 5am-code/ada-laravel
0.3.0
Warning
Please note that this package is still in development and may not be suitable for production use.
- The distance when measuring the vector distance in
Embedding::getNearestNeighbor()
is now configurable:config('ada.distance.openai', \Pgvector\Laravel\Distance::Cosine)
. - Added a method to the Index to set a different
TextSplitter
after instantiation.
Full Changelog: 0.2.4...0.3.0
0.2.4
0.2.3
0.2.2
Warning
Please note that this package is still in development and may not be suitable for production use.
0.2.2
- Updated dependencies
- Added migration to make the embedding column nullable in the embeddings table.
- Introduced
EmbedJob.php
to handle embedding processing asynchronously - Added architecture tests with presets for PHP, security, and Laravel