SIGN IN SIGN UP
langflow-ai / langflow UNCLAIMED

Langflow is a powerful tool for building and deploying AI-powered agents and workflows.

146327 0 0 Python
// @ts-check
// Note: type annotations allow type checking and IDEs autocompletion
2023-06-21 19:13:44 -03:00
const path = require("path");
const lightCodeTheme = require("prism-react-renderer/themes/github");
const darkCodeTheme = require("prism-react-renderer/themes/dracula");
const { remarkCodeHike } = require("@code-hike/mdx");
docs: add ketch management banner (#7503) * feat: Add Ketch consent management and privacy preference link to docusaurus config * feat: Update Docusaurus footer and Ketch privacy management - Modify Ketch script configuration for better performance - Enhance footer styling with dark theme and copyright - Add dynamic load for region-specific privacy link - Update sitemap configuration to ignore preferences page * Styled footer * fix-merge-error * update script to remove link if in default jurisdiction and handle GA… (#7508) * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * Fix ketch script issue (#7509) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Fix Ketch script again (#7513) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch * Update footer css and fix ketch script * add production logic back in --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * remove-region-check * make-footer-not-hide-ad --------- Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com> Co-authored-by: Cole Goldsmith <cole.b.goldsmith@gmail.com>
2025-04-15 13:00:55 -04:00
const isProduction = process.env.NODE_ENV === "production";
/** @type {import('@docusaurus/types').Config} */
const config = {
title: "Langflow Documentation",
tagline:
"Langflow is a low-code app builder for RAG and multi-agent AI applications.",
favicon: "img/favicon.ico",
url: "https://docs.langflow.org",
baseUrl: process.env.BASE_URL ? process.env.BASE_URL : "/",
onBrokenLinks: "throw",
onBrokenAnchors: "warn",
organizationName: "langflow-ai",
projectName: "langflow",
trailingSlash: false,
1.0 Alpha (#1599) * Update model kwargs and temperature values * Update keyboard shortcuts for advanced editing * make Message field have no handles * Update OpenAI API Key handling in OpenAIEmbeddingsComponent * Remove unnecessary field_type key from CustomComponent class * Update required field behavior in CustomComponent class * Refactor AzureOpenAIModel.py: Removed unnecessary "required" attribute from input parameters * Update BaiduQianfanChatModel and OpenAIModel configurations * Fix range_spec step type validation * Update RangeSpec step_type default value to "float" * Fix Save debounce * Update parameterUtils to use debounce instead of throttle * Update input type options in schemas and graph base classes * Refactor run_flow_with_caching endpoint to include simplified and experimental versions * Add PythonFunctionComponent and test case for it * Add nest_asyncio to fix event loop issue * Refactor test_initial_setup.py to use RunOutputs instead of ResultData * Remove unused code in test_endpoints.py * Add asyncio loop to uvicorn command * Refactor load_session method to handle coroutine result * Fixed saving * Fixed debouncing * Add InputType and OutputType literals to schema.py * Update input type in Graph class * Add new schema for simplified API request * Add delete_messages function and update test_successful_run assertions * Add STREAM_INFO_TEXT constant to model components * Add session_id to simplified_run_flow_with_caching endpoint * Add field_typing import to OpenAIModel.py * update starter projects * Add constants for Langflow base module * Update setup.py to include latest component versions * Update Starter Examples * sets starter_project fixture to Basic Prompting * Refactor test_endpoints.py: Update test names and add new tests for different output types * Update HuggingFace Spaces link and add image for dark mode * Remove filepath reference * Update Vertex params in base.py * Add tests for different input types * Add type annotations and improve test coverage * Add duplicate space link to README * Update HuggingFace Spaces badge in README * Add Python 3.10 installation requirement to README * Refactor flow running endpoints * Refactor SimplifiedAPIRequest and add documentation for Tweaks * Refactor input_request parameter in simplified_run_flow function * Add support for retrieving specific component output * Add custom Uvicorn worker for Langflow application * Add asyncio loop to LangflowApplication initialization * Update Makefile with new variables and start command * Fix indentation in Makefile * Refactor run_graph function to add support for running a JSON flow * Refactor getChatInputField function and update API code * Update HuggingFace Spaces documentation with duplication process * Add asyncio event loop to uvicorn command * Add installation of backend in start target * udpate some starter projects * Fix formatting in hugging-face-spaces.mdx * Update installation instructions for Langflow * set examples order * Update start command in Makefile * Add installation and usage instructions for Langflow * Update Langflow installation and usage instructions * Fix langflow command in README.md * Fix broken link to HuggingFace Spaces guide * Add new SVG assets for blog post, chat bot, and cloud docs * Refactor example rendering in NewFlowModal * Add new SVG file for short bio section * Remove unused import and add new component * Update title in usage.mdx * Update HuggingFace Spaces heading in usage.mdx * Update usage instructions in getting-started/usage.mdx * Update cache option in usage documentation * Remove 'advanced' flag from 'n_messages' parameter in MemoryComponent.py * Refactor code to improve performance and readability * Update project names and flow examples * fix document qa example * Remove commented out code in sidebars.js * Delete unused documentation files * Fix bug in login functionality * Remove global variables from components * Fix bug in login functionality * fix modal returning to input * Update max-width of chat message sender name * Update styling for chat message component * Refactor OpenAIEmbeddingsComponent signature * Update usage.mdx file * Update path in Makefile * Add new migration and what's new documentation files * Add new chapters and migration guides * Update version to 0.0.13 in pyproject.toml * new locks * Update dependencies in pyproject.toml * general fixes * Update dependencies in pyproject.toml and poetry.lock files * add padding to modal * ✨ (undrawCards/index.tsx): update the SVG used for BasicPrompt component to undraw_short_bio_re_fmx0.svg to match the desired design ♻️ (undrawCards/index.tsx): adjust the width and height of the BasicPrompt SVG to 65% to improve the visual appearance * Commented out components/data in sidebars.js * Refactor component names in outputs.mdx * Update embedded chat script URL * Add data component and fix formatting in outputs component * Update dependencies in poetry.lock and pyproject.toml * Update dependencies in poetry.lock and pyproject.toml * Refactor code to improve performance and readability * Update dependencies in poetry.lock and pyproject.toml * Fixed IO Modal updates * Remove dead code at API Modal * Fixed overflow at CodeTabsComponent tweaks page * ✨ (NewFlowModal/index.tsx): update the name of the example from "Blog Writter" to "Blog Writer" for better consistency and clarity * Update dependencies versions * Update langflow-base to version 0.0.15 and fix setup_env script * Update dependencies in pyproject.toml * Lock dependencies in parallel * Add logging statement to setup_app function * Fix Ace not having type="module" and breaking build * Update authentication settings for access token cookie * Update package versions in package-lock.json * Add scripts directory to Dockerfile * Add setup_env command to build_and_run target * Remove unnecessary make command in setup_env * Remove unnecessary installation step in build_and_run * Add debug configuration for CLI * 🔧 chore(Makefile): refactor build_langflow target to use a separate script for updating dependencies and building ✨ feat(update_dependencies.py): add script to update pyproject.toml dependency version based on langflow-base version in src/backend/base/pyproject.toml * Add number_of_results parameter to AstraDBSearchComponent * Update HuggingFace Spaces links * Remove duplicate imports in hugging-face-spaces.mdx * Add number_of_results parameter to vector search components * Fixed supabase not commited * Revert "Fixed supabase not commited" This reverts commit afb10a6262ef453ec89c9c5fd6811e9f856e7a6b. * Update duplicate-space.png image * Delete unused files and components * Add/update script to update dependencies * Add .bak files to .gitignore * Update version numbers and remove unnecessary dependencies * Update langflow-base dependency path * Add Text import to VertexAiModel.py * Update langflow-base version to 0.0.16 and update dependencies * Delete start projects and commit session in delete_start_projects function * Refactor backend startup script to handle autologin option * Update poetry installation script to include pipx update check * Update pipx installation script for different operating systems * Update Makefile to improve setup process * Add error handling on streaming and fix streaming bug on error * Added description to Blog Writer * Sort base classes alphabetically * Update duplicate-space.png image * update position on langflow prompt chaining * Add Langflow CLI and first steps documentation * Add exception handling for missing 'content' field in search_with_vector_store method * Remove unused import and update type hinting * fix bug on egdes after creating group component * Refactor APIRequest class and update model imports * Remove unused imports and fix formatting issues * Refactor reactflowUtils and styleUtils * Add CLI documentation to getting-started/cli.mdx * Add CLI usage instructions * Add ZoomableImage component to first-steps.mdx * Update CLI and first steps documentation * Remove duplicate import and add new imports for ThemedImage and useBaseUrl * Update Langflow CLI documentation link * Remove first-steps.mdx and update index.mdx and sidebars.js * Update Docusaurus dependencies * Add AstraDB RAG Flow guide * Remove unused imports * Remove unnecessary import statement * Refactor guide for better readability * Add data component documentation * Update component headings and add prompt template * Fix logging level and version display * Add datetime import and buffer for alembic log * Update flow names in NewFlowModal and documentation * Add starter projects to sidebars.js * Fix error handling in DirectoryReader class * Handle exception when loading components in setup.py * Update version numbers in pyproject.toml files * Update build_langflow_base and build_langflow_backup in Makefile * Added docs * Update dependencies and build process * Add Admonition component for API Key documentation * Update API endpoint in async-api.mdx * Remove async-api guidelines * Fix UnicodeDecodeError in DirectoryReader * Update dependency version and fix encoding issues * Add conditional build and publish for base and main projects * Update version to 1.0.0a2 in pyproject.toml * Remove duplicate imports and unnecessary code in custom-component.mdx * Fix poetry lock command in Makefile * Update package versions in pyproject.toml * Remove unused components and update imports * 📦 chore(pre-release-base.yml): add pre-release workflow for base project 📦 chore(pre-release-langflow.yml): add pre-release workflow for langflow project * Add ChatLiteLLMModelComponent to models package * Add frontend installation and build steps * Add Dockerfile for building and pushing base image * Add emoji package and nest-asyncio dependency * 📝 (components.mdx): update margin style of ZoomableImage to improve spacing 📝 (features.mdx): update margin style of ZoomableImage to improve spacing 📝 (login.mdx): update margin style of ZoomableImage to improve spacing * Fix module import error in validate.py * Fix error message in directory_reader.py * Update version import and handle ImportError * Add cryptography and langchain-openai dependencies * Update poetry installation and remove poetry-monorepo-dependency-plugin * Update workflow and Dockerfile for Langflow base pre-release * Update display names and descriptions for AstraDB components * Update installation instructions for Langflow * Update Astra DB links and remove unnecessary imports * Rename AstraDB * Add new components and images * Update HuggingFace Spaces URLs * Update Langflow documentation and add new starter projects * Update flow name to "Basic Prompting (Hello, world!)" in relevant files * Update Basic Prompting flow name to "Ahoy World!" * Remove HuggingFace Spaces documentation * Add new files and update sidebars.js * Remove async-tasks.mdx and update sidebars.js * Update starter project URLs * Enable migration of global variables * Update OpenAIEmbeddings deployment and model * 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (rag-with-astradb.mdx): add margin to image styles to improve spacing and readability * Update welcome message in index.mdx * Add global variable feature to Langflow documentation * Reorganized sidebar categories * Update migration documentation * Refactor SplitTextComponent class to accept inputs of type Record and Text * Adjust embeddings docs * ✨ (cardComponent/index.tsx): add a minimum height to the card component to ensure consistent layout and prevent content from overlapping when the card is empty or has minimal content * Update flow name from "Ahoy World!" to "Hello, world!" * Update documentation for embeddings, models, and vector stores * Update CreateRecordComponent and parameterUtils.ts * Add documentation for Text and Record types * Remove commented lines in sidebars.js * Add run_flow_from_json function to load.py * Update Langflow package to run flow from JSON file * Fix type annotations and import errors * Refactor tests and fix test data --------- Co-authored-by: Rodrigo Nader <rodrigosilvanader@gmail.com> Co-authored-by: anovazzi1 <otavio2204@gmail.com> Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com> Co-authored-by: carlosrcoelho <carlosrodrigo.coelho@gmail.com> Co-authored-by: cristhianzl <cristhian.lousa@gmail.com> Co-authored-by: Matheus <jacquesmats@gmail.com>
2024-04-04 02:46:44 -03:00
staticDirectories: ["static"],
markdown: {
hooks: {
onBrokenMarkdownLinks: "warn",
},
},
i18n: {
defaultLocale: "en",
locales: ["en"],
},
headTags: [
{
tagName: "link",
attributes: {
rel: "stylesheet",
href: "https://fonts.googleapis.com/css2?family=Sora:wght@550;600&display=swap",
},
docs: add ketch management banner (#7503) * feat: Add Ketch consent management and privacy preference link to docusaurus config * feat: Update Docusaurus footer and Ketch privacy management - Modify Ketch script configuration for better performance - Enhance footer styling with dark theme and copyright - Add dynamic load for region-specific privacy link - Update sitemap configuration to ignore preferences page * Styled footer * fix-merge-error * update script to remove link if in default jurisdiction and handle GA… (#7508) * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * Fix ketch script issue (#7509) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Fix Ketch script again (#7513) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch * Update footer css and fix ketch script * add production logic back in --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * remove-region-check * make-footer-not-hide-ad --------- Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com> Co-authored-by: Cole Goldsmith <cole.b.goldsmith@gmail.com>
2025-04-15 13:00:55 -04:00
},
...(isProduction
? [
// Google Consent Mode - Set defaults before Google tags load
docs: add ketch management banner (#7503) * feat: Add Ketch consent management and privacy preference link to docusaurus config * feat: Update Docusaurus footer and Ketch privacy management - Modify Ketch script configuration for better performance - Enhance footer styling with dark theme and copyright - Add dynamic load for region-specific privacy link - Update sitemap configuration to ignore preferences page * Styled footer * fix-merge-error * update script to remove link if in default jurisdiction and handle GA… (#7508) * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * Fix ketch script issue (#7509) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Fix Ketch script again (#7513) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch * Update footer css and fix ketch script * add production logic back in --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * remove-region-check * make-footer-not-hide-ad --------- Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com> Co-authored-by: Cole Goldsmith <cole.b.goldsmith@gmail.com>
2025-04-15 13:00:55 -04:00
{
tagName: "script",
attributes: {},
innerHTML: `
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
// Set default consent to denied
gtag('consent', 'default', {
'ad_storage': 'denied',
'ad_user_data': 'denied',
'ad_personalization': 'denied',
'analytics_storage': 'denied'
});
`,
docs: add ketch management banner (#7503) * feat: Add Ketch consent management and privacy preference link to docusaurus config * feat: Update Docusaurus footer and Ketch privacy management - Modify Ketch script configuration for better performance - Enhance footer styling with dark theme and copyright - Add dynamic load for region-specific privacy link - Update sitemap configuration to ignore preferences page * Styled footer * fix-merge-error * update script to remove link if in default jurisdiction and handle GA… (#7508) * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * Fix ketch script issue (#7509) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Fix Ketch script again (#7513) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch * Update footer css and fix ketch script * add production logic back in --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * remove-region-check * make-footer-not-hide-ad --------- Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com> Co-authored-by: Cole Goldsmith <cole.b.goldsmith@gmail.com>
2025-04-15 13:00:55 -04:00
},
// TrustArc Consent Update Listener
docs: add ketch management banner (#7503) * feat: Add Ketch consent management and privacy preference link to docusaurus config * feat: Update Docusaurus footer and Ketch privacy management - Modify Ketch script configuration for better performance - Enhance footer styling with dark theme and copyright - Add dynamic load for region-specific privacy link - Update sitemap configuration to ignore preferences page * Styled footer * fix-merge-error * update script to remove link if in default jurisdiction and handle GA… (#7508) * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * Fix ketch script issue (#7509) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Fix Ketch script again (#7513) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch * Update footer css and fix ketch script * add production logic back in --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * remove-region-check * make-footer-not-hide-ad --------- Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com> Co-authored-by: Cole Goldsmith <cole.b.goldsmith@gmail.com>
2025-04-15 13:00:55 -04:00
{
tagName: "script",
attributes: {},
docs: add ketch management banner (#7503) * feat: Add Ketch consent management and privacy preference link to docusaurus config * feat: Update Docusaurus footer and Ketch privacy management - Modify Ketch script configuration for better performance - Enhance footer styling with dark theme and copyright - Add dynamic load for region-specific privacy link - Update sitemap configuration to ignore preferences page * Styled footer * fix-merge-error * update script to remove link if in default jurisdiction and handle GA… (#7508) * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * Fix ketch script issue (#7509) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Fix Ketch script again (#7513) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch * Update footer css and fix ketch script * add production logic back in --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * remove-region-check * make-footer-not-hide-ad --------- Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com> Co-authored-by: Cole Goldsmith <cole.b.goldsmith@gmail.com>
2025-04-15 13:00:55 -04:00
innerHTML: `
(function() {
function updateGoogleConsent() {
if (typeof window.truste !== 'undefined' && window.truste.cma) {
var consent = window.truste.cma.callApi('getConsent', window.location.href) || {};
// Map TrustArc categories to Google consent types
// Category 0 = Required, 1 = Functional, 2 = Advertising, 3 = Analytics
var hasAdvertising = consent[2] === 1;
var hasAnalytics = consent[3] === 1;
gtag('consent', 'update', {
'ad_storage': hasAdvertising ? 'granted' : 'denied',
'ad_user_data': hasAdvertising ? 'granted' : 'denied',
'ad_personalization': hasAdvertising ? 'granted' : 'denied',
'analytics_storage': hasAnalytics ? 'granted' : 'denied'
});
}
}
// Listen for consent changes
if (window.addEventListener) {
window.addEventListener('cm_data_subject_consent_changed', updateGoogleConsent);
window.addEventListener('cm_consent_preferences_set', updateGoogleConsent);
}
// Initial check after TrustArc loads
if (document.readyState === 'complete') {
updateGoogleConsent();
} else {
window.addEventListener('load', updateGoogleConsent);
docs: add ketch management banner (#7503) * feat: Add Ketch consent management and privacy preference link to docusaurus config * feat: Update Docusaurus footer and Ketch privacy management - Modify Ketch script configuration for better performance - Enhance footer styling with dark theme and copyright - Add dynamic load for region-specific privacy link - Update sitemap configuration to ignore preferences page * Styled footer * fix-merge-error * update script to remove link if in default jurisdiction and handle GA… (#7508) * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * Fix ketch script issue (#7509) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Fix Ketch script again (#7513) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch * Update footer css and fix ketch script * add production logic back in --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * remove-region-check * make-footer-not-hide-ad --------- Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com> Co-authored-by: Cole Goldsmith <cole.b.goldsmith@gmail.com>
2025-04-15 13:00:55 -04:00
}
})();
`,
docs: add ketch management banner (#7503) * feat: Add Ketch consent management and privacy preference link to docusaurus config * feat: Update Docusaurus footer and Ketch privacy management - Modify Ketch script configuration for better performance - Enhance footer styling with dark theme and copyright - Add dynamic load for region-specific privacy link - Update sitemap configuration to ignore preferences page * Styled footer * fix-merge-error * update script to remove link if in default jurisdiction and handle GA… (#7508) * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * Fix ketch script issue (#7509) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Fix Ketch script again (#7513) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch * Update footer css and fix ketch script * add production logic back in --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * remove-region-check * make-footer-not-hide-ad --------- Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com> Co-authored-by: Cole Goldsmith <cole.b.goldsmith@gmail.com>
2025-04-15 13:00:55 -04:00
},
]
: []),
],
presets: [
[
"@docusaurus/preset-classic",
/** @type {import('@docusaurus/preset-classic').Options} */
2023-06-21 19:13:44 -03:00
({
docs: {
routeBasePath: "/", // Serve the docs at the site's root
sidebarPath: require.resolve("./sidebars.js"), // Use sidebars.js file
sidebarCollapsed: true,
beforeDefaultRemarkPlugins: [
[
remarkCodeHike,
{
theme: "github-dark",
showCopyButton: true,
lineNumbers: true,
},
],
],
2023-06-21 19:13:44 -03:00
},
sitemap: {
// https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-sitemap
// https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap
lastmod: "datetime",
changefreq: null,
priority: null,
ignorePatterns: [],
},
1.0 Alpha (#1599) * Update model kwargs and temperature values * Update keyboard shortcuts for advanced editing * make Message field have no handles * Update OpenAI API Key handling in OpenAIEmbeddingsComponent * Remove unnecessary field_type key from CustomComponent class * Update required field behavior in CustomComponent class * Refactor AzureOpenAIModel.py: Removed unnecessary "required" attribute from input parameters * Update BaiduQianfanChatModel and OpenAIModel configurations * Fix range_spec step type validation * Update RangeSpec step_type default value to "float" * Fix Save debounce * Update parameterUtils to use debounce instead of throttle * Update input type options in schemas and graph base classes * Refactor run_flow_with_caching endpoint to include simplified and experimental versions * Add PythonFunctionComponent and test case for it * Add nest_asyncio to fix event loop issue * Refactor test_initial_setup.py to use RunOutputs instead of ResultData * Remove unused code in test_endpoints.py * Add asyncio loop to uvicorn command * Refactor load_session method to handle coroutine result * Fixed saving * Fixed debouncing * Add InputType and OutputType literals to schema.py * Update input type in Graph class * Add new schema for simplified API request * Add delete_messages function and update test_successful_run assertions * Add STREAM_INFO_TEXT constant to model components * Add session_id to simplified_run_flow_with_caching endpoint * Add field_typing import to OpenAIModel.py * update starter projects * Add constants for Langflow base module * Update setup.py to include latest component versions * Update Starter Examples * sets starter_project fixture to Basic Prompting * Refactor test_endpoints.py: Update test names and add new tests for different output types * Update HuggingFace Spaces link and add image for dark mode * Remove filepath reference * Update Vertex params in base.py * Add tests for different input types * Add type annotations and improve test coverage * Add duplicate space link to README * Update HuggingFace Spaces badge in README * Add Python 3.10 installation requirement to README * Refactor flow running endpoints * Refactor SimplifiedAPIRequest and add documentation for Tweaks * Refactor input_request parameter in simplified_run_flow function * Add support for retrieving specific component output * Add custom Uvicorn worker for Langflow application * Add asyncio loop to LangflowApplication initialization * Update Makefile with new variables and start command * Fix indentation in Makefile * Refactor run_graph function to add support for running a JSON flow * Refactor getChatInputField function and update API code * Update HuggingFace Spaces documentation with duplication process * Add asyncio event loop to uvicorn command * Add installation of backend in start target * udpate some starter projects * Fix formatting in hugging-face-spaces.mdx * Update installation instructions for Langflow * set examples order * Update start command in Makefile * Add installation and usage instructions for Langflow * Update Langflow installation and usage instructions * Fix langflow command in README.md * Fix broken link to HuggingFace Spaces guide * Add new SVG assets for blog post, chat bot, and cloud docs * Refactor example rendering in NewFlowModal * Add new SVG file for short bio section * Remove unused import and add new component * Update title in usage.mdx * Update HuggingFace Spaces heading in usage.mdx * Update usage instructions in getting-started/usage.mdx * Update cache option in usage documentation * Remove 'advanced' flag from 'n_messages' parameter in MemoryComponent.py * Refactor code to improve performance and readability * Update project names and flow examples * fix document qa example * Remove commented out code in sidebars.js * Delete unused documentation files * Fix bug in login functionality * Remove global variables from components * Fix bug in login functionality * fix modal returning to input * Update max-width of chat message sender name * Update styling for chat message component * Refactor OpenAIEmbeddingsComponent signature * Update usage.mdx file * Update path in Makefile * Add new migration and what's new documentation files * Add new chapters and migration guides * Update version to 0.0.13 in pyproject.toml * new locks * Update dependencies in pyproject.toml * general fixes * Update dependencies in pyproject.toml and poetry.lock files * add padding to modal * ✨ (undrawCards/index.tsx): update the SVG used for BasicPrompt component to undraw_short_bio_re_fmx0.svg to match the desired design ♻️ (undrawCards/index.tsx): adjust the width and height of the BasicPrompt SVG to 65% to improve the visual appearance * Commented out components/data in sidebars.js * Refactor component names in outputs.mdx * Update embedded chat script URL * Add data component and fix formatting in outputs component * Update dependencies in poetry.lock and pyproject.toml * Update dependencies in poetry.lock and pyproject.toml * Refactor code to improve performance and readability * Update dependencies in poetry.lock and pyproject.toml * Fixed IO Modal updates * Remove dead code at API Modal * Fixed overflow at CodeTabsComponent tweaks page * ✨ (NewFlowModal/index.tsx): update the name of the example from "Blog Writter" to "Blog Writer" for better consistency and clarity * Update dependencies versions * Update langflow-base to version 0.0.15 and fix setup_env script * Update dependencies in pyproject.toml * Lock dependencies in parallel * Add logging statement to setup_app function * Fix Ace not having type="module" and breaking build * Update authentication settings for access token cookie * Update package versions in package-lock.json * Add scripts directory to Dockerfile * Add setup_env command to build_and_run target * Remove unnecessary make command in setup_env * Remove unnecessary installation step in build_and_run * Add debug configuration for CLI * 🔧 chore(Makefile): refactor build_langflow target to use a separate script for updating dependencies and building ✨ feat(update_dependencies.py): add script to update pyproject.toml dependency version based on langflow-base version in src/backend/base/pyproject.toml * Add number_of_results parameter to AstraDBSearchComponent * Update HuggingFace Spaces links * Remove duplicate imports in hugging-face-spaces.mdx * Add number_of_results parameter to vector search components * Fixed supabase not commited * Revert "Fixed supabase not commited" This reverts commit afb10a6262ef453ec89c9c5fd6811e9f856e7a6b. * Update duplicate-space.png image * Delete unused files and components * Add/update script to update dependencies * Add .bak files to .gitignore * Update version numbers and remove unnecessary dependencies * Update langflow-base dependency path * Add Text import to VertexAiModel.py * Update langflow-base version to 0.0.16 and update dependencies * Delete start projects and commit session in delete_start_projects function * Refactor backend startup script to handle autologin option * Update poetry installation script to include pipx update check * Update pipx installation script for different operating systems * Update Makefile to improve setup process * Add error handling on streaming and fix streaming bug on error * Added description to Blog Writer * Sort base classes alphabetically * Update duplicate-space.png image * update position on langflow prompt chaining * Add Langflow CLI and first steps documentation * Add exception handling for missing 'content' field in search_with_vector_store method * Remove unused import and update type hinting * fix bug on egdes after creating group component * Refactor APIRequest class and update model imports * Remove unused imports and fix formatting issues * Refactor reactflowUtils and styleUtils * Add CLI documentation to getting-started/cli.mdx * Add CLI usage instructions * Add ZoomableImage component to first-steps.mdx * Update CLI and first steps documentation * Remove duplicate import and add new imports for ThemedImage and useBaseUrl * Update Langflow CLI documentation link * Remove first-steps.mdx and update index.mdx and sidebars.js * Update Docusaurus dependencies * Add AstraDB RAG Flow guide * Remove unused imports * Remove unnecessary import statement * Refactor guide for better readability * Add data component documentation * Update component headings and add prompt template * Fix logging level and version display * Add datetime import and buffer for alembic log * Update flow names in NewFlowModal and documentation * Add starter projects to sidebars.js * Fix error handling in DirectoryReader class * Handle exception when loading components in setup.py * Update version numbers in pyproject.toml files * Update build_langflow_base and build_langflow_backup in Makefile * Added docs * Update dependencies and build process * Add Admonition component for API Key documentation * Update API endpoint in async-api.mdx * Remove async-api guidelines * Fix UnicodeDecodeError in DirectoryReader * Update dependency version and fix encoding issues * Add conditional build and publish for base and main projects * Update version to 1.0.0a2 in pyproject.toml * Remove duplicate imports and unnecessary code in custom-component.mdx * Fix poetry lock command in Makefile * Update package versions in pyproject.toml * Remove unused components and update imports * 📦 chore(pre-release-base.yml): add pre-release workflow for base project 📦 chore(pre-release-langflow.yml): add pre-release workflow for langflow project * Add ChatLiteLLMModelComponent to models package * Add frontend installation and build steps * Add Dockerfile for building and pushing base image * Add emoji package and nest-asyncio dependency * 📝 (components.mdx): update margin style of ZoomableImage to improve spacing 📝 (features.mdx): update margin style of ZoomableImage to improve spacing 📝 (login.mdx): update margin style of ZoomableImage to improve spacing * Fix module import error in validate.py * Fix error message in directory_reader.py * Update version import and handle ImportError * Add cryptography and langchain-openai dependencies * Update poetry installation and remove poetry-monorepo-dependency-plugin * Update workflow and Dockerfile for Langflow base pre-release * Update display names and descriptions for AstraDB components * Update installation instructions for Langflow * Update Astra DB links and remove unnecessary imports * Rename AstraDB * Add new components and images * Update HuggingFace Spaces URLs * Update Langflow documentation and add new starter projects * Update flow name to "Basic Prompting (Hello, world!)" in relevant files * Update Basic Prompting flow name to "Ahoy World!" * Remove HuggingFace Spaces documentation * Add new files and update sidebars.js * Remove async-tasks.mdx and update sidebars.js * Update starter project URLs * Enable migration of global variables * Update OpenAIEmbeddings deployment and model * 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (inputs.mdx): add margin to image style to improve spacing and center alignment 📝 (rag-with-astradb.mdx): add margin to image styles to improve spacing and readability * Update welcome message in index.mdx * Add global variable feature to Langflow documentation * Reorganized sidebar categories * Update migration documentation * Refactor SplitTextComponent class to accept inputs of type Record and Text * Adjust embeddings docs * ✨ (cardComponent/index.tsx): add a minimum height to the card component to ensure consistent layout and prevent content from overlapping when the card is empty or has minimal content * Update flow name from "Ahoy World!" to "Hello, world!" * Update documentation for embeddings, models, and vector stores * Update CreateRecordComponent and parameterUtils.ts * Add documentation for Text and Record types * Remove commented lines in sidebars.js * Add run_flow_from_json function to load.py * Update Langflow package to run flow from JSON file * Fix type annotations and import errors * Refactor tests and fix test data --------- Co-authored-by: Rodrigo Nader <rodrigosilvanader@gmail.com> Co-authored-by: anovazzi1 <otavio2204@gmail.com> Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com> Co-authored-by: carlosrcoelho <carlosrodrigo.coelho@gmail.com> Co-authored-by: cristhianzl <cristhian.lousa@gmail.com> Co-authored-by: Matheus <jacquesmats@gmail.com>
2024-04-04 02:46:44 -03:00
gtag: {
trackingID: "G-SLQFLQ3KPT",
2024-08-29 19:35:02 -03:00
},
blog: false,
theme: {
customCss: [
require.resolve("@code-hike/mdx/styles.css"),
require.resolve("./css/custom.css"),
],
2023-06-21 19:13:44 -03:00
},
}),
],
[
"redocusaurus",
{
openapi: {
path: "openapi",
routeBasePath: "/api",
},
specs: [
{
id: "api",
spec: "openapi/openapi.json",
route: "/api",
},
Docs: 1.8 release (#11295) * langflow-webhook-auth-enable * add-not-contains-filter-operator * does-not-contains-operator * less-redundant-explanation * docs: add jq and path selection to data operations (#10083) add-jq-and-path-to-data-operations * smart transform historical names * change back to smart transform * jq expression capitalization/package name * small edit for clarity of not contains operator * read/write file component name changes * docs: add smart router component (#10097) * init * add-to-release-notes * remove-dynamic-output-as-parameter * Apply suggestion from @aimurphy Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * Apply suggestion from @aimurphy Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * Apply suggestion from @aimurphy Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * Apply suggestion from @aimurphy Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: screenshot audit (#10166) * remove-unused * agent-examples * main-ui-screenshots * components-screenshots * combine-web-search-components * simple-agent-flow-in-playground * round-screenshots * my-projects * combine-data-components * docs: component paths updates for lfx (#10130) * contributing-bundles-path * api-monitor-example * concepts-components-page * contribute-components-path * Apply suggestion from @aimurphy Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: auto-add projects as MCP servers (#10096) * add-mcp-auto-auth-as-default-behavior * Apply suggestion from @aimurphy Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * Apply suggestion from @aimurphy Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> Co-authored-by: Edwin Jose <edwin.jose@datastax.com> * docs: amazon bedrock converse (#10289) * use-bedrock-converse * Apply suggestion from @aimurphy Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * Update docs/docs/Components/bundles-amazon.mdx --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs 1.7 release: add mock data component (#10288) * add-component-and-release-note * Apply suggestion from @aimurphy Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: update custom component docs (#10323) * add-partial * update-lfx-component-paths * move-partial * completed-quickstart * clean up intro * try-docker-with-custom-mount * up-to-typed-annotations * typed-annotations * dynamic-fields * end-of-file * bundles-naming * chore: update component index --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * docs: add cometapi back for 1.7 release (#10445) * add-comet-bundle-back-for-1.7 * add-comet-to-release-notes * docs: add back docling remote vlm for release 1.7 (#10489) * add-back-docling-vlm-content * add-release-note * docs: ALTK component (#10511) * broken-anchor * sidebar-and-page * add-release-note * add-context-on-output * docs: SSRF warning (#10573) * add-ssrf-protection-env-var * api-request-component * Update docs/docs/Components/components-data.mdx * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * move-note-to-table * release-note --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: dynamic create data component (#10517) * add-dynamic-create-data-component-and-release-note * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * clarify-message-types --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: cuga component bundle (#10589) * initlal-content * cuga-specific-component-connections * cleanup * use-the-same-name * add-lite-mode-remove-api-flag-and-mode * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * public-or-private-internet * agent-doesnt-check-urls * peer-review --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: remove docling vlm component from 1.7 release branch (#10630) remove-vlm-component * docs: rename component categories and make all components single pages (#10648) * docs: OpenAPI spec version upgraded from 1.6.5 to 1.6.8 (#10627) Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * up to models and agents * sidebars * fix-broken-links * chore: Fix indentation on bundles-docling.mdx (#10640) * sidebars * redo-intros * link-to-models * data-components * files-components-no-kb * io-components * helper-utility-components * llm-ops-components * logic-components * processing-pages * sidebars * combine-legacy-components-into-one-page * update-links * remove-overview-pages-and-redirect * make-mcp-tools-page * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * no-cap --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: combined web search component (#10664) * combine-pages * remove-rss-and-news-search-and-update-links * remove-vlm-link * leave-old-release-note-but-remove-link * docs: add altk reflection component (#10660) * add-new-component * differentiate-components * docs: mcp streamable http client (#10621) * release note * mcp-client-changes * update-astra-example * icons-and-copy * order-of-names * docs: add cuga decomposition strategy as advanced parameter (#10672) * update-component-link * init * add-decomp-as-advanced-param * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * [autofix.ci] apply automated fixes (attempt 3/3) * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * update-component-index * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * [autofix.ci] apply automated fixes (attempt 3/3) --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: datastax bundles page (#10686) * init * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: llm router changed to llm selector (#10663) * update-component-name * previous-name-and-release-note * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * [autofix.ci] apply automated fixes (attempt 3/3) * docs: log alembic to stdout (#10711) * docs-alembic-log-env-var * cleanup * remove-legacy-component-link * docs: configure s3 for file storage backend (#10678) * configure-file-storage-s3 * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * clarify-s3-credentials * add-storage-tags-and-cleanup-creds-seciton * role-link-name * fix-parse-error --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: allow rest tweaks to mcp tools component (#10833) * typo * tweak-mcp-tools-component * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * add-release-note * docs: use mustache templates in prompts (#11262) * mustache-templating * syntax * release-note * peer-review * docs: smart transform supports Message type (#11306) * component-supports-message-type * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * peer-review --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: modular dependency imports for langflow-base (#11250) * modular-base-dependencies * syntax-and-clarification * release-note * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * [autofix.ci] apply automated fixes * clarify-base-and-langflow * component-index * delete-component-index * [autofix.ci] apply automated fixes * set-agentic-experience * potential-breaking-changes * not-audio-package * cleanup-and-syntax * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> * docs: symmetric and asymmetric JWT (#11159) * initial-content * cleanup * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * [autofix.ci] apply automated fixes * docs-peer-review * [autofix.ci] apply automated fixes --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> * docs: add markdown output to url component (#11336) * add-markdown-output-format * raw-content * Apply suggestions from code review * docs: Add global variable support for MCP server headers (#11397) * add-global-var-in-mcp-headers * revert-curl-syntax-change * remove-duplicate-tab * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * remove-code-block * add-release-note --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * Update docs/docs/Develop/install-custom-dependencies.mdx * Update docs/docs/Develop/jwt-authentication.mdx * docs: global model provider feature (#11231) * initial-changes-to-model-providers * add-icon-for-model-partial * syntax * adding-custom-language-model * release-note * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * peer-review * use-anthropic-model-with-agent * [autofix.ci] apply automated fixes * design-changes --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> * mustache-limitations * release-note-for-jwt * docs: playground refactor and screenshots (#11639) * screenshots * new-playground-and-icon * release-note * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: component inspection panel (#11675) * docs-component-inspection-panel * cleanup * docs: add tool shortlisting and remove web_apps from CUGA component (#11669) docs-add-shortlist-tools-and-remove-webapps-parameters * fix-details-tab-error * docs: workflow API draft build (#11323) * delete-unused-yaml-file * initial-content * add-python-and-ts-to-example-requests * separate-pages * test-spec-presentation * hide-async-and-make-workflows-plural * fix-broken-link * add-changes-to-async * use-workflow-spec-from-sdk-build * make-setup-partial * add-fetch-script-for-openapi-spec * update-workflows-spec * remove-stream-for-now * remove-reconnect-to-stream * consolidate-pages * remove-force-boolean * [autofix.ci] apply automated fixes * docs: add guardrails component (#11674) * docs-add-guardrails-component * cleanup * example-and-heuristic-check * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * [autofix.ci] apply automated fixes * add-note-about-llm * add-release-note --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> * docs: pass env var to run command and endpoint as header (#11447) * pass-env-var-to-lfx * add-env-var-passing-to-run-endpoint * add-python-and-js-commands * docs: responses api token usage tracking (#11564) * initlal-content * add-release-note * changes-for-accessing-advanced-parameters * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * small-playground-changes * [autofix.ci] apply automated fixes * Revert "docs: OpenAPI spec content updated without version change (#11787)" This reverts commit a0d5618ac93b13ee88023713ade6e15a5eaa7980. * [autofix.ci] apply automated fixes * docs: add LiteLLM proxy bundle (#11867) * docs-add-litellm-proxy-component * Update docs/docs/Components/bundles-lite-llm.mdx * docs: 1.8 changes from QA (#11998) * remove-rightside-playground * tutorials * image-size-update * component-release-notes * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: pass API keys to args and not env (#11997) * remove-rightside-playground * tutorials * image-size-update * docs-troubleshoot-mcp-proxy-header-keys * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: knowledge bases (#11924) * docs-add-back-kb-content * update-with-release-candidate-branch * fix-linking-error * remove-advanced-flag * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * add-release-note --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: traces v0 (#12014) * env-var-release-note-and-sidebars * traces-and-database * traces-ui-and-api-retrieval * cleanup * space * move-section * move-what-traces-capture-section * docs: remove kb ingestion and rename kb retrieval (#12065) remove-knowledge-ingestion-and-rename-knowledge-retrieval * docs: add link to secret key rotation script (#12072) * add-link-to-secret-key-rotation * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: openlayer follow-on (#12073) * add-openlayer-to-sidebars-and-release-notes * Update docs/docs/Support/release-notes.mdx --------- Co-authored-by: April M <36110273+aimurphy@users.noreply.github.com> Co-authored-by: Edwin Jose <edwin.jose@datastax.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-03-06 09:41:10 -05:00
{
id: "workflow",
spec: "openapi/langflow-workflows-openapi.json",
route: "/api/workflow",
},
],
theme: {
primaryColor: "#7528FC",
},
},
],
],
plugins: [
// Alias so MDX can import code from the Langflow repo with !!raw-loader!@langflow/src/...
function langflowCodeImportPlugin(context) {
return {
name: "langflow-code-import",
configureWebpack() {
return {
resolve: {
alias: {
"@langflow": path.resolve(context.siteDir, ".."),
},
},
};
},
};
},
["docusaurus-node-polyfills", { excludeAliases: ["console"] }],
"docusaurus-plugin-image-zoom",
2025-07-10 21:39:19 -07:00
["./src/plugins/segment", { segmentPublicWriteKey: process.env.SEGMENT_PUBLIC_WRITE_KEY, allowedInDev: true }],
[
"@docusaurus/plugin-client-redirects",
{
redirects: [
{
to: "/",
from: [
"/whats-new-a-new-chapter-langflow",
"/👋 Welcome-to-Langflow",
"/getting-started-welcome-to-langflow",
docs: add ketch management banner (#7503) * feat: Add Ketch consent management and privacy preference link to docusaurus config * feat: Update Docusaurus footer and Ketch privacy management - Modify Ketch script configuration for better performance - Enhance footer styling with dark theme and copyright - Add dynamic load for region-specific privacy link - Update sitemap configuration to ignore preferences page * Styled footer * fix-merge-error * update script to remove link if in default jurisdiction and handle GA… (#7508) * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * Fix ketch script issue (#7509) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Fix Ketch script again (#7513) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch * Update footer css and fix ketch script * add production logic back in --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * remove-region-check * make-footer-not-hide-ad --------- Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com> Co-authored-by: Cole Goldsmith <cole.b.goldsmith@gmail.com>
2025-04-15 13:00:55 -04:00
"/guides-new-to-llms",
"/about-langflow",
],
},
{
to: "/get-started-installation",
from: [
"/getting-started-installation",
"/getting-started-common-installation-issues",
],
},
{
to: "/get-started-quickstart",
from: "/getting-started-quickstart",
},
{
to: "/concepts-overview",
from: [
docs: concepts folder (#5576) * initial-content * docs: update Concepts overview for clarity and accuracy * docs: enhance clarity in Concepts documentation and fix minor inaccuracies * docs: add detailed explanation of flow execution in Playground * docs: enhance Concepts documentation with detailed component definitions and usage examples * docs: remove Logs pane documentation and integrate relevant content into Playground * docs: remove Logs section from sidebar navigation * docs: add Logs pane overview and update Playground documentation * docs: enhance Concepts documentation with detailed API usage examples for cURL and Python * docs: remove unused ReactPlayer import and clean up API pane documentation * docs: update Chat Widget embedding instructions for HTML, React, and Angular * docs: update titles and descriptions for custom components and overview * docs: standardize section titles for Python code and Chat widget in concepts API * docs: clarify instructions for using Freeze Path and component options * docs: update keyboard shortcut for Freeze Path in concepts-components documentation * updated-image * fix(docs): clarify session ID usage in Playground documentation * fix-astra-component-position * reorder-sidebar * remove-tweak-guidance * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * fix capital case on collections Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * fix capital t in tables Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * fix: update component controls and add keyboard shortcuts for Windows * fix: clarify component versioning and update notification details in documentation * fix: update documentation for tool parameters and data types in components-tools.md * fix: improve documentation clarity and formatting in concepts API, components, overview, and playground * docs: add Working with Flows page (#5722) * Add flows page * style-guide-and-sidebar --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * fix-broken-link * Update concepts-components.md revert change to match the image --------- Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> Co-authored-by: anovazzi1 <otavio2204@gmail.com> Co-authored-by: Tejas Kumar <tejas+lol@tejas.qa>
2025-01-16 09:39:14 -05:00
"/workspace-overview",
"/365085a8-a90a-43f9-a779-f8769ec7eca1",
"/My-Collection",
"/workspace",
"/settings-project-general-settings",
],
},
{
docs: concepts folder (#5576) * initial-content * docs: update Concepts overview for clarity and accuracy * docs: enhance clarity in Concepts documentation and fix minor inaccuracies * docs: add detailed explanation of flow execution in Playground * docs: enhance Concepts documentation with detailed component definitions and usage examples * docs: remove Logs pane documentation and integrate relevant content into Playground * docs: remove Logs section from sidebar navigation * docs: add Logs pane overview and update Playground documentation * docs: enhance Concepts documentation with detailed API usage examples for cURL and Python * docs: remove unused ReactPlayer import and clean up API pane documentation * docs: update Chat Widget embedding instructions for HTML, React, and Angular * docs: update titles and descriptions for custom components and overview * docs: standardize section titles for Python code and Chat widget in concepts API * docs: clarify instructions for using Freeze Path and component options * docs: update keyboard shortcut for Freeze Path in concepts-components documentation * updated-image * fix(docs): clarify session ID usage in Playground documentation * fix-astra-component-position * reorder-sidebar * remove-tweak-guidance * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * fix capital case on collections Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * fix capital t in tables Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * fix: update component controls and add keyboard shortcuts for Windows * fix: clarify component versioning and update notification details in documentation * fix: update documentation for tool parameters and data types in components-tools.md * fix: improve documentation clarity and formatting in concepts API, components, overview, and playground * docs: add Working with Flows page (#5722) * Add flows page * style-guide-and-sidebar --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * fix-broken-link * Update concepts-components.md revert change to match the image --------- Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> Co-authored-by: anovazzi1 <otavio2204@gmail.com> Co-authored-by: Tejas Kumar <tejas+lol@tejas.qa>
2025-01-16 09:39:14 -05:00
to: "/concepts-components",
docs: 1.7 release branch (#10081) * langflow-webhook-auth-enable * add-not-contains-filter-operator * does-not-contains-operator * less-redundant-explanation * docs: add jq and path selection to data operations (#10083) add-jq-and-path-to-data-operations * smart transform historical names * change back to smart transform * jq expression capitalization/package name * small edit for clarity of not contains operator * read/write file component name changes * docs: add smart router component (#10097) * init * add-to-release-notes * remove-dynamic-output-as-parameter * Apply suggestion from @aimurphy Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * Apply suggestion from @aimurphy Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * Apply suggestion from @aimurphy Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * Apply suggestion from @aimurphy Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: screenshot audit (#10166) * remove-unused * agent-examples * main-ui-screenshots * components-screenshots * combine-web-search-components * simple-agent-flow-in-playground * round-screenshots * my-projects * combine-data-components * docs: component paths updates for lfx (#10130) * contributing-bundles-path * api-monitor-example * concepts-components-page * contribute-components-path * Apply suggestion from @aimurphy Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: auto-add projects as MCP servers (#10096) * add-mcp-auto-auth-as-default-behavior * Apply suggestion from @aimurphy Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * Apply suggestion from @aimurphy Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> Co-authored-by: Edwin Jose <edwin.jose@datastax.com> * docs: amazon bedrock converse (#10289) * use-bedrock-converse * Apply suggestion from @aimurphy Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * Update docs/docs/Components/bundles-amazon.mdx --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs 1.7 release: add mock data component (#10288) * add-component-and-release-note * Apply suggestion from @aimurphy Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: update custom component docs (#10323) * add-partial * update-lfx-component-paths * move-partial * completed-quickstart * clean up intro * try-docker-with-custom-mount * up-to-typed-annotations * typed-annotations * dynamic-fields * end-of-file * bundles-naming * chore: update component index --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * docs: add cometapi back for 1.7 release (#10445) * add-comet-bundle-back-for-1.7 * add-comet-to-release-notes * docs: add back docling remote vlm for release 1.7 (#10489) * add-back-docling-vlm-content * add-release-note * docs: ALTK component (#10511) * broken-anchor * sidebar-and-page * add-release-note * add-context-on-output * docs: SSRF warning (#10573) * add-ssrf-protection-env-var * api-request-component * Update docs/docs/Components/components-data.mdx * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * move-note-to-table * release-note --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: dynamic create data component (#10517) * add-dynamic-create-data-component-and-release-note * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * clarify-message-types --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: cuga component bundle (#10589) * initlal-content * cuga-specific-component-connections * cleanup * use-the-same-name * add-lite-mode-remove-api-flag-and-mode * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * public-or-private-internet * agent-doesnt-check-urls * peer-review --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: remove docling vlm component from 1.7 release branch (#10630) remove-vlm-component * docs: rename component categories and make all components single pages (#10648) * docs: OpenAPI spec version upgraded from 1.6.5 to 1.6.8 (#10627) Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * up to models and agents * sidebars * fix-broken-links * chore: Fix indentation on bundles-docling.mdx (#10640) * sidebars * redo-intros * link-to-models * data-components * files-components-no-kb * io-components * helper-utility-components * llm-ops-components * logic-components * processing-pages * sidebars * combine-legacy-components-into-one-page * update-links * remove-overview-pages-and-redirect * make-mcp-tools-page * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * no-cap --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: combined web search component (#10664) * combine-pages * remove-rss-and-news-search-and-update-links * remove-vlm-link * leave-old-release-note-but-remove-link * docs: add altk reflection component (#10660) * add-new-component * differentiate-components * docs: mcp streamable http client (#10621) * release note * mcp-client-changes * update-astra-example * icons-and-copy * order-of-names * docs: add cuga decomposition strategy as advanced parameter (#10672) * update-component-link * init * add-decomp-as-advanced-param * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * [autofix.ci] apply automated fixes (attempt 3/3) * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * update-component-index * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * [autofix.ci] apply automated fixes (attempt 3/3) --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: datastax bundles page (#10686) * init * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: llm router changed to llm selector (#10663) * update-component-name * previous-name-and-release-note * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * [autofix.ci] apply automated fixes (attempt 3/3) * docs: log alembic to stdout (#10711) * docs-alembic-log-env-var * cleanup * remove-legacy-component-link * docs: configure s3 for file storage backend (#10678) * configure-file-storage-s3 * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * clarify-s3-credentials * add-storage-tags-and-cleanup-creds-seciton * role-link-name * fix-parse-error --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: clarify docling components (#10722) * clarify-what-docling-components-do * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * component-name --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: legacy processing components for 1.7 (#10661) * make-components-legacy * remove-broken-link * remove-outdated-components * release-notes * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * add-back-dynamic-create-data * fix-broken-link-in-smart-router * remove-release-note * Apply suggestions from code review * legacy --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: remove dataframe to toolset component (#10854) remove-df-to-toolset-component * docs: clarify superuser flow run behavior (#10865) superuser-clarification * docs: add composio components (#10868) more-composio-components * docs: additional dependencies for running Docling in Linux-based Docker environments (#10861) * initial-partial-and-troubleshooting * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: change component h3 headings to h2 (#10886) bump-headings * docs: include webhook request example with auth (#10885) * include-webhook-request-examples * fix-build-error * docs: configurable api key validation (#10882) * initial-content * clarify-differences * typo * docs: langflow server supports streamable http (#10891) * initial-updates * check-params * server-params * peer-review * update-release-note * remove-delete-endpoint-for-legacy * Revert "docs: langflow server supports streamable http (#10891)" This reverts commit e1dbefc21dc76456b06d5d70da61dd074a803df8. * docs: new registration endpoints, email form, and telemetry events (#10816) * add-email-telemetry * add-registration-v2-endpoints-and-telemetry * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * changes-from-peer-review * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: more info on smart router component (#10916) * continue-example * remove-duplicate-info * match-by-route-name * docs: sidebars release notes (#10949) * move-to-support-section * support * docs: update comet api component parameters (#10950) update-parameters * docs: mcp server streamable http (#10955) * content * transport * add-back-webhook-env-var * Update docs/docs/Components/bundles-cuga.mdx * docs: use bootstrap instead of deprecated launchctl load (#10951) use-bootstrap-and-semicolons * docs: lfx serve and lfx run (#10498) * add-content * add-entry-to-release-notes * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * partial-for-dependencies * clarify-api-key-and-uvx * lfx-included * add-lfx-schema-and-cleanup-table * install-nightly-curl-flow-json-clarify-dependencies-create-local-api-key * not-automatic * code-review * work-in-progress --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: authorization changes (#10992) * files-superuser * get-config-endpoint-requires-api-key * config-endpoint * remove-parentheticals * docs: custom components input types (#11027) * io-links-and-update-paths * remove-unncessary-sentence * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: cuga bundle updates (#10998) * change-policies-to-instructions * new-screenshot * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * files-when-knowldge-is-not-enabled * docs: revert lfx (#11065) revert-lfx * docs: cuga model limits (#11064) * add-warning * remove-params * add-watsonx-model * bump-api-version --------- Co-authored-by: April M <36110273+aimurphy@users.noreply.github.com> Co-authored-by: Edwin Jose <edwin.jose@datastax.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-12-18 15:36:17 -05:00
from: [
"/components",
"/components-overview",
"/components-processing",
"/components-data",
"/components-files",
"/components-logic",
"/components-tools",
"/components-io",
"/components-helpers",
"/components-memories",
],
},
{
to: "/configuration-global-variables",
from: "/settings-global-variables",
},
{
docs: concepts folder (#5576) * initial-content * docs: update Concepts overview for clarity and accuracy * docs: enhance clarity in Concepts documentation and fix minor inaccuracies * docs: add detailed explanation of flow execution in Playground * docs: enhance Concepts documentation with detailed component definitions and usage examples * docs: remove Logs pane documentation and integrate relevant content into Playground * docs: remove Logs section from sidebar navigation * docs: add Logs pane overview and update Playground documentation * docs: enhance Concepts documentation with detailed API usage examples for cURL and Python * docs: remove unused ReactPlayer import and clean up API pane documentation * docs: update Chat Widget embedding instructions for HTML, React, and Angular * docs: update titles and descriptions for custom components and overview * docs: standardize section titles for Python code and Chat widget in concepts API * docs: clarify instructions for using Freeze Path and component options * docs: update keyboard shortcut for Freeze Path in concepts-components documentation * updated-image * fix(docs): clarify session ID usage in Playground documentation * fix-astra-component-position * reorder-sidebar * remove-tweak-guidance * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * fix capital case on collections Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * fix capital t in tables Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * fix: update component controls and add keyboard shortcuts for Windows * fix: clarify component versioning and update notification details in documentation * fix: update documentation for tool parameters and data types in components-tools.md * fix: improve documentation clarity and formatting in concepts API, components, overview, and playground * docs: add Working with Flows page (#5722) * Add flows page * style-guide-and-sidebar --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * fix-broken-link * Update concepts-components.md revert change to match the image --------- Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> Co-authored-by: anovazzi1 <otavio2204@gmail.com> Co-authored-by: Tejas Kumar <tejas+lol@tejas.qa>
2025-01-16 09:39:14 -05:00
to: "/concepts-playground",
from: [
"/workspace-playground",
"/workspace-logs",
"/guides-chat-memory",
],
},
{
to: "/data-types",
docs: add ketch management banner (#7503) * feat: Add Ketch consent management and privacy preference link to docusaurus config * feat: Update Docusaurus footer and Ketch privacy management - Modify Ketch script configuration for better performance - Enhance footer styling with dark theme and copyright - Add dynamic load for region-specific privacy link - Update sitemap configuration to ignore preferences page * Styled footer * fix-merge-error * update script to remove link if in default jurisdiction and handle GA… (#7508) * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * Fix ketch script issue (#7509) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Fix Ketch script again (#7513) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch * Update footer css and fix ketch script * add production logic back in --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * remove-region-check * make-footer-not-hide-ad --------- Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com> Co-authored-by: Cole Goldsmith <cole.b.goldsmith@gmail.com>
2025-04-15 13:00:55 -04:00
from: ["/guides-data-message", "/configuration-objects"],
},
{
to: "/concepts-flows",
from: [
"/travel-planning-agent",
"/starter-projects-travel-planning-agent",
"/tutorials-travel-planning-agent",
"/starter-projects-dynamic-agent/",
"/simple-agent",
"/math-agent",
"/starter-projects-simple-agent",
"/starter-projects-math-agent",
docs: add ketch management banner (#7503) * feat: Add Ketch consent management and privacy preference link to docusaurus config * feat: Update Docusaurus footer and Ketch privacy management - Modify Ketch script configuration for better performance - Enhance footer styling with dark theme and copyright - Add dynamic load for region-specific privacy link - Update sitemap configuration to ignore preferences page * Styled footer * fix-merge-error * update script to remove link if in default jurisdiction and handle GA… (#7508) * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * Fix ketch script issue (#7509) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Fix Ketch script again (#7513) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch * Update footer css and fix ketch script * add production logic back in --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * remove-region-check * make-footer-not-hide-ad --------- Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com> Co-authored-by: Cole Goldsmith <cole.b.goldsmith@gmail.com>
2025-04-15 13:00:55 -04:00
"/tutorials-math-agent",
"/sequential-agent",
"/starter-projects-sequential-agent",
docs: add ketch management banner (#7503) * feat: Add Ketch consent management and privacy preference link to docusaurus config * feat: Update Docusaurus footer and Ketch privacy management - Modify Ketch script configuration for better performance - Enhance footer styling with dark theme and copyright - Add dynamic load for region-specific privacy link - Update sitemap configuration to ignore preferences page * Styled footer * fix-merge-error * update script to remove link if in default jurisdiction and handle GA… (#7508) * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * Fix ketch script issue (#7509) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Fix Ketch script again (#7513) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch * Update footer css and fix ketch script * add production logic back in --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * remove-region-check * make-footer-not-hide-ad --------- Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com> Co-authored-by: Cole Goldsmith <cole.b.goldsmith@gmail.com>
2025-04-15 13:00:55 -04:00
"/tutorials-sequential-agent",
"/memory-chatbot",
"/starter-projects-memory-chatbot",
"/tutorials-memory-chatbot",
"/financial-report-parser",
"/document-qa",
"/starter-projects-document-qa",
"/tutorials-document-qa",
"/blog-writer",
"/starter-projects-blog-writer",
"/tutorials-blog-writer",
"/basic-prompting",
"/starter-projects-basic-prompting",
"/vector-store-rag",
"/starter-projects-vector-store-rag",
],
},
Docs: components updates (#5315) * docs: enhance agent components documentation for clarity and detail * docs: expand tools documentation to clarify agent-tool interactions and usage * docs: clarify installation instructions in README * tools * custom-components * docs: update Tool Mode documentation to include additional input types and usage examples * docs: enhance components-data documentation with usage examples and processing details * docs: refine components-data and components-embedding-models documentation for clarity and detail * docs: update components-memories documentation for inputs and outputs; add new components-processing documentation * stepping-away * helpers * components-io * loaders * docs: update components and guides for clarity and consistency; refine memory component descriptions * models * docs: restructure components-prompts documentation for clarity and consistency * prompts * docs: update components-prompts documentation for clarity and improved examples * docs: add redirect from components-rag to components-vector-stores and remove components-rag documentation * sidebar-remove-vectara-rag * move-components-tab-after-workspace * vector-store * link * processing * docs: update components overview for clarity and additional features * headings * memory-object * code-review * code-review * linter * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * code review --------- Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
2024-12-20 16:39:29 -05:00
{
docs: 1.6 feature branch (#9521) * docs: update file size limit to 1024 mb (#9397) * update-file-size-limit-to-1024-mb * docs: clarify available API endpoints and their use cases (#9382) * available-endpoints * asterisk * structure-into-tabs-and-confirm-login-endpoint * reorg and clarify some usage --------- Co-authored-by: April M <april.murphy@datastax.com> --------- Co-authored-by: April M <april.murphy@datastax.com> * add-lfx-kb-agent-struct-out * update-release-notes * docs: docling integration into file component (#9481) * init * ui-package-manager * more-content * components-page * dependency-included-for-1.6 * remove-package-management-feature * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * clarify-file-extension-behavior * config-dir-not-in-1.6 * clarify-outputs * add-links-andupdate-parameters * more-params * clarify-supported-filetypes * installation-in-bundle * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * Apply suggestions from code review --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: Traceloop SDK integration documentation (#9514) * Added documentation file for langflow-traceloop-instana integration * updated sidebar.js * Updated documentation with metrics integration instructions * Update docs/docs/Integrations/integrations-instana-traceloop.mdx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update docs/docs/Integrations/integrations-instana-traceloop.mdx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * update doc * Format correction * Formatting correction * Updated Slug title * style-edit * Split configure environment variables into steps * Formatted as per Google developer style guide * Update docs/docs/Integrations/integrations-instana-traceloop.mdx Co-authored-by: Edwin Jose <edwinjose900@gmail.com> * More context added on OTLP security * Added screenshots of Instana dashboards * Updated as per the review comments * Update docs/docs/Integrations/integrations-instana-traceloop.mdx Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Update docs/docs/Integrations/integrations-instana-traceloop.mdx Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Update docs/docs/Integrations/integrations-instana-traceloop.mdx Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Update docs/docs/Integrations/integrations-instana-traceloop.mdx Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * updated refer documentation links --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Co-authored-by: Edwin Jose <edwinjose900@gmail.com> * docling-and-traceloop-links-for-release-notes-remove-duplicates * traceloop-touchup * add-component-release-notes * docs: 1.6 knowledge base feature (#9381) * sidebars-and-content * add-kb-components * completed-basic-outline * updates-and-new-names * kb-tutorial-content * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * move-component-docs-to-main-page * code-review * reorganize-content * add-link-to-agents * fix links, create components-kb * move and revise kb content * missing import --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> Co-authored-by: April M <april.murphy@datastax.com> * docs: Component documentation updates for 1.6.0 (#9627) * bundles icon * component menu and bundle icons * mcp icon extension * more bundle icon * workspace gestures and locking * mcp server stuff * fix typo and move serper component * g-assist edit * simplify hidden param text and update cohere * amazon components * nvidia system assist * use partial for hidden param text * fix import, add partial for agent summary * style changes to prep for separating vector page * rework llm and embedding model pages * handle legacy components * remove memories page * tools page * applied partials to vector stores before moving * move redis and ds, fix links * astra db component updates * c vector stores * traceloop copyedits * advanced parsing * elastic page and ocr engine edit * q-w vector stores * rest of vector stores * fix build errors * Revert "mcp icon extension" This reverts commit 4d1582793a9e0f0b3043f03b3d6892218177aabf. * unused imports and build errors * build errors * better icon reference * tip edits * fixing after preview * more touchup * small style edits for ts client page * replicate pr 9676 * fix style * KB comments * Update docs/docs/Components/bundles-mongodb.mdx Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * add deprecated component to release notes * knowledge and message history * wording * legacy components * capitalization * docs: OpenAI responses endpoint (#9539) * init * more-content-and-examples * cleanup * add-response-tabs-and-streaming-example * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * requires-agent-component-to-emit-message * [autofix.ci] apply automated fixes * test-and-explain-more * global-var-and-fallback * bash-not-curl-codeblock * tighten-up-intro-para * add-entry-to-concepts-publish-page * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * fix-merge-mistake * flow-id-or-endpoint-name * reformat * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * standardize-table-codefont --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> * fix build * code rabbit comments * docs: remove knowledge base content from 1.6 (#9784) * remove-kb-content * broken links * random change to restart build --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> Co-authored-by: April M <april.murphy@datastax.com> * docs: update composio bundle page (#9442) * update-composio-integrations * update-doc-to-be-general * trailing-space * add-tool-script * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * global-variable * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * reorder-steps-and-move-script * clarify-connection * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * [autofix.ci] apply automated fixes (attempt 3/3) * tools slug/name * test composio steps * remove unnecessary import * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: April M <april.murphy@datastax.com> * chore: small misses and sync with 9-Sep-25 release build (#9792) * io page * fix slug * custom models and canvas controls * message history * composio slack * move a flow * vlm option for docling * docs: add oauth for mcp (#9626) * oauth-and-none-options * mcp-composer-for-server * updates-from-testing * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * clarify-client-update * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * code-review * clarify-oauth-values * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * code-review * double-words --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: include guidance for openai client dummy key (#9871) * test-client-calls * less-prose * clearer-intro * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * remove-indentation-and-correct-example-key-value * comment-syntax --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: mcp tools troubleshooting (#9866) * move-mcp-troubleshooting-from-server-page-and-add-issue * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com> --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> Co-authored-by: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com> * docs: auth changes (#9731) * initial-content * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * code-review * Apply suggestions from code review --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> * docs: CORS configuration (#9773) * initial-content * title * clarify-default * cleanup * cors-defaults-with-warning-for-1.7 * docs-and-code-review * clarify-cors-in-future-release * code-review * developer mode for docling * auto login * cors * auth variables * environment variables pt 1 * env var pt 2 * env var pt 3 * env var pt 5 * align CLI page with env var * autologin * docs: clarify log format behavior (#9945) clarify-log-format-behavior * docling dependency exceptions --------- Co-authored-by: April M <april.murphy@datastax.com> Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> Co-authored-by: Sandesh R <115570766+2getsandesh@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Edwin Jose <edwinjose900@gmail.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com>
2025-09-26 10:05:06 -04:00
to: "/components-bundle-components",
from: [
"/components-rag",
"/components-vector-stores",
"/components-loaders",
],
Docs: components updates (#5315) * docs: enhance agent components documentation for clarity and detail * docs: expand tools documentation to clarify agent-tool interactions and usage * docs: clarify installation instructions in README * tools * custom-components * docs: update Tool Mode documentation to include additional input types and usage examples * docs: enhance components-data documentation with usage examples and processing details * docs: refine components-data and components-embedding-models documentation for clarity and detail * docs: update components-memories documentation for inputs and outputs; add new components-processing documentation * stepping-away * helpers * components-io * loaders * docs: update components and guides for clarity and consistency; refine memory component descriptions * models * docs: restructure components-prompts documentation for clarity and consistency * prompts * docs: update components-prompts documentation for clarity and improved examples * docs: add redirect from components-rag to components-vector-stores and remove components-rag documentation * sidebar-remove-vectara-rag * move-components-tab-after-workspace * vector-store * link * processing * docs: update components overview for clarity and additional features * headings * memory-object * code-review * code-review * linter * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * code review --------- Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
2024-12-20 16:39:29 -05:00
},
{
to: "/api-keys-and-authentication",
from: [
"/configuration-api-keys",
"/configuration-authentication",
"/configuration-security-best-practices",
docs: add ketch management banner (#7503) * feat: Add Ketch consent management and privacy preference link to docusaurus config * feat: Update Docusaurus footer and Ketch privacy management - Modify Ketch script configuration for better performance - Enhance footer styling with dark theme and copyright - Add dynamic load for region-specific privacy link - Update sitemap configuration to ignore preferences page * Styled footer * fix-merge-error * update script to remove link if in default jurisdiction and handle GA… (#7508) * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * Fix ketch script issue (#7509) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Fix Ketch script again (#7513) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch * Update footer css and fix ketch script * add production logic back in --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * remove-region-check * make-footer-not-hide-ad --------- Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com> Co-authored-by: Cole Goldsmith <cole.b.goldsmith@gmail.com>
2025-04-15 13:00:55 -04:00
"/Configuration/configuration-security-best-practices",
],
},
{
to: "/environment-variables",
from: [
"/configuration-auto-saving",
"/Configuration/configuration-auto-saving",
"/configuration-backend-only",
docs: add ketch management banner (#7503) * feat: Add Ketch consent management and privacy preference link to docusaurus config * feat: Update Docusaurus footer and Ketch privacy management - Modify Ketch script configuration for better performance - Enhance footer styling with dark theme and copyright - Add dynamic load for region-specific privacy link - Update sitemap configuration to ignore preferences page * Styled footer * fix-merge-error * update script to remove link if in default jurisdiction and handle GA… (#7508) * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * Fix ketch script issue (#7509) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Fix Ketch script again (#7513) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch * Update footer css and fix ketch script * add production logic back in --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * remove-region-check * make-footer-not-hide-ad --------- Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com> Co-authored-by: Cole Goldsmith <cole.b.goldsmith@gmail.com>
2025-04-15 13:00:55 -04:00
"/Configuration/configuration-backend-only",
],
},
docs: concepts folder (#5576) * initial-content * docs: update Concepts overview for clarity and accuracy * docs: enhance clarity in Concepts documentation and fix minor inaccuracies * docs: add detailed explanation of flow execution in Playground * docs: enhance Concepts documentation with detailed component definitions and usage examples * docs: remove Logs pane documentation and integrate relevant content into Playground * docs: remove Logs section from sidebar navigation * docs: add Logs pane overview and update Playground documentation * docs: enhance Concepts documentation with detailed API usage examples for cURL and Python * docs: remove unused ReactPlayer import and clean up API pane documentation * docs: update Chat Widget embedding instructions for HTML, React, and Angular * docs: update titles and descriptions for custom components and overview * docs: standardize section titles for Python code and Chat widget in concepts API * docs: clarify instructions for using Freeze Path and component options * docs: update keyboard shortcut for Freeze Path in concepts-components documentation * updated-image * fix(docs): clarify session ID usage in Playground documentation * fix-astra-component-position * reorder-sidebar * remove-tweak-guidance * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * fix capital case on collections Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * fix capital t in tables Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * fix: update component controls and add keyboard shortcuts for Windows * fix: clarify component versioning and update notification details in documentation * fix: update documentation for tool parameters and data types in components-tools.md * fix: improve documentation clarity and formatting in concepts API, components, overview, and playground * docs: add Working with Flows page (#5722) * Add flows page * style-guide-and-sidebar --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * fix-broken-link * Update concepts-components.md revert change to match the image --------- Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> Co-authored-by: anovazzi1 <otavio2204@gmail.com> Co-authored-by: Tejas Kumar <tejas+lol@tejas.qa>
2025-01-16 09:39:14 -05:00
{
docs: v1.3 (#7160) * lint-plaintext * Squashed commit of the following: commit 0820877007091550e196c1ec9189580a1adcfe80 Author: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Wed Feb 19 17:34:54 2025 -0500 fix-links commit b47fbfe04e3f3c2239147df59b14626839f6b07c Merge: 22987155fa 02617ffad2 Author: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Wed Feb 19 17:18:18 2025 -0500 Merge branch 'main' into docs-publish-v0 commit 22987155fa3bbf39ab2f2a31fe6db643cb98f43f Merge: bf01a75e72 e8529eaecb Author: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Wed Feb 19 16:25:52 2025 -0500 Merge branch 'main' into docs-publish-v0 commit bf01a75e7252f61303c237c7f39c35b6e9831278 Merge: 85770ae167 b43bf8f783 Author: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Wed Feb 19 14:42:10 2025 -0500 Merge branch 'main' into docs-publish-v0 commit 85770ae167914837a2e0eb5b8848d79726507f3e Merge: fda54f8f43 e970cdbca3 Author: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Wed Feb 19 11:19:11 2025 -0500 Merge branch 'main' into docs-publish-v0 commit fda54f8f4344ea629ef8028c388ce65ebc0cac51 Merge: 3027a9c3a4 25ac555e8f Author: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Tue Feb 18 11:43:21 2025 -0500 Merge branch 'main' into docs-publish-v0 commit 3027a9c3a44a0c270333d033394eda9b8cd521de Merge: 0046d1884e 45e2f739d5 Author: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Fri Feb 14 13:20:44 2025 -0500 Merge branch 'main' into docs-publish-v0 commit 0046d1884e30794f9e372ecba2c484a00675be9a Author: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu Feb 13 13:31:22 2025 -0500 delete-site-and-redirect commit 1bf763b3b102b2a7cffb75705c5614a114f3a50a Author: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu Feb 13 13:17:49 2025 -0500 docs: Add information about sharing the Langflow application's Playground endpoint commit 4eb34bd746fe16c1e81c92d74640d803d0473dcd Author: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu Feb 13 13:06:46 2025 -0500 docs: Update references from "API pane" to "Publish pane" in documentation * s3-bucket-init * add-bundles-page * output-parser-component * language-model-component * legacy-components * update-file-component * parser-component * publish-doc * update-agent-starter-flows * voice-mode * webhook-component-update * file-management * update-env-vars * make-env-var-table-more-readable * file-management-link * bump-version * add-graph-rag-component * docs-lambda-filter-component * docs-add-watsonx-model-component * add-langchain-links-for-watson-package * remove-s3-bucket-data-component * docs: publish-flows introduction * docs: update voice mode instructions for clarity and detail * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * plurals * docs-review * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * steps-for-file-component * parse-data-and-dataframe-in-legacy * remove-beta-from-parser-component --------- Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
2025-03-31 15:05:23 -04:00
to: "/concepts-publish",
from: [
"/concepts-api",
"/workspace-api",
],
docs: concepts folder (#5576) * initial-content * docs: update Concepts overview for clarity and accuracy * docs: enhance clarity in Concepts documentation and fix minor inaccuracies * docs: add detailed explanation of flow execution in Playground * docs: enhance Concepts documentation with detailed component definitions and usage examples * docs: remove Logs pane documentation and integrate relevant content into Playground * docs: remove Logs section from sidebar navigation * docs: add Logs pane overview and update Playground documentation * docs: enhance Concepts documentation with detailed API usage examples for cURL and Python * docs: remove unused ReactPlayer import and clean up API pane documentation * docs: update Chat Widget embedding instructions for HTML, React, and Angular * docs: update titles and descriptions for custom components and overview * docs: standardize section titles for Python code and Chat widget in concepts API * docs: clarify instructions for using Freeze Path and component options * docs: update keyboard shortcut for Freeze Path in concepts-components documentation * updated-image * fix(docs): clarify session ID usage in Playground documentation * fix-astra-component-position * reorder-sidebar * remove-tweak-guidance * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * fix capital case on collections Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * fix capital t in tables Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * fix: update component controls and add keyboard shortcuts for Windows * fix: clarify component versioning and update notification details in documentation * fix: update documentation for tool parameters and data types in components-tools.md * fix: improve documentation clarity and formatting in concepts API, components, overview, and playground * docs: add Working with Flows page (#5722) * Add flows page * style-guide-and-sidebar --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * fix-broken-link * Update concepts-components.md revert change to match the image --------- Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> Co-authored-by: anovazzi1 <otavio2204@gmail.com> Co-authored-by: Tejas Kumar <tejas+lol@tejas.qa>
2025-01-16 09:39:14 -05:00
},
{
to: "/components-custom-components",
from: "/components/custom",
},
{
to: "/mcp-server",
from: "/integrations-mcp",
},
docs: Adding Best practices for Deploying and Running Langflow in production (#7311) * Adding Best practices on running Langflow in production * combine-content * combine-more-content-and-sidebars * sidebars * docs: add deployment guide for Langflow development environment on Kubernetes - Introduced a new page for deploying the Langflow IDE in a development environment on Kubernetes. - Updated sidebar to reflect the new deployment guide. - Adjusted existing documentation links to point to the new development deployment page. * combine-more-content-and-sidebars * combine-more-content-and-sidebars * Enhance docs: Dark mode messaging, fix link, update title, reorder pages - Enhanced the messages for Dark Mode support - Fixed broken link in Deployment Docker pointing to Deployment Kubernetes - Updated title to 'Langflow Architecture and Best Practices' from 'Langflow Best Practices' - Changed ordering of pages in Deployment Kubernetes section * Restore missing content * Cleaning stale changes in sidebars * Update docs/docs/Deployment/deployment-prod-best-practices.md Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Update docs/docs/Deployment/deployment-prod-best-practices.md Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Update docs/docs/Deployment/deployment-prod-best-practices.md Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Update docs/docs/Deployment/deployment-prod-best-practices.md Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Update docs/docs/Develop/develop-application.md Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Update docs/docs/Deployment/deployment-prod-best-practices.md Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Update docs/docs/Deployment/deployment-prod-best-practices.md Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Update docs/docs/Deployment/deployment-prod-best-practices.md Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Update docs/docs/Deployment/deployment-prod-best-practices.md Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Update docs/docs/Deployment/deployment-kubernetes-dev.md Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Update docs/docs/Deployment/deployment-kubernetes-dev.md Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Update docs/docs/Deployment/deployment-kubernetes-dev.md Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Update docs/docs/Deployment/deployment-kubernetes-dev.md Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Update docs/docs/Deployment/deployment-docker.md Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Update docs/docs/Deployment/deployment-kubernetes-prod.md Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Update docs/docs/Deployment/deployment-kubernetes-prod.md Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Update docs/docs/Deployment/deployment-prod-best-practices.md Co-authored-by: Eric Schneider <37347760+eric-schneider@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> Co-authored-by: Eric Schneider <37347760+eric-schneider@users.noreply.github.com>
2025-05-06 05:49:32 +08:00
{
to: "/deployment-kubernetes-dev",
from: "/deployment-kubernetes",
docs: Adding Best practices for Deploying and Running Langflow in production (#7311) * Adding Best practices on running Langflow in production * combine-content * combine-more-content-and-sidebars * sidebars * docs: add deployment guide for Langflow development environment on Kubernetes - Introduced a new page for deploying the Langflow IDE in a development environment on Kubernetes. - Updated sidebar to reflect the new deployment guide. - Adjusted existing documentation links to point to the new development deployment page. * combine-more-content-and-sidebars * combine-more-content-and-sidebars * Enhance docs: Dark mode messaging, fix link, update title, reorder pages - Enhanced the messages for Dark Mode support - Fixed broken link in Deployment Docker pointing to Deployment Kubernetes - Updated title to 'Langflow Architecture and Best Practices' from 'Langflow Best Practices' - Changed ordering of pages in Deployment Kubernetes section * Restore missing content * Cleaning stale changes in sidebars * Update docs/docs/Deployment/deployment-prod-best-practices.md Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Update docs/docs/Deployment/deployment-prod-best-practices.md Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Update docs/docs/Deployment/deployment-prod-best-practices.md Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Update docs/docs/Deployment/deployment-prod-best-practices.md Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Update docs/docs/Develop/develop-application.md Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Update docs/docs/Deployment/deployment-prod-best-practices.md Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Update docs/docs/Deployment/deployment-prod-best-practices.md Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Update docs/docs/Deployment/deployment-prod-best-practices.md Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Update docs/docs/Deployment/deployment-prod-best-practices.md Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Update docs/docs/Deployment/deployment-kubernetes-dev.md Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Update docs/docs/Deployment/deployment-kubernetes-dev.md Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Update docs/docs/Deployment/deployment-kubernetes-dev.md Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Update docs/docs/Deployment/deployment-kubernetes-dev.md Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Update docs/docs/Deployment/deployment-docker.md Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Update docs/docs/Deployment/deployment-kubernetes-prod.md Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Update docs/docs/Deployment/deployment-kubernetes-prod.md Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * Update docs/docs/Deployment/deployment-prod-best-practices.md Co-authored-by: Eric Schneider <37347760+eric-schneider@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> Co-authored-by: Eric Schneider <37347760+eric-schneider@users.noreply.github.com>
2025-05-06 05:49:32 +08:00
},
{
to: "/contributing-github-issues",
from: "/contributing-github-discussions",
},
{
to: "/agents",
from: "/agents-tool-calling-agent-component",
},
{
to: "/concepts-publish",
from: "/embedded-chat-widget",
},
{
to: "/bundles-google",
from: [
"/integrations-setup-google-oauth-langflow",
"/integrations-google-big-query",
],
},
{
to: "/bundles-vertexai",
from: "/integrations-setup-google-cloud-vertex-ai-langflow",
},
{
to: "/develop-application",
from: "/develop-overview",
},
{
to: "/data-types",
from: "/concepts-objects",
},
{
to: "/bundles-apify",
from: "/integrations-apify",
},
{
to: "/bundles-assemblyai",
from: "/integrations-assemblyai",
},
{
to: "/bundles-cleanlab",
from: "/integrations-cleanlab",
},
{
to: "/bundles-composio",
from: "/integrations-composio",
},
{
to: "/bundles-docling",
from: "/integrations-docling",
},
{
to: "/bundles-notion",
from: [
"/integrations/notion/setup",
"/integrations/notion/notion-agent-meeting-notes",
"/integrations/notion/notion-agent-conversational",
],
},
{
to: "/bundles-nvidia",
from: [
"/integrations-nvidia-ingest-wsl2",
"/integrations-nvidia-ingest",
"/integrations-nvidia-g-assist",
"/integrations-nvidia-system-assist",
]
}
// add more redirects like this
// {
// to: '/docs/anotherpage',
// from: ['/docs/legacypage1', '/docs/legacypage2'],
// },
],
},
],
// ....
async function myPlugin(context, options) {
return {
name: "docusaurus-tailwindcss",
configurePostCss(postcssOptions) {
// Appends TailwindCSS and AutoPrefixer.
postcssOptions.plugins.push(require("tailwindcss"));
postcssOptions.plugins.push(require("autoprefixer"));
return postcssOptions;
},
};
},
],
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
navbar: {
hideOnScroll: true,
logo: {
alt: "Langflow",
src: "img/lf-docs-light.svg",
srcDark: "img/lf-docs-dark.svg",
},
items: [
// right
{
position: "right",
href: "https://github.com/langflow-ai/langflow",
className: "header-github-link",
target: "_blank",
rel: null,
'data-event': 'UI Interaction',
'data-action': 'clicked',
'data-channel': 'docs',
'data-element-id': 'social-github',
'data-namespace': 'header',
'data-platform-title': 'Langflow'
2023-06-21 19:13:44 -03:00
},
{
position: "right",
href: "https://twitter.com/langflow_ai",
className: "header-twitter-link",
target: "_blank",
rel: null,
'data-event': 'UI Interaction',
'data-action': 'clicked',
'data-channel': 'docs',
'data-element-id': 'social-twitter',
'data-namespace': 'header',
'data-platform-title': 'Langflow'
},
{
position: "right",
href: "https://discord.gg/EqksyE2EX9",
className: "header-discord-link",
target: "_blank",
rel: null,
'data-event': 'UI Interaction',
'data-action': 'clicked',
'data-channel': 'docs',
'data-element-id': 'social-discord',
'data-namespace': 'header',
'data-platform-title': 'Langflow'
},
],
},
colorMode: {
defaultMode: "light",
/* Allow users to chose light or dark mode. */
disableSwitch: false,
/* Respect user preferences, such as low light mode in the evening */
respectPrefersColorScheme: true,
},
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
},
zoom: {
selector: ".markdown :not(a) > img:not(.no-zoom)",
background: {
light: "rgba(240, 240, 240, 0.9)",
},
config: {},
},
docs: {
sidebar: {
hideable: false,
autoCollapseCategories: true,
},
},
docs: add ketch management banner (#7503) * feat: Add Ketch consent management and privacy preference link to docusaurus config * feat: Update Docusaurus footer and Ketch privacy management - Modify Ketch script configuration for better performance - Enhance footer styling with dark theme and copyright - Add dynamic load for region-specific privacy link - Update sitemap configuration to ignore preferences page * Styled footer * fix-merge-error * update script to remove link if in default jurisdiction and handle GA… (#7508) * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * Fix ketch script issue (#7509) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Fix Ketch script again (#7513) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch * Update footer css and fix ketch script * add production logic back in --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * remove-region-check * make-footer-not-hide-ad --------- Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com> Co-authored-by: Cole Goldsmith <cole.b.goldsmith@gmail.com>
2025-04-15 13:00:55 -04:00
footer: {
links: [
{
title: null,
items: [
{
html: `<div class="footer-links">
<span>© ${new Date().getFullYear()} Langflow</span>
<span id="preferenceCenterContainer"> ·&nbsp; <a href="#" onclick="if(typeof window !== 'undefined' && window.truste && window.truste.eu && window.truste.eu.clickListener) { window.truste.eu.clickListener(); } return false;" style="cursor: pointer;">Manage Privacy Choices</a></span>
docs: add ketch management banner (#7503) * feat: Add Ketch consent management and privacy preference link to docusaurus config * feat: Update Docusaurus footer and Ketch privacy management - Modify Ketch script configuration for better performance - Enhance footer styling with dark theme and copyright - Add dynamic load for region-specific privacy link - Update sitemap configuration to ignore preferences page * Styled footer * fix-merge-error * update script to remove link if in default jurisdiction and handle GA… (#7508) * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * Fix ketch script issue (#7509) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Fix Ketch script again (#7513) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch * Update footer css and fix ketch script * add production logic back in --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * remove-region-check * make-footer-not-hide-ad --------- Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com> Co-authored-by: Cole Goldsmith <cole.b.goldsmith@gmail.com>
2025-04-15 13:00:55 -04:00
</div>`,
},
],
},
],
},
algolia: {
docs: add ketch management banner (#7503) * feat: Add Ketch consent management and privacy preference link to docusaurus config * feat: Update Docusaurus footer and Ketch privacy management - Modify Ketch script configuration for better performance - Enhance footer styling with dark theme and copyright - Add dynamic load for region-specific privacy link - Update sitemap configuration to ignore preferences page * Styled footer * fix-merge-error * update script to remove link if in default jurisdiction and handle GA… (#7508) * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * Fix ketch script issue (#7509) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Fix Ketch script again (#7513) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch * Update footer css and fix ketch script * add production logic back in --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * remove-region-check * make-footer-not-hide-ad --------- Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com> Co-authored-by: Cole Goldsmith <cole.b.goldsmith@gmail.com>
2025-04-15 13:00:55 -04:00
appId: "UZK6BDPCVY",
// public key, safe to commit
docs: add ketch management banner (#7503) * feat: Add Ketch consent management and privacy preference link to docusaurus config * feat: Update Docusaurus footer and Ketch privacy management - Modify Ketch script configuration for better performance - Enhance footer styling with dark theme and copyright - Add dynamic load for region-specific privacy link - Update sitemap configuration to ignore preferences page * Styled footer * fix-merge-error * update script to remove link if in default jurisdiction and handle GA… (#7508) * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * Fix ketch script issue (#7509) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Fix Ketch script again (#7513) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch * Update footer css and fix ketch script * add production logic back in --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * remove-region-check * make-footer-not-hide-ad --------- Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com> Co-authored-by: Cole Goldsmith <cole.b.goldsmith@gmail.com>
2025-04-15 13:00:55 -04:00
apiKey: "adbd7686dceb1cd510d5ce20d04bf74c",
indexName: "langflow",
contextualSearch: true,
searchParameters: {},
docs: add ketch management banner (#7503) * feat: Add Ketch consent management and privacy preference link to docusaurus config * feat: Update Docusaurus footer and Ketch privacy management - Modify Ketch script configuration for better performance - Enhance footer styling with dark theme and copyright - Add dynamic load for region-specific privacy link - Update sitemap configuration to ignore preferences page * Styled footer * fix-merge-error * update script to remove link if in default jurisdiction and handle GA… (#7508) * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * Fix ketch script issue (#7509) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Fix Ketch script again (#7513) * add new html sidebar item with custom styles and new font * update script to remove link if in default jurisdiction and handle GA4 tracking * add test ketch property so we can test in feature branch * fix script for ketch * Update footer css and fix ketch script * add production logic back in --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * remove-region-check * make-footer-not-hide-ad --------- Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com> Co-authored-by: Cole Goldsmith <cole.b.goldsmith@gmail.com>
2025-04-15 13:00:55 -04:00
searchPagePath: "search",
},
}),
};
module.exports = config;