add pre-indexed langchain

This commit is contained in:
Nate Sesti 2024-03-19 11:54:53 -07:00
parent c3e4372076
commit d87df3f7ea
1 changed files with 5 additions and 0 deletions

View File

@ -211,6 +211,11 @@ const configs: SiteIndexingConfig[] = [
startUrl: "https://www.w3schools.com/css/default.asp",
rootUrl: "https://www.w3schools.com/css",
},
{
title: "Langchain",
startUrl: "https://python.langchain.com/docs/get_started/introduction",
rootUrl: "https://python.langchain.com/docs",
},
];
export default configs;