Skip to content

Commit

Permalink
docs[patch]: more keywords (#14858)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Dec 18, 2023
1 parent 9f851d8 commit 92957e6
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/expression_language/get_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"---\n",
"sidebar_position: 0\n",
"title: Get started\n",
"keywords: [chain.invoke]\n",
"---"
]
},
Expand Down
1 change: 1 addition & 0 deletions docs/docs/integrations/stores/in_memory.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"---\n",
"sidebar_label: In Memory\n",
"sidebar_position: 2\n",
"keywords: [InMemoryStore]\n",
"---"
]
},
Expand Down
10 changes: 10 additions & 0 deletions docs/docs/integrations/text_embedding/azureopenai.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"cells": [
{
"cell_type": "raw",
"id": "0aed0743",
"metadata": {},
"source": [
"---\n",
"keywords: [AzureOpenAIEmbeddings]\n",
"---"
]
},
{
"cell_type": "markdown",
"id": "c3852491",
Expand Down
10 changes: 10 additions & 0 deletions docs/docs/integrations/toolkits/python.ipynb
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/modules/agents/how_to/custom_llm_agent.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
keywords: [LLMSingleActionAgent]
---

# Custom LLM Agent

This notebook goes through how to create your own custom LLM agent.
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/modules/agents/how_to/custom_llm_chat_agent.mdx
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/modules/data_connection/document_loaders/pdf.mdx
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 92957e6

Please sign in to comment.