Skip to content

Simple project to help you get started writing arbitrary data to Faros AI

License

Notifications You must be signed in to change notification settings

faros-ai/faros-writer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Faros AI Writer

This repository is a simple typescript project that can help you get started writing arbitrary data to Faros AI!

Usage

  1. Clone the repository

  2. Make any changes that you would like to the models that will be uploaded to Faros AI

  3. Build the project

    npm i
  4. Export the necessary environment variables or set them manually in the code

    # required
    $ export FAROS_API_KEY='<key>'
    # optional (default shown)
    $ export FAROS_API_URL='<url>' # https://prod.api.faros.ai
    $ export FAROS_GRAPH='<graph>' # default
    $ export FAROS_ORIGIN='<origin>' # faros-writer
  5. Run the project

    npm run debug

    The command above will print the mutations it would write to the console. When you are ready to send the data to Faros AI execute:

    npm run send

About

Simple project to help you get started writing arbitrary data to Faros AI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published