Skip to content

Commit

Permalink
docs: keywords (#3705)
Browse files Browse the repository at this point in the history
* docs: keywords

* format
  • Loading branch information
efriis authored Dec 18, 2023
1 parent 1794285 commit 1167c76
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
sidebar_label: Google AI
keywords: [gemini, gemini-pro, ChatGoogleGenerativeAI]
---

import CodeBlock from "@theme/CodeBlock";
Expand Down
4 changes: 4 additions & 0 deletions docs/core_docs/docs/integrations/platforms/google.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
keywords: [gemini, gemini-pro]
---

# Google

Functionality related to [Google Cloud Platform](https://cloud.google.com/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
keywords: [AzureOpenAIEmbeddings]
---

# Azure OpenAI

The `OpenAIEmbeddings` class can also use the OpenAI API on Azure to generate embeddings for a given text. By default it strips new line characters from the text, as recommended by OpenAI, but you can disable this by passing `stripNewLines: false` to the constructor.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
sidebar_class_name: node-only
keywords: [OpenSearchVectorStore]
---

# OpenSearch
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
sidebar_position: 3
keywords: [similaritySearchWithScore]
---

# Vector stores
Expand Down

2 comments on commit 1167c76

@vercel
Copy link

@vercel vercel bot commented on 1167c76 Dec 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 1167c76 Dec 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

langchainjs-docs – ./docs/core_docs/

langchainjs-docs-ruddy.vercel.app
js.langchain.com
langchainjs-docs-langchain.vercel.app
langchainjs-docs-git-main-langchain.vercel.app

Please sign in to comment.