developer-savyour / laravel-tiktoken
A package to connect tiktoken DB with php laravel
dev-main
2023-05-30 15:29 UTC
Requires
- php: >=7.3
This package is auto-updated.
Last update: 2025-03-29 01:06:55 UTC
README
This is the package to connect tiktoken Vector DB with laravel via its APIs
Installation
You can install the package via composer:
composer require developer-savyour/laravel-tiktoken
Or for Lumen Project manually add service provider: "DevelopersSavyour\TikToken\TikTokenServiceProvider" to bootstrap/app.php and run
composer dump-autoload
Usage
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email zohaib.tariq@savyour.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.