Code Monkey home page Code Monkey logo

original-demo-ui's Introduction

Axflow banner

The TypeScript framework for AI development

Github CI Slack Learn this repo using Greptile

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

Modules

  • @axflow/models — A zero-dependency, modular SDK for building robust natural language applications. Includes React hooks and streaming utilities that make building AI applications a breeze.
  • 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:

  • extract: 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.
  • serve: A serving framework to run any LLM model (OSS or otherwise). It will also provide middleware options for user throttling, analytics, and logging
  • finetune: A library focused on fine-tuning models

Goals

Axflow 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, Axflow empowers developers to build higher-level TypeScript AI features and products seamlessly.

Examples

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

License

MIT

original-demo-ui's People

Contributors

benjreinhart avatar dependabot[bot] avatar matrx123 avatar nichochar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

original-demo-ui's Issues

No response querying when including chunks

Exciting project!

When I attempt to Query while including chucks, I get no response. (I do get a response w/o including chunks.) I suspect I have Pinecone setup incorrectly. I get no other errors.

I'm using the Pinecone Starter.

## Pinecone settings
# Pinecone secret API key, e.g.: (not a real key)
PINECONE_API_KEY=<snip>
# Pinecone environment
PINECONE_ENVIRONMENT=gcp-starter
# Pinecone index name, can be whatever you want.
PINECONE_INDEX=default
# Pinecone vector dimensions. This will be coupled to the embedding model you use.
# For example, OpenAI's text-embedding-ada-00p2 is 1536 dimensions.
PINECONE_INDEX_DIMENSION=1536
# Pinecone namespace, "default" by default.
PINECONE_NAMESPACE=default

Thanks!

axilla.io can’t be reached

axilla.io unexpectedly closed the connection.
Try:

Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_CLOSED

"undefined" error when using index type Starter

Describe the Issue
Getting "undefined" when Asking a question in query tab when using index type as starter. below is the terminal error.

- error unhandledRejection: {
  name: 'PineconeError',
  source: 'server',
  message: "PineconeClient: Error calling query: PineconeError: The requested feature 'Namespaces' is not supported by the current index type 'Starter'.",
  stack: ''
}

To Reproduce
Steps to reproduce the behavior:

  1. Go to query tab after ingesting the default keyword San Francisco.
  2. Click on query button after writing a query.
  3. See error toast on bottom left.

Expected behavior
Should not throw error.

Screenshots
undefined

Desktop (please complete the following information):

  • OS: Ubuntu
  • Browser Firefox

Additional context
We can simply fix it by using optional chaining (?.) to check for null or undefined.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.