Releases: 5am-code/ada-laravel
Releases · 5am-code/ada-laravel
0.4.0
What's Changed
- Laravel 12 Support by @mechelon in #13
- Allow Models with PKs other than
idby @nuernbergerA in #12 - 0.4.0 by @mechelon in #14
New Contributors
- @nuernbergerA made their first contribution in #12
Full Changelog: 0.3.0...0.4.0
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
TextSplitterafter 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.phpto handle embedding processing asynchronously - Added architecture tests with presets for PHP, security, and Laravel