Skip to content

Commit

Permalink
Add langchain example
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcombessie committed Jun 6, 2023
1 parent d89083e commit 0129517
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"# Newspaper comments generation [GPT-3.5-turbo]"
"# Newspaper comments generation [LangChain, OpenAI]"
]
},
{
Expand Down
6 changes: 6 additions & 0 deletions python-client/docs/tutorials/data-types/text/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@
:::
:::::

:::::{grid-item}
:::{card} <h3><center>🦜 Newspaper comment generation</center></h3>
:link: ../../../reference/notebooks/llm_comment_generation.ipynb
:::
:::::

11 changes: 10 additions & 1 deletion python-client/docs/tutorials/libraries/langchain/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# LangChain

Coming soon...
> **Warning:** LLM support is in Alpha version - It may be unstable, and detection capabilities are still limited. We're interested in your feedback to improve it 🙏
::::::{grid} 1 1 2 2
:gutter: 1

:::::{grid-item}
:::{card} <h3><center>🦜 Newspaper comment generation</center></h3>
:link: ../../../reference/notebooks/llm_comment_generation.ipynb
:::
:::::
11 changes: 10 additions & 1 deletion python-client/docs/tutorials/tasks/text-generation/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Text generation

Coming soon...
> **Warning:** LLM support is in Alpha version - It may be unstable, and detection capabilities are still limited. We're interested in your feedback to improve it 🙏
::::::{grid} 1 1 2 2
:gutter: 1

:::::{grid-item}
:::{card} <h3><center>🦜 Newspaper comment generation</center></h3>
:link: ../../../reference/notebooks/llm_comment_generation.ipynb
:::
:::::

0 comments on commit 0129517

Please sign in to comment.