Skip to content

latticeflow-one/aigo-integrations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LatticeFlow AI GO!

AI GO! is a platform for AI governance operationalization developed by

LatticeFlow AI.

Website Documentation

AI GO! Integrations

Welcome to the LatticeFlow AI GO! Integrations repository.

This repository serves as the central hub for learning how to connect your AI ecosystem with the LatticeFlow AI GO! platform. Whether you are benchmarking your AI system, connecting a custom RAG agent, or evaluating safety guardrails, this repository contains integration examples to seamlessly make your AI assets native to the AI GO!.

Quickstart

To get started, choose any guide in guides and read the README.md.

For example, to run an evaluation on the knowledge of a model on a specific topic, see README.md.

  1. Export OpenAI API key in the terminal.

    export OPENAI_API_KEY=<$OPENAI_API_KEY>
  2. Run the commands.

    lf add app -f app.yaml
    lf switch playground-app
    lf integration add --provider openai --api-key $OPENAI_API_KEY
    lf run -f run.yaml
  3. Explore results.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors