PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Rodrigo Faustino   PHP Nano RAG   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Nano RAG
Learn and ask questions using AI with RAG
Author: By
Last change:
Date: 3 months ago
Size: 454 bytes
 

Contents

Class file image Download
{ "name": "developer/php-nano-rag", "description": "A flat-file Vector Database and RAG engine for PHP.", "type": "library", "license": "MIT", "authors": [ { "name": "faustinopsy", "email": "rodrigohipnose@gmail.com" } ], "minimum-stability": "stable", "require": { "php": ">=8.2" }, "autoload": { "psr-4": { "NanoRag\\": "src/" } } }