docs[patch]: more keywords (#14858)

This commit is contained in:
Erick Friis 2023-12-18 10:58:53 -08:00 committed by GitHub
parent 9f851d8951
commit 92957e6cdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 34 additions and 0 deletions

View File

@ -8,6 +8,7 @@
"---\n",
"sidebar_position: 0\n",
"title: Get started\n",
"keywords: [chain.invoke]\n",
"---"
]
},

View File

@ -7,6 +7,7 @@
"---\n",
"sidebar_label: In Memory\n",
"sidebar_position: 2\n",
"keywords: [InMemoryStore]\n",
"---"
]
},

View File

@ -1,5 +1,15 @@
{
"cells": [
{
"cell_type": "raw",
"id": "0aed0743",
"metadata": {},
"source": [
"---\n",
"keywords: [AzureOpenAIEmbeddings]\n",
"---"
]
},
{
"cell_type": "markdown",
"id": "c3852491",

View File

@ -1,5 +1,15 @@
{
"cells": [
{
"cell_type": "raw",
"id": "be75cb7e",
"metadata": {},
"source": [
"---\n",
"keywords: [PythonREPLTool]\n",
"---"
]
},
{
"cell_type": "markdown",
"id": "82a4c2cc-20ea-4b20-a565-63e905dee8ff",

View File

@ -1,3 +1,7 @@
---
keywords: [LLMSingleActionAgent]
---
# Custom LLM Agent
This notebook goes through how to create your own custom LLM agent.

View File

@ -1,3 +1,7 @@
---
keywords: [LLMSingleActionAgent]
---
# Custom LLM Chat Agent
This notebook explains how to create your own custom agent based on a chat model.

View File

@ -1,3 +1,7 @@
---
keywords: [PyPDFDirectoryLoader, PyMuPDFLoader]
---
# PDF
>[Portable Document Format (PDF)](https://en.wikipedia.org/wiki/PDF), standardized as ISO 32000, is a file format developed by Adobe in 1992 to present documents, including text formatting and images, in a manner independent of application software, hardware, and operating systems.