axilla-io / ax

A comprehensive AI framework for TypeScript

Home Page:https://axilla.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ax — A comprehensive AI framework for TypeScript

Ax is a collection of modules designed for creating robust AI applications. These modules can be adopted incrementally, thus providing a modular and scalable end-to-end solution. Used together, they form an end-to-end framework for developing AI applications.

Modules

  • axgen: A framework for connecting your data to large language models
  • axeval: A framework for evaluating LLM output quality

Installation

The modules can be installed independently, for incremental adoption and bundle size minimization.

npm install axgen
npm install axeval

Goals

Ax aspires to deconstruct the complex paradigms of working with LLMs into manageable and intuitive components. Our library takes a code-first approach, emphasizing the importance of flexibility and control for developers. As a foundational framework, Ax empowers developers to build higher-level TypeScript AI features and products seamlessly.

Examples

Here is an example open source UI showcasing what axgen can do, with a short video walkthrough.

License

MIT

About

A comprehensive AI framework for TypeScript

https://axilla.io

License:MIT License


Languages

Language:TypeScript 99.9%Language:JavaScript 0.1%