Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Jan 29, 2025
2 parents bf4c14b + f0040cb commit 96ef091
Showing 1 changed file with 28 additions and 13 deletions.
41 changes: 28 additions & 13 deletions docs/core_docs/src/theme/DocVersionBanner/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,8 @@ const suggestedLinks = {
alternative: ["/v0.1/docs/integrations/llms/togetherai/"],
},
"/docs/integrations/llms/fake/": {
canonical: "https://api.js.langchain.com/classes/_langchain_core.utils_testing.FakeLLM.html",
canonical:
"https://api.js.langchain.com/classes/_langchain_core.utils_testing.FakeLLM.html",
alternative: ["/v0.1/docs/integrations/llms/fake/"],
},
"/docs/integrations/retrievers/vectorstore/": {
Expand Down Expand Up @@ -687,11 +688,15 @@ const suggestedLinks = {
},
"/docs/modules/data_connection/document_loaders/custom/": {
canonical: "/docs/how_to/document_loader_custom/",
alternative: ["/v0.1/docs/modules/data_connection/document_loaders/custom/"],
alternative: [
"/v0.1/docs/modules/data_connection/document_loaders/custom/",
],
},
"/docs/modules/data_connection/document_loaders/file_directory/": {
canonical: "/docs/integrations/document_loaders/file_loaders/directory/",
alternative: ["/v0.1/docs/modules/data_connection/document_loaders/file_directory/"],
alternative: [
"/v0.1/docs/modules/data_connection/document_loaders/file_directory/",
],
},
"/docs/modules/data_connection/document_loaders/json/": {
canonical: "/docs/integrations/document_loaders/file_loaders/json/",
Expand All @@ -705,18 +710,26 @@ const suggestedLinks = {
canonical: "/docs/concepts/text_splitters/",
alternative: ["/v0.1/docs/modules/data_connection/document_transformers/"],
},
"/docs/modules/data_connection/document_transformers/character_text_splitter/": {
canonical: "/docs/how_to/character_text_splitter/",
alternative: ["/v0.1/docs/modules/data_connection/document_transformers/character_text_splitter/"],
},
"/docs/modules/data_connection/document_transformers/character_text_splitter/":
{
canonical: "/docs/how_to/character_text_splitter/",
alternative: [
"/v0.1/docs/modules/data_connection/document_transformers/character_text_splitter/",
],
},
"/docs/modules/data_connection/document_transformers/code_splitter/": {
canonical: "/docs/how_to/code_splitter/",
alternative: ["/v0.1/docs/modules/data_connection/document_transformers/code_splitter/"],
},
"/docs/modules/data_connection/document_transformers/recursive_text_splitter/": {
canonical: "/docs/how_to/recursive_text_splitter/",
alternative: ["/v0.1/docs/modules/data_connection/document_transformers/recursive_text_splitter/"],
alternative: [
"/v0.1/docs/modules/data_connection/document_transformers/code_splitter/",
],
},
"/docs/modules/data_connection/document_transformers/recursive_text_splitter/":
{
canonical: "/docs/how_to/recursive_text_splitter/",
alternative: [
"/v0.1/docs/modules/data_connection/document_transformers/recursive_text_splitter/",
],
},
"/docs/modules/data_connection/document_loaders/creating_documents/": {
canonical: "/docs/concepts#document",
alternative: [
Expand Down Expand Up @@ -1017,7 +1030,9 @@ const suggestedLinks = {
},
"/docs/modules/model_io/output_parsers/types/structured/": {
canonical: "/docs/how_to/structured_output/",
alternative: ["/v0.1/docs/modules/model_io/output_parsers/types/structured/"],
alternative: [
"/v0.1/docs/modules/model_io/output_parsers/types/structured/",
],
},
"/docs/modules/model_io/output_parsers/types/string/": {
canonical:
Expand Down

0 comments on commit 96ef091

Please sign in to comment.