Skip to content

Commit

Permalink
docs: portkey update (#10261)
Browse files Browse the repository at this point in the history
Added the `Portkey` description. Fixed a title in the nested document
(and nested navbar).
  • Loading branch information
leo-gan authored Sep 8, 2023
1 parent 01e9d79 commit f5d08be
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
6 changes: 6 additions & 0 deletions docs/extras/integrations/providers/portkey/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Portkey

>[Portkey](https://docs.portkey.ai/overview/introduction) is a platform designed to streamline the deployment
> and management of Generative AI applications.
> It provides comprehensive features for monitoring, managing models,
> and improving the performance of your AI applications.
## LLMOps for Langchain

Portkey brings production readiness to Langchain. With Portkey, you can
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Log, Trace, and Monitor Langchain LLM Calls\n",
"# Log, Trace, and Monitor\n",
"\n",
"When building apps or agents using Langchain, you end up making multiple API calls to fulfill a single user request. However, these requests are not chained when you want to analyse them. With [**Portkey**](/docs/ecosystem/integrations/portkey), all the embeddings, completion, and other requests from a single user request will get logged and traced to a common ID, enabling you to gain full visibility of user interactions.\n",
"\n",
"This notebook serves as a step-by-step guide on how to integrate and use Portkey in your Langchain app."
"This notebook serves as a step-by-step guide on how to log, trace, and monitor Langchain LLM calls using `Portkey` in your Langchain app."
]
},
{
Expand Down Expand Up @@ -234,9 +229,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.3"
"version": "3.10.12"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}

0 comments on commit f5d08be

Please sign in to comment.