Skip to content

Commit f482048

Browse files
authored
Docs nits (#5965)
1 parent d7a184c commit f482048

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

β€Ždocs/core_docs/docs/integrations/text_embedding/mixedbread_ai.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Mixedbread AI Embeddings
1+
# Mixedbread AI
22

33
The `MixedbreadAIEmbeddings` class uses the [Mixedbread AI](https://mixedbread.ai/) API to generate text embeddings. This guide will walk you through setting up and using the `MixedbreadAIEmbeddings` class, helping you integrate it into your project effectively.
44

β€Ždocs/core_docs/docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const baseUrl = "/v0.2/";
1818
/** @type {import('@docusaurus/types').Config} */
1919
const config = {
2020
title: "πŸ¦œοΈπŸ”— Langchain",
21-
tagline: "LangChain JS Docs",
21+
tagline: "LangChain.js Docs",
2222
favicon: "img/brand/favicon.png",
2323
// Set the production url of your site here
2424
url: "https://js.langchain.com",

β€Ždocs/core_docs/sidebars.js

+4
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,10 @@ module.exports = {
185185
type: "autogenerated",
186186
dirName: "integrations/document_transformers",
187187
},
188+
{
189+
type: "autogenerated",
190+
dirName: "integrations/document_compressors",
191+
},
188192
],
189193
link: {
190194
type: "generated-index",

0 commit comments

Comments
Β (0)