docs[patch]: search experiment (#14254)

- npm
- search config
- custom
This commit is contained in:
Erick Friis
2023-12-04 16:58:26 -08:00
committed by GitHub
parent 4fb72ff76f
commit 4351b99d2b
6 changed files with 343 additions and 922 deletions

View File

@@ -14,9 +14,6 @@ const config = {
title: "🦜️🔗 Langchain",
tagline: "LangChain Python Docs",
favicon: "img/favicon.ico",
customFields: {
mendableAnonKey: process.env.MENDABLE_ANON_KEY,
},
// Set the production url of your site here
url: "https://python.langchain.com",
// Set the /<baseUrl>/ pathname under which your site is served
@@ -310,6 +307,18 @@ const config = {
],
copyright: `Copyright © ${new Date().getFullYear()} LangChain, Inc.`,
},
algolia: {
// The application ID provided by Algolia
appId: "VAU016LAWS",
// Public API key: it is safe to commit it
// this is linked to erick@langchain.dev currently
apiKey: "6c01842d6a88772ed2236b9c85806441",
indexName: "python-langchain",
contextualSearch: true,
},
}),
scripts: [
@@ -319,6 +328,7 @@ const config = {
async: true,
},
],
};
module.exports = config;