✨ add pre-indexed langchain
This commit is contained in:
parent
c3e4372076
commit
d87df3f7ea
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue