+This page may contain outdated information. It will be updated as soon as possible.
+
+
The **Text Operator** component simplifies logic. It evaluates the results from another component (for example, if the input text exactly equals `Tuna`) and runs another component based on the results. Basically, the text operator is an if/else component for your flow.
+This page may contain outdated information. It will be updated as soon as possible.
+
+
Langflow **requires** Python version 3.10 or greater and
[pip](https://pypi.org/project/pip/) or
diff --git a/docs/docs/getting-started/quickstart.mdx b/docs/docs/getting-started/quickstart.mdx
index 7d4f15573..e6151c1eb 100644
--- a/docs/docs/getting-started/quickstart.mdx
+++ b/docs/docs/getting-started/quickstart.mdx
@@ -6,6 +6,10 @@ import Admonition from "@theme/Admonition";
# ⚡️ Quickstart
+
+This page may contain outdated information. It will be updated as soon as possible.
+
+
This guide demonstrates how to build a basic flow and modify the prompt for different outcomes.
## Prerequisites
diff --git a/docs/docs/getting-started/rag-with-astradb.mdx b/docs/docs/getting-started/rag-with-astradb.mdx
index c719d8d94..015f50f3d 100644
--- a/docs/docs/getting-started/rag-with-astradb.mdx
+++ b/docs/docs/getting-started/rag-with-astradb.mdx
@@ -5,6 +5,10 @@ import Admonition from "@theme/Admonition";
# 🌟 RAG with Astra DB
+
+This page may contain outdated information. It will be updated as soon as possible.
+
+
This guide will walk you through how to build a RAG (Retrieval Augmented Generation) application using **Astra DB** and **Langflow**.
[Astra DB](https://www.datastax.com/products/datastax-astra?utm_source=langflow-pre-release&utm_medium=referral&utm_campaign=langflow-announcement&utm_content=astradb) is a cloud-native database built on Apache Cassandra that is optimized for the cloud. It is a fully managed database-as-a-service that simplifies operations and reduces costs. Astra DB is built on the same technology that powers the largest Cassandra deployments in the world.
diff --git a/docs/docs/getting-started/workspace.mdx b/docs/docs/getting-started/workspace.mdx
index 374faca74..e6951a5e1 100644
--- a/docs/docs/getting-started/workspace.mdx
+++ b/docs/docs/getting-started/workspace.mdx
@@ -6,6 +6,10 @@ import Admonition from "@theme/Admonition";
# 🎨 Langflow Workspace
+
+This page may contain outdated information. It will be updated as soon as possible.
+
+
## The Langflow Workspace Interface
The **Langflow Workspace** is where you assemble new flows and create AIs by connecting and running components. To get started, click on **New Project**. You can either build a flow from scratch (Blank Flow) or choose from pre-built starter examples.
diff --git a/docs/docs/integrations/langsmith/intro.mdx b/docs/docs/integrations/langsmith/intro.mdx
index 68f28a891..02f474e67 100644
--- a/docs/docs/integrations/langsmith/intro.mdx
+++ b/docs/docs/integrations/langsmith/intro.mdx
@@ -5,6 +5,10 @@ import ZoomableImage from "/src/theme/ZoomableImage.js";
# LangSmith
+
+This page may contain outdated information. It will be updated as soon as possible.
+
+
LangSmith is a full-lifecycle DevOps service from LangChain that provides monitoring and observability. To integrate with Langflow, just add your LangChain API key as a Langflow environment variable and you are good to go!
## Step-by-step Configuration
diff --git a/docs/docs/integrations/notion/add-content-to-page.md b/docs/docs/integrations/notion/add-content-to-page.md
index ace43e103..197046922 100644
--- a/docs/docs/integrations/notion/add-content-to-page.md
+++ b/docs/docs/integrations/notion/add-content-to-page.md
@@ -5,6 +5,10 @@ import ZoomableImage from "/src/theme/ZoomableImage.js";
# Add Content To Page
+
+This page may contain outdated information. It will be updated as soon as possible.
+
+
The `AddContentToPage` component converts markdown text to Notion blocks and appends them to a Notion page.
[Notion Reference](https://developers.notion.com/reference/patch-block-children)
diff --git a/docs/docs/integrations/notion/intro.md b/docs/docs/integrations/notion/intro.md
index 293038d4f..77f09e5b6 100644
--- a/docs/docs/integrations/notion/intro.md
+++ b/docs/docs/integrations/notion/intro.md
@@ -5,6 +5,10 @@ import ZoomableImage from "/src/theme/ZoomableImage.js";
# Introduction to Notion in Langflow
+
+This page may contain outdated information. It will be updated as soon as possible.
+
+
The Notion integration in Langflow enables seamless connectivity with Notion databases, pages, and users, facilitating automation and improving productivity.
+This page may contain outdated information. It will be updated as soon as possible.
+
+
The `NotionDatabaseProperties` component retrieves properties of a Notion database. It provides a convenient way to integrate Notion database information into your Langflow workflows.
[Notion Reference](https://developers.notion.com/reference/post-database-query)
diff --git a/docs/docs/integrations/notion/list-pages.md b/docs/docs/integrations/notion/list-pages.md
index e1f6603b3..a232a594f 100644
--- a/docs/docs/integrations/notion/list-pages.md
+++ b/docs/docs/integrations/notion/list-pages.md
@@ -5,6 +5,10 @@ import ZoomableImage from "/src/theme/ZoomableImage.js";
# List Pages
+
+This page may contain outdated information. It will be updated as soon as possible.
+
+
The `NotionListPages` component queries a Notion database with filtering and sorting. It provides a convenient way to integrate Notion database querying capabilities into your Langflow workflows.
[Notion Reference](https://developers.notion.com/reference/post-database-query)
diff --git a/docs/docs/integrations/notion/list-users.md b/docs/docs/integrations/notion/list-users.md
index 17352c0c2..c3cd6696b 100644
--- a/docs/docs/integrations/notion/list-users.md
+++ b/docs/docs/integrations/notion/list-users.md
@@ -5,6 +5,10 @@ import ZoomableImage from "/src/theme/ZoomableImage.js";
# User List
+
+This page may contain outdated information. It will be updated as soon as possible.
+
+
The `NotionUserList` component retrieves users from Notion. It provides a convenient way to integrate Notion user data into your Langflow workflows.
[Notion Reference](https://developers.notion.com/reference/get-users)
diff --git a/docs/docs/integrations/notion/page-content-viewer.md b/docs/docs/integrations/notion/page-content-viewer.md
index 070d71800..df3ebdf60 100644
--- a/docs/docs/integrations/notion/page-content-viewer.md
+++ b/docs/docs/integrations/notion/page-content-viewer.md
@@ -5,6 +5,10 @@ import ZoomableImage from "/src/theme/ZoomableImage.js";
# Page Content
+
+This page may contain outdated information. It will be updated as soon as possible.
+
+
The `NotionPageContent` component retrieves the content of a Notion page as plain text. It provides a convenient way to integrate Notion page content into your Langflow workflows.
[Notion Reference](https://developers.notion.com/reference/get-page)
diff --git a/docs/docs/integrations/notion/page-create.md b/docs/docs/integrations/notion/page-create.md
index f942f257b..f2e7534d1 100644
--- a/docs/docs/integrations/notion/page-create.md
+++ b/docs/docs/integrations/notion/page-create.md
@@ -5,6 +5,10 @@ import ZoomableImage from "/src/theme/ZoomableImage.js";
# Page Create
+
+This page may contain outdated information. It will be updated as soon as possible.
+
+
The `NotionPageCreator` component creates pages in a Notion database. It provides a convenient way to integrate Notion page creation into your Langflow workflows.
[Notion Reference](https://developers.notion.com/reference/patch-block-children)
diff --git a/docs/docs/integrations/notion/page-update.md b/docs/docs/integrations/notion/page-update.md
index ca88f547d..3f9709f0a 100644
--- a/docs/docs/integrations/notion/page-update.md
+++ b/docs/docs/integrations/notion/page-update.md
@@ -5,6 +5,10 @@ import ZoomableImage from "/src/theme/ZoomableImage.js";
# Page Update
+
+This page may contain outdated information. It will be updated as soon as possible.
+
+
The `NotionPageUpdate` component updates the properties of a Notion page. It provides a convenient way to integrate updating Notion page properties into your Langflow workflows.
[Notion Reference](https://developers.notion.com/reference/patch-page)
diff --git a/docs/docs/integrations/notion/search.md b/docs/docs/integrations/notion/search.md
index 1e9b8c529..f7092fdb9 100644
--- a/docs/docs/integrations/notion/search.md
+++ b/docs/docs/integrations/notion/search.md
@@ -5,6 +5,10 @@ import ZoomableImage from "/src/theme/ZoomableImage.js";
# Notion Search
+
+This page may contain outdated information. It will be updated as soon as possible.
+
+
The `NotionSearch` component is designed to search all pages and databases that have been shared with an integration in Notion. It provides a convenient way to integrate Notion search capabilities into your Langflow workflows.
[Notion Reference](https://developers.notion.com/reference/search)
diff --git a/docs/docs/integrations/notion/setup.md b/docs/docs/integrations/notion/setup.md
index 72bb8f3b4..4ff81dd30 100644
--- a/docs/docs/integrations/notion/setup.md
+++ b/docs/docs/integrations/notion/setup.md
@@ -2,6 +2,10 @@ import Admonition from "@theme/Admonition";
# Setting up a Notion App
+
+This page may contain outdated information. It will be updated as soon as possible.
+
+
To use Notion components in Langflow, you first need to create a Notion integration and configure it with the necessary capabilities. This guide will walk you through the process of setting up a Notion integration and granting it access to your Notion databases.
## Prerequisites
diff --git a/docs/docs/migration/compatibility.mdx b/docs/docs/migration/compatibility.mdx
index 0e18e4900..268214c4b 100644
--- a/docs/docs/migration/compatibility.mdx
+++ b/docs/docs/migration/compatibility.mdx
@@ -3,6 +3,10 @@ import ZoomableImage from "/src/theme/ZoomableImage.js";
# Compatibility with Previous Versions
+
+This page may contain outdated information. It will be updated as soon as possible.
+
+
## TLDR;
- You'll need to add a few components to your flow to make it compatible with the new version of Langflow.
diff --git a/docs/docs/migration/migrating-to-one-point-zero.mdx b/docs/docs/migration/migrating-to-one-point-zero.mdx
index c6afa8ab2..78ae6b608 100644
--- a/docs/docs/migration/migrating-to-one-point-zero.mdx
+++ b/docs/docs/migration/migrating-to-one-point-zero.mdx
@@ -2,6 +2,10 @@ import Admonition from "@theme/Admonition";
# Migrating to Langflow 1.0: A Guide
+
+This page may contain outdated information. It will be updated as soon as possible.
+
+
Langflow 1.0 is a significant update that brings many exciting changes and improvements to the platform.
This guide will walk you through the key improvements and help you migrate your existing projects to the new version.
diff --git a/docs/docs/starter-projects/basic-prompting.mdx b/docs/docs/starter-projects/basic-prompting.mdx
index 594990eb6..dc5fc8c0f 100644
--- a/docs/docs/starter-projects/basic-prompting.mdx
+++ b/docs/docs/starter-projects/basic-prompting.mdx
@@ -6,6 +6,10 @@ import Admonition from "@theme/Admonition";
# Basic Prompting
+
+This page may contain outdated information. It will be updated as soon as possible.
+
+
Prompts serve as the inputs to a large language model (LLM), acting as the interface between human instructions and computational tasks.
By submitting natural language requests in a prompt to an LLM, you can obtain answers, generate text, and solve problems.
diff --git a/docs/docs/starter-projects/blog-writer.mdx b/docs/docs/starter-projects/blog-writer.mdx
index 75f725d94..1fb1a52d0 100644
--- a/docs/docs/starter-projects/blog-writer.mdx
+++ b/docs/docs/starter-projects/blog-writer.mdx
@@ -6,6 +6,10 @@ import Admonition from "@theme/Admonition";
# Blog Writer
+
+This page may contain outdated information. It will be updated as soon as possible.
+
+
Build a blog writer with OpenAI that uses URLs for reference content.
## Prerequisites
diff --git a/docs/docs/starter-projects/document-qa.mdx b/docs/docs/starter-projects/document-qa.mdx
index 2e452522e..25f5d1234 100644
--- a/docs/docs/starter-projects/document-qa.mdx
+++ b/docs/docs/starter-projects/document-qa.mdx
@@ -6,6 +6,10 @@ import Admonition from "@theme/Admonition";
# Document QA
+
+This page may contain outdated information. It will be updated as soon as possible.
+
+
Build a question-and-answer chatbot with a document loaded from local memory.
## Prerequisites
diff --git a/docs/docs/starter-projects/memory-chatbot.mdx b/docs/docs/starter-projects/memory-chatbot.mdx
index bf5a428ca..a620dd714 100644
--- a/docs/docs/starter-projects/memory-chatbot.mdx
+++ b/docs/docs/starter-projects/memory-chatbot.mdx
@@ -6,6 +6,10 @@ import Admonition from "@theme/Admonition";
# Memory Chatbot
+
+This page may contain outdated information. It will be updated as soon as possible.
+
+
This flow extends the [basic prompting flow](./basic-prompting) to include chat memory for unique SessionIDs.
## Prerequisites
diff --git a/docs/docs/starter-projects/vector-store-rag.mdx b/docs/docs/starter-projects/vector-store-rag.mdx
index 4354295d8..6fb514d9a 100644
--- a/docs/docs/starter-projects/vector-store-rag.mdx
+++ b/docs/docs/starter-projects/vector-store-rag.mdx
@@ -6,6 +6,10 @@ import Admonition from "@theme/Admonition";
# Vector Store RAG
+
+This page may contain outdated information. It will be updated as soon as possible.
+
+
Retrieval Augmented Generation, or RAG, is a pattern for training LLMs on your data and querying it.
RAG is backed by a **vector store**, a vector database which stores embeddings of the ingested data.
diff --git a/docs/docs/tutorials/chatprompttemplate_guide.mdx b/docs/docs/tutorials/chatprompttemplate_guide.mdx
index e19f95f4a..9fd6ca1ea 100644
--- a/docs/docs/tutorials/chatprompttemplate_guide.mdx
+++ b/docs/docs/tutorials/chatprompttemplate_guide.mdx
@@ -2,9 +2,14 @@ import ThemedImage from "@theme/ThemedImage";
import useBaseUrl from "@docusaurus/useBaseUrl";
import ZoomableImage from "/src/theme/ZoomableImage.js";
import ReactPlayer from "react-player";
+import Admonition from "@theme/Admonition";
# Build Chatbots with the System Message Component
+
+This page may contain outdated information. It will be updated as soon as possible.
+
+
## Overview
In this guide, we will modify the "Basic Chat with Prompt and History" example, integrating the ChatPromptTemplate with the SystemMessagePromptTemplate and HumanMessagePromptTemplate components. By following these steps, you'll be able to build a personalized chatbot that can interpret and respond based on user-defined System messages.
diff --git a/docs/docs/tutorials/custom_components.mdx b/docs/docs/tutorials/custom_components.mdx
index 127337937..6996bea72 100644
--- a/docs/docs/tutorials/custom_components.mdx
+++ b/docs/docs/tutorials/custom_components.mdx
@@ -8,6 +8,10 @@ import Admonition from "@theme/Admonition";
# Custom Components
+
+This page may contain outdated information. It will be updated as soon as possible.
+
+
In Langflow, a Custom Component is a special component type that allows users to extend the platform's functionality by creating their own reusable and configurable components.
A Custom Component is created from a user-defined Python script that uses the _`CustomComponent`_ class provided by the Langflow library. These components can be as simple as a basic function that takes and returns a string or as complex as a combination of multiple sub-components and API calls.
diff --git a/docs/docs/tutorials/loading_document.mdx b/docs/docs/tutorials/loading_document.mdx
index 3b1eca436..592332eee 100644
--- a/docs/docs/tutorials/loading_document.mdx
+++ b/docs/docs/tutorials/loading_document.mdx
@@ -2,9 +2,14 @@ import ThemedImage from "@theme/ThemedImage";
import useBaseUrl from "@docusaurus/useBaseUrl";
import ZoomableImage from "/src/theme/ZoomableImage.js";
import ReactPlayer from "react-player";
+import Admonition from "@theme/Admonition";
# Integrate Documents with Prompt Variables
+
+This page may contain outdated information. It will be updated as soon as possible.
+
+
## Overview
This guide takes you through the process of augmenting the "Basic Chat with Prompt and History" example. You'll learn how to embed documents as context into the PromptTemplate component utilizing a WebBaseLoader.
diff --git a/docs/docs/tutorials/rag-with-astradb.mdx b/docs/docs/tutorials/rag-with-astradb.mdx
index e3f4a3f1e..0aa0dafe8 100644
--- a/docs/docs/tutorials/rag-with-astradb.mdx
+++ b/docs/docs/tutorials/rag-with-astradb.mdx
@@ -5,6 +5,10 @@ import Admonition from "@theme/Admonition";
# 🌟 RAG with Astra DB
+
+This page may contain outdated information. It will be updated as soon as possible.
+
+
This guide will walk you through how to build a RAG (Retrieval Augmented Generation) application using **Astra DB** and **Langflow**.
[Astra DB](https://www.datastax.com/products/datastax-astra?utm_source=langflow-pre-release&utm_medium=referral&utm_campaign=langflow-announcement&utm_content=astradb) is a cloud-native database built on Apache Cassandra that is optimized for the cloud. It is a fully managed database-as-a-service that simplifies operations and reduces costs. Astra DB is built on the same technology that powers the largest Cassandra deployments in the world.