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!.
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.
-
Export OpenAI API key in the terminal.
export OPENAI_API_KEY=<$OPENAI_API_KEY>
-
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 -
Explore results.