Skip to content

Commit

Permalink
feat: added adaline to IDEs
Browse files Browse the repository at this point in the history
  • Loading branch information
ArshDilbagi committed Aug 27, 2024
1 parent ec0f1b4 commit abb2ead
Show file tree
Hide file tree
Showing 34 changed files with 572 additions and 233 deletions.
22 changes: 22 additions & 0 deletions (docs)/ar/docs/tooling/IDEs/adaline/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
export const metadata = { sidebar_position: 12, title: "Adaline" };

# Adaline

[Adaline](https://adaline.ai/) is the single collaborative platform for product and engineering teams to iterate, evaluate, deploy, and monitor prompts for LLMs.

<div style={{ textAlign: "center" }}>
<Image
src="/docs/assets/tooling/adaline.webp"
width={1200}
height={891}
style={{ width: "750px", margin: "auto" }}
/>
</div>

## Features

1. Quickly iterate on your prompts in a collaborative playground that supports all the major providers, variables, automatic versioning, and more.
2. Confidently ship by evaluating your prompts with a suite of evals like context recall, llm-rubric (LLM as a judge), latency, and more. Let us handle intelligent caching and complex implementations to save you time and money.
3. Easily build datasets from real data using Logs, upload your own as a CSV, or collaboratively build and edit within your Adaline workspace.
4. Continuously evaluate your completions in production, see how your users are using your prompts, and create datasets by sending logs using our APIs.
5. Easily rollbacks if your performance regresses in production, see how your team iterated the prompt, or just know that we automatically version your prompts to avoid any data loss.
28 changes: 13 additions & 15 deletions (docs)/ar/docs/tooling/IDEs/intro/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,19 @@ Here is a table of the tools we will be discussing in this chapter:

## Text Prompt IDEs

| Name | Hosted Solution | Open Source | Research Focused | Business Model | Launched | Modalities | Supported Providers |
| ------------------------------------------------------------------- | --------------- | ----------- | ---------------- | -------------- | -------- | ---------- | -------------------------------------------------------------------- |
| [GPT-3 Playground](https://beta.openai.com/docs/quickstart) |||| Pay per tokens || Text | OpenAI |
| [Dust](https://dust.tt/) |||| || Text | OpenAI, Cohere |
| [Everyprompt](https://www.everyprompt.com) || || Freemium || Text | OpenAI |
| [Promptmetheus](https://promptmetheus.com) |||| Freemium || Text | Anthropic, Cohere, OpenAI, PaLM 2, NLP Cloud, AI21 Labs, Aleph Alpha |
| [PromptIDE](https://prompt.vizhub.ai) || Code TBD || None || Text | |
| [PromptSource](https://github.com/bigscience-workshop/promptsource) |||| None || Text | |
| [PromptChainer](https://arxiv.org/pdf/2203.06566.pdf) || || None || Text | |
| [PromptMaker](https://dl.acm.org/doi/abs/10.1145/3491101.3503564) || || | | Text | |
| [PromptSandbox](https://promptsandbox.io) |||| Free || Text | OpenAI |
| [ChainForge](https://github.com/ianarawjo/ChainForge) |||| Free || Text | OpenAI |

| Name | Hosted Solution | Open Source | Research Focused | Business Model | Launched | Modalities | Supported Providers |
| --------------------------------------------------------------------- | --------------- | ----------- | ---------------- | ----------------- | --------- | -------------------------- | ----------------------------------- |
| Name | Hosted Solution | Open Source | Research Focused | Business Model | Launched | Modalities | Supported Providers |
| --------------------------------------------------------------------- | --------------- | ----------- | ---------------- | -------------- | -------- | ---------- | -------------------------------------------------------------------- |
| [GPT-3 Playground](https://beta.openai.com/docs/quickstart) |||| Pay per tokens || Text | OpenAI |
| [Adaline](https://adaline.ai) |||| || Text, Image, Tools | OpenAI, Anthropic, Bedrock, Azure, Groq, and others |
| [Dust](https://dust.tt/) |||| || Text | OpenAI, Cohere |
| [Everyprompt](https://www.everyprompt.com) || || Freemium || Text | OpenAI |
| [Promptmetheus](https://promptmetheus.com) |||| Freemium || Text | Anthropic, Cohere, OpenAI, PaLM 2, NLP Cloud, AI21 Labs, Aleph Alpha |
| [PromptIDE](https://prompt.vizhub.ai) || Code TBD || None || Text | |
| [PromptSource](https://github.com/bigscience-workshop/promptsource) |||| None || Text | |
| [PromptChainer](https://arxiv.org/pdf/2203.06566.pdf) || || None || Text | |
| [PromptMaker](https://dl.acm.org/doi/abs/10.1145/3491101.3503564) || || | | Text | |
| [PromptSandbox](https://promptsandbox.io) |||| Free || Text | OpenAI |
| [ChainForge](https://github.com/ianarawjo/ChainForge) |||| Free || Text | OpenAI |
| [Prompts.ai](https://prompts.ai/) |||| None || Text | OpenAI |
| [Snorkel](https://snorkel.ai/snorkel-flow-platform/foundation-model/) |||| || Text | |
| [Multi](https://www.multi.tech) | | || | Wait list | Text, Image | |
Expand Down
22 changes: 22 additions & 0 deletions (docs)/de/docs/tooling/IDEs/adaline/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
export const metadata = { sidebar_position: 12, title: "Adaline" };

# Adaline

[Adaline](https://adaline.ai/) is the single collaborative platform for product and engineering teams to iterate, evaluate, deploy, and monitor prompts for LLMs.

<div style={{ textAlign: "center" }}>
<Image
src="/docs/assets/tooling/adaline.webp"
width={1200}
height={891}
style={{ width: "750px", margin: "auto" }}
/>
</div>

## Features

1. Quickly iterate on your prompts in a collaborative playground that supports all the major providers, variables, automatic versioning, and more.
2. Confidently ship by evaluating your prompts with a suite of evals like context recall, llm-rubric (LLM as a judge), latency, and more. Let us handle intelligent caching and complex implementations to save you time and money.
3. Easily build datasets from real data using Logs, upload your own as a CSV, or collaboratively build and edit within your Adaline workspace.
4. Continuously evaluate your completions in production, see how your users are using your prompts, and create datasets by sending logs using our APIs.
5. Easily rollbacks if your performance regresses in production, see how your team iterated the prompt, or just know that we automatically version your prompts to avoid any data loss.
28 changes: 13 additions & 15 deletions (docs)/de/docs/tooling/IDEs/intro/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,19 @@ Here is a table of the tools we will be discussing in this chapter:

## Text Prompt IDEs

| Name | Hosted Solution | Open Source | Research Focused | Business Model | Launched | Modalities | Supported Providers |
| ------------------------------------------------------------------- | --------------- | ----------- | ---------------- | -------------- | -------- | ---------- | -------------------------------------------------------------------- |
| [GPT-3 Playground](https://beta.openai.com/docs/quickstart) |||| Pay per tokens || Text | OpenAI |
| [Dust](https://dust.tt/) |||| || Text | OpenAI, Cohere |
| [Everyprompt](https://www.everyprompt.com) || || Freemium || Text | OpenAI |
| [Promptmetheus](https://promptmetheus.com) |||| Freemium || Text | Anthropic, Cohere, OpenAI, PaLM 2, NLP Cloud, AI21 Labs, Aleph Alpha |
| [PromptIDE](https://prompt.vizhub.ai) || Code TBD || None || Text | |
| [PromptSource](https://github.com/bigscience-workshop/promptsource) |||| None || Text | |
| [PromptChainer](https://arxiv.org/pdf/2203.06566.pdf) || || None || Text | |
| [PromptMaker](https://dl.acm.org/doi/abs/10.1145/3491101.3503564) || || | | Text | |
| [PromptSandbox](https://promptsandbox.io) |||| Free || Text | OpenAI |
| [ChainForge](https://github.com/ianarawjo/ChainForge) |||| Free || Text | OpenAI |

| Name | Hosted Solution | Open Source | Research Focused | Business Model | Launched | Modalities | Supported Providers |
| --------------------------------------------------------------------- | --------------- | ----------- | ---------------- | ----------------- | --------- | -------------------------- | ----------------------------------- |
| Name | Hosted Solution | Open Source | Research Focused | Business Model | Launched | Modalities | Supported Providers |
| --------------------------------------------------------------------- | --------------- | ----------- | ---------------- | -------------- | -------- | ---------- | -------------------------------------------------------------------- |
| [GPT-3 Playground](https://beta.openai.com/docs/quickstart) |||| Pay per tokens || Text | OpenAI |
| [Adaline](https://adaline.ai) |||| || Text, Image, Tools | OpenAI, Anthropic, Bedrock, Azure, Groq, and others |
| [Dust](https://dust.tt/) |||| || Text | OpenAI, Cohere |
| [Everyprompt](https://www.everyprompt.com) || || Freemium || Text | OpenAI |
| [Promptmetheus](https://promptmetheus.com) |||| Freemium || Text | Anthropic, Cohere, OpenAI, PaLM 2, NLP Cloud, AI21 Labs, Aleph Alpha |
| [PromptIDE](https://prompt.vizhub.ai) || Code TBD || None || Text | |
| [PromptSource](https://github.com/bigscience-workshop/promptsource) |||| None || Text | |
| [PromptChainer](https://arxiv.org/pdf/2203.06566.pdf) || || None || Text | |
| [PromptMaker](https://dl.acm.org/doi/abs/10.1145/3491101.3503564) || || | | Text | |
| [PromptSandbox](https://promptsandbox.io) |||| Free || Text | OpenAI |
| [ChainForge](https://github.com/ianarawjo/ChainForge) |||| Free || Text | OpenAI |
| [Prompts.ai](https://prompts.ai/) |||| None || Text | OpenAI |
| [Snorkel](https://snorkel.ai/snorkel-flow-platform/foundation-model/) |||| || Text | |
| [Multi](https://www.multi.tech) | | || | Wait list | Text, Image | |
Expand Down
22 changes: 22 additions & 0 deletions (docs)/docs/tooling/IDEs/adaline/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
export const metadata = { sidebar_position: 12, title: "Adaline" };

# Adaline

[Adaline](https://adaline.ai/) is the single collaborative platform for product and engineering teams to iterate, evaluate, deploy, and monitor prompts for LLMs.

<div style={{ textAlign: "center" }}>
<Image
src="/docs/assets/tooling/adaline.webp"
width={1200}
height={891}
style={{ width: "750px", margin: "auto" }}
/>
</div>

## Features

1. Quickly iterate on your prompts in a collaborative playground that supports all the major providers, variables, automatic versioning, and more.
2. Confidently ship by evaluating your prompts with a suite of evals like context recall, llm-rubric (LLM as a judge), latency, and more. Let us handle intelligent caching and complex implementations to save you time and money.
3. Easily build datasets from real data using Logs, upload your own as a CSV, or collaboratively build and edit within your Adaline workspace.
4. Continuously evaluate your completions in production, see how your users are using your prompts, and create datasets by sending logs using our APIs.
5. Easily rollbacks if your performance regresses in production, see how your team iterated the prompt, or just know that we automatically version your prompts to avoid any data loss.
Loading

0 comments on commit abb2ead

Please sign in to comment.