mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-29 18:08:36 +00:00
docs[patch]: more keywords (#14858)
This commit is contained in:
parent
9f851d8951
commit
92957e6cdf
@ -8,6 +8,7 @@
|
||||
"---\n",
|
||||
"sidebar_position: 0\n",
|
||||
"title: Get started\n",
|
||||
"keywords: [chain.invoke]\n",
|
||||
"---"
|
||||
]
|
||||
},
|
||||
|
@ -7,6 +7,7 @@
|
||||
"---\n",
|
||||
"sidebar_label: In Memory\n",
|
||||
"sidebar_position: 2\n",
|
||||
"keywords: [InMemoryStore]\n",
|
||||
"---"
|
||||
]
|
||||
},
|
||||
|
@ -1,5 +1,15 @@
|
||||
{
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "raw",
|
||||
"id": "0aed0743",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"---\n",
|
||||
"keywords: [AzureOpenAIEmbeddings]\n",
|
||||
"---"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "c3852491",
|
||||
|
@ -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",
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
keywords: [LLMSingleActionAgent]
|
||||
---
|
||||
|
||||
# Custom LLM Agent
|
||||
|
||||
This notebook goes through how to create your own custom LLM agent.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user