mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-19 13:23:35 +00:00
Update documentation for the Context integration with new URL and features (#9259)
Update documentation and URLs for the Langchain Context integration. We've moved from getcontext.ai to context.ai \o/ Thanks in advance for the review!
This commit is contained in:
parent
a091b4bf4c
commit
cf17c58b47
@ -7,12 +7,12 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"# Context\n",
|
"# Context\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"[Context](https://getcontext.ai/) provides product analytics for AI chatbots.\n",
|
"[Context](https://context.ai/) provides user analytics for LLM powered products and features.\n",
|
||||||
|
"\n",
|
||||||
|
"With Context, you can start understanding your users and improving their experiences in less than 30 minutes.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Context helps you understand how users are interacting with your AI chat products.\n",
|
|
||||||
"Gain critical insights, optimise poor experiences, and minimise brand risks.\n"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -55,7 +55,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"To get your Context API token:\n",
|
"To get your Context API token:\n",
|
||||||
"\n",
|
"\n",
|
||||||
"1. Go to the settings page within your Context account (https://go.getcontext.ai/settings).\n",
|
"1. Go to the settings page within your Context account (https://with.context.ai/settings).\n",
|
||||||
"2. Generate a new API Token.\n",
|
"2. Generate a new API Token.\n",
|
||||||
"3. Store this token somewhere secure."
|
"3. Store this token somewhere secure."
|
||||||
]
|
]
|
||||||
|
@ -37,7 +37,7 @@ class ContextCallbackHandler(BaseCallbackHandler):
|
|||||||
|
|
||||||
Keyword Args:
|
Keyword Args:
|
||||||
token (optional): The token with which to authenticate requests to Context.
|
token (optional): The token with which to authenticate requests to Context.
|
||||||
Visit https://go.getcontext.ai/settings to generate a token.
|
Visit https://with.context.ai/settings to generate a token.
|
||||||
If not provided, the value of the `CONTEXT_TOKEN` environment
|
If not provided, the value of the `CONTEXT_TOKEN` environment
|
||||||
variable will be used.
|
variable will be used.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user