Skip to content

Commit

Permalink
added interfaces overview.
Browse files Browse the repository at this point in the history
  • Loading branch information
djl11 committed Feb 19, 2025
1 parent 0e14797 commit 8890ce2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 18 additions & 1 deletion interfaces/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
---
title: 'Overview'
---
[coming soon 🚧]

Build custom interfaces for: logging, evals, guardrails, labelling, tracing, agents, human-in-the-loop, hyperparam sweeps, and anything else you can think of ✨

Just `unify.log` your data, and add an interface using the four building blocks:

- tables 🔢
- views 🔍
- plots 📊
- editor 🕹️ (coming soon)

Every LLM product has unique and changing requirements, as do the users. Your infra should reflect this!

<img class="dark-light" width="100%" src="https://raw.githubusercontent.com/unifyai/unifyai.github.io/refs/heads/main/img/externally_linked/notion_for_llm_observability.gif"/>

We've tried to make Unify as (a) simple, (b) modular and (c) hackable as possible,
so you can quickly probe, analyze, and iterate on the data that's important for you, your product and your users ⚡

Head over to the next page to dive in! ➡️
2 changes: 2 additions & 0 deletions test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import unify
print(unify.list_models("together-ai"))

0 comments on commit 8890ce2

Please sign in to comment.