-
Notifications
You must be signed in to change notification settings - Fork 730
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Hannah Hunter <[email protected]>
- Loading branch information
1 parent
1632f50
commit 7bb54b0
Showing
16 changed files
with
164 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
...ocs/content/en/developing-applications/building-blocks/conversational/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
type: docs | ||
title: "Conversational" | ||
linkTitle: "Conversational" | ||
weight: 130 | ||
description: "Consistently leverage Large Language Models services" | ||
--- |
33 changes: 33 additions & 0 deletions
33
...veloping-applications/building-blocks/conversational/conversational-overview.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
type: docs | ||
title: "Conversational overview" | ||
linkTitle: "Overview" | ||
weight: 1000 | ||
description: "Overview of the conversational API building block" | ||
--- | ||
|
||
Many large language model servers or toolkits provide their own APIs. Due to hardcode and API differences, migrating between these servers or toolkits can prove difficult. | ||
|
||
The conversational API building block works as an abstraction layer across those APIs to ease migration. | ||
|
||
## Features | ||
|
||
|
||
## Try out pub/sub | ||
|
||
### Quickstarts and tutorials | ||
|
||
Want to put the Dapr conversational API to the test? Walk through the following quickstart and tutorials to see it in action: | ||
|
||
| Quickstart/tutorial | Description | | ||
| ------------------- | ----------- | | ||
| [Conversational quickstart](todo) | . | | ||
|
||
### Start using pub/sub directly in your app | ||
|
||
Want to skip the quickstarts? Not a problem. You can try out the conversational building block directly in your application. After [Dapr is installed]({{< ref "getting-started/_index.md" >}}), you can begin using the conversational API starting with [the how-to guide](todo). | ||
|
||
## Next steps | ||
|
||
- [How-To: Migrate between large language models]({{< ref howto-conversational-layer.md >}}) | ||
- [Conversational API components]({{< ref supported-conversational >}}) |
9 changes: 9 additions & 0 deletions
9
...oping-applications/building-blocks/conversational/howto-conversational-layer.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
type: docs | ||
title: "How-To: Migrate using the conversational API" | ||
linkTitle: "How-To: Migrate" | ||
weight: 2000 | ||
description: "Learn how to use the conversational API to migrate between large language model servers and toolkits" | ||
--- | ||
|
||
todo |
12 changes: 12 additions & 0 deletions
12
...cs/content/en/reference/components-reference/supported-conversational/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
type: docs | ||
title: "Conversational component specs" | ||
linkTitle: "Conversational" | ||
weight: 9000 | ||
description: The supported conversational components that interface with Dapr | ||
no_list: true | ||
--- | ||
|
||
{{< partial "components/description.html" >}} | ||
|
||
{{< partial "components/conversational.html" >}} |
6 changes: 6 additions & 0 deletions
6
...content/en/reference/components-reference/supported-conversational/anthropic.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
type: docs | ||
title: "Anthropic" | ||
linkTitle: "Anthropic" | ||
description: Detailed information on the Anthropic conversational component | ||
--- |
6 changes: 6 additions & 0 deletions
6
...ntent/en/reference/components-reference/supported-conversational/aws-bedrock.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
type: docs | ||
title: "AWS Bedrock" | ||
linkTitle: "AWS Bedrock" | ||
description: Detailed information on the AWS Bedrock conversational component | ||
--- |
6 changes: 6 additions & 0 deletions
6
...docs/content/en/reference/components-reference/supported-conversational/echo.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
type: docs | ||
title: "Echo" | ||
linkTitle: "Echo" | ||
description: Detailed information on the Echo conversational component | ||
--- |
6 changes: 6 additions & 0 deletions
6
...tent/en/reference/components-reference/supported-conversational/hugging-face.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
type: docs | ||
title: "Hugging Face" | ||
linkTitle: "Hugging Face" | ||
description: Detailed information on the Hugging Face conversational component | ||
--- |
6 changes: 6 additions & 0 deletions
6
...s/content/en/reference/components-reference/supported-conversational/mistral.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
type: docs | ||
title: "Mistral" | ||
linkTitle: "Mistral" | ||
description: Detailed information on the Mistral conversational component | ||
--- |
6 changes: 6 additions & 0 deletions
6
...cs/content/en/reference/components-reference/supported-conversational/openai.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
type: docs | ||
title: "OpenAI" | ||
linkTitle: "OpenAI" | ||
description: Detailed information on the OpenAI conversational component | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
- component: AWS Bedrock | ||
link: aws-bedrock | ||
state: Alpha | ||
version: v1 | ||
since: "1.15" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
- component: Echo | ||
link: echo | ||
state: Alpha | ||
version: v1 | ||
since: "1.15" | ||
- component: Hugging Face | ||
link: hugging-face | ||
state: Alpha | ||
version: v1 | ||
since: "1.15" | ||
- component: Mistral | ||
link: mistral | ||
state: Alpha | ||
version: v1 | ||
since: "1.15" | ||
- component: OpenAI | ||
link: openai | ||
state: Alpha | ||
version: v1 | ||
since: "1.15" | ||
- component: Anthropic | ||
link: anthropic | ||
state: Alpha | ||
version: v1 | ||
since: "1.15" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{{- $groups := dict | ||
"Generic" $.Site.Data.components.conversational.generic | ||
"Amazon Web Services (AWS)" $.Site.Data.components.conversational.aws | ||
|
||
}} | ||
|
||
{{ range $group, $components := $groups }} | ||
<h3>{{ $group }}</h3> | ||
<table width="100%"> | ||
<tr> | ||
<th>Component</th> | ||
<th>Status</th> | ||
<th>Component version</th> | ||
<th>Since runtime version</th> | ||
</tr> | ||
{{ range sort $components "component" }} | ||
<tr> | ||
<td><a href="/reference/components-reference/supported-conversational/{{ .link }}/">{{ .component }}</a> | ||
</td> | ||
<td>{{ .state }}</td> | ||
<td>{{ .version }}</td> | ||
<td>{{ .since }}</td> | ||
</tr> | ||
{{ end }} | ||
</table> | ||
{{ end }} | ||
|
||
{{ partial "components/componenttoc.html" . }} |