Skip to content
/ ax Public
forked from axflow/axflow

A comprehensive AI framework for TypeScript

License

Notifications You must be signed in to change notification settings

MistaIA/ax

This branch is 133 commits behind axflow/axflow:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 7, 2023
ce00536 · Aug 7, 2023
Jul 3, 2023
Jul 29, 2023
Aug 6, 2023
Aug 7, 2023
Aug 4, 2023
Aug 4, 2023
Jul 2, 2023
Jul 2, 2023
Aug 7, 2023
Jul 31, 2023
Aug 7, 2023
Jul 29, 2023
Aug 5, 2023

Repository files navigation

Ax — A comprehensive AI framework for TypeScript

Github CI Slack

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

In addition to the above modules, we're working on the following modules:

  • axextract: A library for efficient data processing, particularly loading, transforming, and chunking documents from arbitrary sources. Most useful for applications that need to load and preprocess data for vector search.
  • axserve: A serving framework to run any LLM model (OSS or otherwise). It will also provide middleware options for user throttling, analytics, and logging
  • axtune: A library focused on fine-tuning models

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 58.7%
  • TypeScript 41.3%