Skip to content

Releases: 5am-code/ada-laravel

0.3.0

02 Feb 09:39
bd8d005
Compare
Choose a tag to compare

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

19 Jan 13:23
Compare
Choose a tag to compare

Warning

Please note that this package is still in development and may not be suitable for production use.

0.2.4

  • Fixed method name

0.2.3

19 Jan 13:20
76fd0ce
Compare
Choose a tag to compare

Warning

Please note that this package is still in development and may not be suitable for production use.

0.2.3

  • Fixed method name

0.2.2

06 Jan 17:19
3bdb3f0
Compare
Choose a tag to compare

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

0.1.1

18 Jun 18:16
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Initial Release. For more infos, check the README – have fun!

0.1.0

18 Jun 16:05
f0f14d0
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Initial Release. For more infos, check the README – have fun!