AI-Embedding

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	  
	  Updated POD to reflect changes
	  
	  Added new tests to test updated 'camparator' method

0.1_2	 2nd June 2023
	  NOTE - This is still a development release - DO NOT USE IN PRODUCTION
	  
	  Added 'test_embedding' method to allow code testing without calling the chargable API
	  
	  Corrected authentication issues with OpenAI
	  
	  Corrected issues causing CPAN Tests to fail

0.1_1    30th May 2023
          First development version, released on an unsuspecting world.

META.json  view on Meta::CPAN

{
   "abstract" : "Perl module for working with text embeddings using various APIs",
   "author" : [
      "Ian Boddison <bod@cpan.org>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "ExtUtils::MakeMaker version 7.58, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2

META.yml  view on Meta::CPAN

---
abstract: 'Perl module for working with text embeddings using various APIs'
author:
  - 'Ian Boddison <bod@cpan.org>'
build_requires:
  ExtUtils::MakeMaker: '0'
  Test::More: '0'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 7.58, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:

lib/AI/Embedding.pm  view on Meta::CPAN

=item * Search CPAN

L<https://metacpan.org/release/AI::Embedding>

=back

=head1 ACKNOWLEDGEMENTS

Thanks to the help and support provided by members of Perl Monks L<https://perlmonks.org/>.

Especially L<Ken Cotterill (KCOTT)|https://metacpan.org/author/KCOTT> for assistance with unit tests and L<Hugo van der Sanden (HVDS)|https://metacpan.org/author/HVDS> for suggesting the current C<comparator> implementaion.

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2023 by Ian Boddison.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut



( run in 1.581 second using v1.01-cache-2.11-cpan-5c0b1e786e0 )