* 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 afb10a6262.
* 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>
1024 lines
No EOL
47 KiB
JSON
1024 lines
No EOL
47 KiB
JSON
{
|
|
"name": "TwoOutputsTest",
|
|
"description": "",
|
|
"data": {
|
|
"nodes": [
|
|
{
|
|
"width": 384,
|
|
"height": 359,
|
|
"id": "PromptTemplate-CweKz",
|
|
"type": "genericNode",
|
|
"position": {
|
|
"x": 969.6448076246203,
|
|
"y": 528.7788853763968
|
|
},
|
|
"data": {
|
|
"type": "PromptTemplate",
|
|
"node": {
|
|
"template": {
|
|
"output_parser": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": false,
|
|
"multiline": false,
|
|
"password": false,
|
|
"name": "output_parser",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "BaseOutputParser",
|
|
"list": false
|
|
},
|
|
"input_variables": {
|
|
"required": true,
|
|
"placeholder": "",
|
|
"show": false,
|
|
"multiline": false,
|
|
"password": false,
|
|
"name": "input_variables",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "str",
|
|
"list": true,
|
|
"value": [
|
|
"input"
|
|
]
|
|
},
|
|
"partial_variables": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": false,
|
|
"multiline": false,
|
|
"password": false,
|
|
"name": "partial_variables",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "code",
|
|
"list": false
|
|
},
|
|
"template": {
|
|
"required": true,
|
|
"placeholder": "",
|
|
"show": true,
|
|
"multiline": true,
|
|
"password": false,
|
|
"name": "template",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "prompt",
|
|
"list": false,
|
|
"value": "Input: {input}\nAI:"
|
|
},
|
|
"template_format": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": false,
|
|
"multiline": false,
|
|
"value": "f-string",
|
|
"password": false,
|
|
"name": "template_format",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "str",
|
|
"list": false
|
|
},
|
|
"validate_template": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": false,
|
|
"multiline": false,
|
|
"value": true,
|
|
"password": false,
|
|
"name": "validate_template",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "bool",
|
|
"list": false
|
|
},
|
|
"_type": "PromptTemplate",
|
|
"input": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": true,
|
|
"multiline": true,
|
|
"value": "",
|
|
"password": false,
|
|
"name": "input",
|
|
"display_name": "input",
|
|
"advanced": false,
|
|
"input_types": [
|
|
"Document",
|
|
"BaseOutputParser",
|
|
"str"
|
|
],
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "str",
|
|
"list": false
|
|
}
|
|
},
|
|
"description": "A prompt template for a language model.",
|
|
"base_classes": [
|
|
"BasePromptTemplate",
|
|
"StringPromptTemplate",
|
|
"PromptTemplate"
|
|
],
|
|
"name": "",
|
|
"display_name": "PromptTemplate",
|
|
"documentation": "https://python.langchain.com/docs/modules/model_io/prompts/prompt_templates/",
|
|
"custom_fields": {
|
|
"": [
|
|
"input"
|
|
],
|
|
"template": [
|
|
"input"
|
|
]
|
|
},
|
|
"output_types": [],
|
|
"field_formatters": {
|
|
"formatters": {
|
|
"openai_api_key": {}
|
|
},
|
|
"base_formatters": {
|
|
"kwargs": {},
|
|
"optional": {},
|
|
"list": {},
|
|
"dict": {},
|
|
"union": {},
|
|
"multiline": {},
|
|
"show": {},
|
|
"password": {},
|
|
"default": {},
|
|
"headers": {},
|
|
"dict_code_file": {},
|
|
"model_fields": {
|
|
"MODEL_DICT": {
|
|
"OpenAI": [
|
|
"text-davinci-003",
|
|
"text-davinci-002",
|
|
"text-curie-001",
|
|
"text-babbage-001",
|
|
"text-ada-001"
|
|
],
|
|
"ChatOpenAI": [
|
|
"gpt-3.5-turbo-0613",
|
|
"gpt-3.5-turbo",
|
|
"gpt-3.5-turbo-16k-0613",
|
|
"gpt-3.5-turbo-16k",
|
|
"gpt-4-0613",
|
|
"gpt-4-32k-0613",
|
|
"gpt-4",
|
|
"gpt-4-32k"
|
|
],
|
|
"Anthropic": [
|
|
"claude-v1",
|
|
"claude-v1-100k",
|
|
"claude-instant-v1",
|
|
"claude-instant-v1-100k",
|
|
"claude-v1.3",
|
|
"claude-v1.3-100k",
|
|
"claude-v1.2",
|
|
"claude-v1.0",
|
|
"claude-instant-v1.1",
|
|
"claude-instant-v1.1-100k",
|
|
"claude-instant-v1.0"
|
|
],
|
|
"ChatAnthropic": [
|
|
"claude-v1",
|
|
"claude-v1-100k",
|
|
"claude-instant-v1",
|
|
"claude-instant-v1-100k",
|
|
"claude-v1.3",
|
|
"claude-v1.3-100k",
|
|
"claude-v1.2",
|
|
"claude-v1.0",
|
|
"claude-instant-v1.1",
|
|
"claude-instant-v1.1-100k",
|
|
"claude-instant-v1.0"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"beta": false,
|
|
"error": null
|
|
},
|
|
"id": "PromptTemplate-CweKz"
|
|
},
|
|
"selected": false,
|
|
"positionAbsolute": {
|
|
"x": 969.6448076246203,
|
|
"y": 528.7788853763968
|
|
}
|
|
},
|
|
{
|
|
"width": 384,
|
|
"height": 307,
|
|
"id": "LLMChain-HUM6g",
|
|
"type": "genericNode",
|
|
"position": {
|
|
"x": 1515.3241458756393,
|
|
"y": 732.4536491407735
|
|
},
|
|
"data": {
|
|
"type": "LLMChain",
|
|
"node": {
|
|
"template": {
|
|
"callbacks": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": false,
|
|
"multiline": false,
|
|
"password": false,
|
|
"name": "callbacks",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "langchain.callbacks.base.BaseCallbackHandler",
|
|
"list": true
|
|
},
|
|
"llm": {
|
|
"required": true,
|
|
"placeholder": "",
|
|
"show": true,
|
|
"multiline": false,
|
|
"password": false,
|
|
"name": "llm",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "BaseLanguageModel",
|
|
"list": false
|
|
},
|
|
"memory": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": true,
|
|
"multiline": false,
|
|
"password": false,
|
|
"name": "memory",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "BaseMemory",
|
|
"list": false
|
|
},
|
|
"output_parser": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": false,
|
|
"multiline": false,
|
|
"password": false,
|
|
"name": "output_parser",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "BaseLLMOutputParser",
|
|
"list": false
|
|
},
|
|
"prompt": {
|
|
"required": true,
|
|
"placeholder": "",
|
|
"show": true,
|
|
"multiline": false,
|
|
"password": false,
|
|
"name": "prompt",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "BasePromptTemplate",
|
|
"list": false
|
|
},
|
|
"llm_kwargs": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": false,
|
|
"multiline": false,
|
|
"password": false,
|
|
"name": "llm_kwargs",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "code",
|
|
"list": false
|
|
},
|
|
"metadata": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": false,
|
|
"multiline": false,
|
|
"password": false,
|
|
"name": "metadata",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "code",
|
|
"list": false
|
|
},
|
|
"output_key": {
|
|
"required": true,
|
|
"placeholder": "",
|
|
"show": true,
|
|
"multiline": false,
|
|
"value": "text",
|
|
"password": false,
|
|
"name": "output_key",
|
|
"advanced": true,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "str",
|
|
"list": false
|
|
},
|
|
"return_final_only": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": false,
|
|
"multiline": false,
|
|
"value": true,
|
|
"password": false,
|
|
"name": "return_final_only",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "bool",
|
|
"list": false
|
|
},
|
|
"tags": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": false,
|
|
"multiline": false,
|
|
"password": false,
|
|
"name": "tags",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "str",
|
|
"list": true
|
|
},
|
|
"verbose": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": false,
|
|
"multiline": false,
|
|
"value": false,
|
|
"password": false,
|
|
"name": "verbose",
|
|
"advanced": true,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "bool",
|
|
"list": false
|
|
},
|
|
"_type": "LLMChain"
|
|
},
|
|
"description": "Chain to run queries against LLMs.",
|
|
"base_classes": [
|
|
"LLMChain",
|
|
"Chain",
|
|
"function",
|
|
"Text"
|
|
],
|
|
"display_name": "LLMChain",
|
|
"custom_fields": {},
|
|
"output_types": [],
|
|
"documentation": "https://python.langchain.com/docs/modules/chains/foundational/llm_chain",
|
|
"beta": false,
|
|
"error": null
|
|
},
|
|
"id": "LLMChain-HUM6g"
|
|
},
|
|
"selected": false,
|
|
"positionAbsolute": {
|
|
"x": 1515.3241458756393,
|
|
"y": 732.4536491407735
|
|
},
|
|
"dragging": false
|
|
},
|
|
{
|
|
"width": 384,
|
|
"height": 621,
|
|
"id": "ChatOpenAI-02kOF",
|
|
"type": "genericNode",
|
|
"position": {
|
|
"x": 483,
|
|
"y": 942.8665628296949
|
|
},
|
|
"data": {
|
|
"type": "ChatOpenAI",
|
|
"node": {
|
|
"template": {
|
|
"callbacks": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": false,
|
|
"multiline": false,
|
|
"password": false,
|
|
"name": "callbacks",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "langchain.callbacks.base.BaseCallbackHandler",
|
|
"list": true
|
|
},
|
|
"cache": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": false,
|
|
"multiline": false,
|
|
"password": false,
|
|
"name": "cache",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "bool",
|
|
"list": false
|
|
},
|
|
"client": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": false,
|
|
"multiline": false,
|
|
"password": false,
|
|
"name": "client",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "Any",
|
|
"list": false
|
|
},
|
|
"max_retries": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": false,
|
|
"multiline": false,
|
|
"value": 6,
|
|
"password": false,
|
|
"name": "max_retries",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "int",
|
|
"list": false
|
|
},
|
|
"max_tokens": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": true,
|
|
"multiline": false,
|
|
"password": true,
|
|
"name": "max_tokens",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "int",
|
|
"list": false,
|
|
"value": ""
|
|
},
|
|
"metadata": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": false,
|
|
"multiline": false,
|
|
"password": false,
|
|
"name": "metadata",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "code",
|
|
"list": false
|
|
},
|
|
"model_kwargs": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": true,
|
|
"multiline": false,
|
|
"password": false,
|
|
"name": "model_kwargs",
|
|
"advanced": true,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "code",
|
|
"list": false
|
|
},
|
|
"model_name": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": true,
|
|
"multiline": false,
|
|
"value": "gpt-3.5-turbo-0613",
|
|
"password": false,
|
|
"options": [
|
|
"gpt-3.5-turbo-0613",
|
|
"gpt-3.5-turbo",
|
|
"gpt-3.5-turbo-16k-0613",
|
|
"gpt-3.5-turbo-16k",
|
|
"gpt-4-0613",
|
|
"gpt-4-32k-0613",
|
|
"gpt-4",
|
|
"gpt-4-32k"
|
|
],
|
|
"name": "model_name",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "str",
|
|
"list": true
|
|
},
|
|
"n": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": false,
|
|
"multiline": false,
|
|
"value": 1,
|
|
"password": false,
|
|
"name": "n",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "int",
|
|
"list": false
|
|
},
|
|
"openai_api_base": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": true,
|
|
"multiline": false,
|
|
"password": false,
|
|
"name": "openai_api_base",
|
|
"display_name": "OpenAI API Base",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "\nThe base URL of the OpenAI API. Defaults to https://api.openai.com/v1.\n\nYou can change this to use other APIs like JinaChat, LocalAI and Prem.\n",
|
|
"type": "str",
|
|
"list": false
|
|
},
|
|
"openai_api_key": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": true,
|
|
"multiline": false,
|
|
"value": "",
|
|
"password": true,
|
|
"name": "openai_api_key",
|
|
"display_name": "OpenAI API Key",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "str",
|
|
"list": false
|
|
},
|
|
"openai_organization": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": false,
|
|
"multiline": false,
|
|
"password": false,
|
|
"name": "openai_organization",
|
|
"display_name": "OpenAI Organization",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "str",
|
|
"list": false
|
|
},
|
|
"openai_proxy": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": false,
|
|
"multiline": false,
|
|
"password": false,
|
|
"name": "openai_proxy",
|
|
"display_name": "OpenAI Proxy",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "str",
|
|
"list": false
|
|
},
|
|
"request_timeout": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": false,
|
|
"multiline": false,
|
|
"password": false,
|
|
"name": "request_timeout",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "float",
|
|
"list": false
|
|
},
|
|
"streaming": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": false,
|
|
"multiline": false,
|
|
"value": false,
|
|
"password": false,
|
|
"name": "streaming",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "bool",
|
|
"list": false
|
|
},
|
|
"tags": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": false,
|
|
"multiline": false,
|
|
"password": false,
|
|
"name": "tags",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "str",
|
|
"list": true
|
|
},
|
|
"temperature": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": true,
|
|
"multiline": false,
|
|
"value": 0.7,
|
|
"password": false,
|
|
"name": "temperature",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "float",
|
|
"list": false
|
|
},
|
|
"tiktoken_model_name": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": false,
|
|
"multiline": false,
|
|
"password": false,
|
|
"name": "tiktoken_model_name",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "str",
|
|
"list": false
|
|
},
|
|
"verbose": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": false,
|
|
"multiline": false,
|
|
"value": false,
|
|
"password": false,
|
|
"name": "verbose",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "bool",
|
|
"list": false
|
|
},
|
|
"_type": "ChatOpenAI"
|
|
},
|
|
"description": "`OpenAI` Chat large language models API.",
|
|
"base_classes": [
|
|
"ChatOpenAI",
|
|
"BaseLanguageModel",
|
|
"BaseChatModel",
|
|
"BaseLLM"
|
|
],
|
|
"display_name": "ChatOpenAI",
|
|
"custom_fields": {},
|
|
"output_types": [],
|
|
"documentation": "https://python.langchain.com/docs/modules/model_io/models/chat/integrations/openai",
|
|
"beta": false,
|
|
"error": null
|
|
},
|
|
"id": "ChatOpenAI-02kOF"
|
|
},
|
|
"selected": false,
|
|
"positionAbsolute": {
|
|
"x": 483,
|
|
"y": 942.8665628296949
|
|
}
|
|
},
|
|
{
|
|
"width": 384,
|
|
"height": 389,
|
|
"id": "ChatOutput-8SWFf",
|
|
"type": "genericNode",
|
|
"position": {
|
|
"x": 2035.5749798606498,
|
|
"y": 651.0174452514373
|
|
},
|
|
"data": {
|
|
"type": "ChatOutput",
|
|
"node": {
|
|
"template": {
|
|
"code": {
|
|
"dynamic": true,
|
|
"required": true,
|
|
"placeholder": "",
|
|
"show": true,
|
|
"multiline": true,
|
|
"value": "from typing import Optional\nfrom langflow.api.v1.schemas import ChatMessage\nfrom langflow.services.utils import get_chat_manager\nfrom langflow.custom import CustomComponent\nfrom anyio.from_thread import start_blocking_portal\nfrom loguru import logger\nfrom langflow.field_typing import Text\n\n\nclass ChatOutput(CustomComponent):\n display_name = \"Chat Output\"\n\n def build_config(self):\n return {\"message\": {\"input_types\": [\"str\"]}}\n\n def build(self, message: Optional[Text], is_ai: bool = False) -> Text:\n if not message:\n return \"\"\n try:\n chat_manager = get_chat_manager()\n chat_message = ChatMessage(message=message, is_bot=is_ai)\n # send_message is a coroutine\n # run in a thread safe manner\n with start_blocking_portal() as portal:\n portal.call(chat_manager.send_message, chat_message)\n chat_manager.chat_history.add_message(\n chat_manager.cache_manager.current_client_id, chat_message\n )\n except Exception as exc:\n logger.exception(exc)\n logger.debug(f\"Error sending message to chat: {exc}\")\n\n return message\n",
|
|
"password": false,
|
|
"name": "code",
|
|
"advanced": false,
|
|
"type": "code",
|
|
"list": false
|
|
},
|
|
"_type": "CustomComponent",
|
|
"is_ai": {
|
|
"required": true,
|
|
"placeholder": "",
|
|
"show": true,
|
|
"multiline": false,
|
|
"value": false,
|
|
"password": false,
|
|
"name": "is_ai",
|
|
"display_name": "is_ai",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "bool",
|
|
"list": false
|
|
},
|
|
"message": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": true,
|
|
"multiline": false,
|
|
"password": false,
|
|
"name": "message",
|
|
"display_name": "message",
|
|
"advanced": false,
|
|
"input_types": [
|
|
"Text"
|
|
],
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "Text",
|
|
"list": false
|
|
}
|
|
},
|
|
"description": "Used to send a message to the chat.",
|
|
"base_classes": [
|
|
"str"
|
|
],
|
|
"display_name": "Chat Output",
|
|
"custom_fields": {
|
|
"is_ai": null,
|
|
"message": null
|
|
},
|
|
"output_types": [
|
|
"ChatOutput"
|
|
],
|
|
"documentation": "",
|
|
"beta": true,
|
|
"error": null
|
|
},
|
|
"id": "ChatOutput-8SWFf"
|
|
},
|
|
"selected": false,
|
|
"positionAbsolute": {
|
|
"x": 2035.5749798606498,
|
|
"y": 651.0174452514373
|
|
}
|
|
},
|
|
{
|
|
"width": 384,
|
|
"height": 273,
|
|
"id": "ChatInput-PqtHe",
|
|
"type": "genericNode",
|
|
"position": {
|
|
"x": 504.7467002897712,
|
|
"y": 388.46875
|
|
},
|
|
"data": {
|
|
"type": "ChatInput",
|
|
"node": {
|
|
"template": {
|
|
"code": {
|
|
"dynamic": true,
|
|
"required": true,
|
|
"placeholder": "",
|
|
"show": false,
|
|
"multiline": true,
|
|
"value": "from typing import Optional\nfrom langflow.custom import CustomComponent\n\n\nclass ChatInput(CustomComponent):\n display_name = \"Chat Input\"\n\n def build(self, message: Optional[str] = \"\") -> str:\n return message\n",
|
|
"password": false,
|
|
"name": "code",
|
|
"advanced": false,
|
|
"type": "code",
|
|
"list": false
|
|
},
|
|
"_type": "CustomComponent",
|
|
"message": {
|
|
"required": false,
|
|
"placeholder": "",
|
|
"show": true,
|
|
"multiline": false,
|
|
"value": "",
|
|
"password": false,
|
|
"name": "message",
|
|
"display_name": "message",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "str",
|
|
"list": false
|
|
}
|
|
},
|
|
"description": "Used to get user input from the chat.",
|
|
"base_classes": [
|
|
"str"
|
|
],
|
|
"display_name": "Chat Input",
|
|
"custom_fields": {
|
|
"message": null
|
|
},
|
|
"output_types": [
|
|
"ChatInput"
|
|
],
|
|
"documentation": "",
|
|
"beta": true,
|
|
"error": null
|
|
},
|
|
"id": "ChatInput-PqtHe"
|
|
},
|
|
"selected": false,
|
|
"positionAbsolute": {
|
|
"x": 504.7467002897712,
|
|
"y": 388.46875
|
|
}
|
|
},
|
|
{
|
|
"width": 384,
|
|
"height": 475,
|
|
"id": "Tool-jyI4N",
|
|
"type": "genericNode",
|
|
"position": {
|
|
"x": 2044.485030617051,
|
|
"y": 1131.4250055845532
|
|
},
|
|
"data": {
|
|
"type": "Tool",
|
|
"node": {
|
|
"template": {
|
|
"func": {
|
|
"required": true,
|
|
"placeholder": "",
|
|
"show": true,
|
|
"multiline": true,
|
|
"password": false,
|
|
"name": "func",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "function",
|
|
"list": false
|
|
},
|
|
"description": {
|
|
"required": true,
|
|
"placeholder": "",
|
|
"show": true,
|
|
"multiline": true,
|
|
"value": "Test tool",
|
|
"password": false,
|
|
"name": "description",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "str",
|
|
"list": false
|
|
},
|
|
"name": {
|
|
"required": true,
|
|
"placeholder": "",
|
|
"show": true,
|
|
"multiline": true,
|
|
"value": "Tool",
|
|
"password": false,
|
|
"name": "name",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "str",
|
|
"list": false
|
|
},
|
|
"return_direct": {
|
|
"required": true,
|
|
"placeholder": "",
|
|
"show": true,
|
|
"multiline": false,
|
|
"value": false,
|
|
"password": false,
|
|
"name": "return_direct",
|
|
"advanced": false,
|
|
"dynamic": false,
|
|
"info": "",
|
|
"type": "bool",
|
|
"list": false
|
|
},
|
|
"_type": "Tool"
|
|
},
|
|
"description": "Converts a chain, agent or function into a tool.",
|
|
"base_classes": [
|
|
"Tool",
|
|
"BaseTool"
|
|
],
|
|
"display_name": "Tool",
|
|
"custom_fields": {},
|
|
"output_types": [],
|
|
"documentation": "",
|
|
"beta": false,
|
|
"error": null
|
|
},
|
|
"id": "Tool-jyI4N"
|
|
},
|
|
"selected": true,
|
|
"positionAbsolute": {
|
|
"x": 2044.485030617051,
|
|
"y": 1131.4250055845532
|
|
},
|
|
"dragging": false
|
|
}
|
|
],
|
|
"edges": [
|
|
{
|
|
"source": "PromptTemplate-CweKz",
|
|
"target": "LLMChain-HUM6g",
|
|
"sourceHandle": "PromptTemplate|PromptTemplate-CweKz|BasePromptTemplate|StringPromptTemplate|PromptTemplate",
|
|
"targetHandle": "BasePromptTemplate|prompt|LLMChain-HUM6g",
|
|
"id": "reactflow__edge-PromptTemplate-CweKzPromptTemplate|PromptTemplate-CweKz|BasePromptTemplate|StringPromptTemplate|PromptTemplate-LLMChain-HUM6gBasePromptTemplate|prompt|LLMChain-HUM6g",
|
|
"style": {
|
|
"stroke": "#555"
|
|
},
|
|
"className": "stroke-gray-900 ",
|
|
"animated": false,
|
|
"selected": false
|
|
},
|
|
{
|
|
"source": "ChatOpenAI-02kOF",
|
|
"target": "LLMChain-HUM6g",
|
|
"sourceHandle": "ChatOpenAI|ChatOpenAI-02kOF|ChatOpenAI|BaseLanguageModel|BaseChatModel|BaseLLM",
|
|
"targetHandle": "BaseLanguageModel|llm|LLMChain-HUM6g",
|
|
"id": "reactflow__edge-ChatOpenAI-02kOFChatOpenAI|ChatOpenAI-02kOF|ChatOpenAI|BaseLanguageModel|BaseChatModel|BaseLLM-LLMChain-HUM6gBaseLanguageModel|llm|LLMChain-HUM6g",
|
|
"style": {
|
|
"stroke": "#555"
|
|
},
|
|
"className": "stroke-gray-900 ",
|
|
"animated": false,
|
|
"selected": false
|
|
},
|
|
{
|
|
"source": "ChatInput-PqtHe",
|
|
"target": "PromptTemplate-CweKz",
|
|
"sourceHandle": "ChatInput|ChatInput-PqtHe|str",
|
|
"targetHandle": "Document;BaseOutputParser;str|input|PromptTemplate-CweKz",
|
|
"id": "reactflow__edge-ChatInput-PqtHeChatInput|ChatInput-PqtHe|str-PromptTemplate-CweKzDocument;BaseOutputParser;str|input|PromptTemplate-CweKz",
|
|
"style": {
|
|
"stroke": "#555"
|
|
},
|
|
"className": "stroke-gray-900 ",
|
|
"animated": false,
|
|
"selected": false
|
|
},
|
|
{
|
|
"source": "LLMChain-HUM6g",
|
|
"sourceHandle": "LLMChain|LLMChain-HUM6g|LLMChain|Chain|function|Text",
|
|
"target": "ChatOutput-8SWFf",
|
|
"targetHandle": "Text|message|ChatOutput-8SWFf",
|
|
"style": {
|
|
"stroke": "#555"
|
|
},
|
|
"className": "stroke-foreground stroke-connection",
|
|
"animated": true,
|
|
"id": "reactflow__edge-LLMChain-HUM6gLLMChain|LLMChain-HUM6g|LLMChain|Chain|function|Text-ChatOutput-8SWFfText|message|ChatOutput-8SWFf"
|
|
},
|
|
{
|
|
"source": "LLMChain-HUM6g",
|
|
"sourceHandle": "LLMChain|LLMChain-HUM6g|LLMChain|Chain|function|Text",
|
|
"target": "Tool-jyI4N",
|
|
"targetHandle": "function|func|Tool-jyI4N",
|
|
"style": {
|
|
"stroke": "#555"
|
|
},
|
|
"className": "stroke-foreground stroke-connection",
|
|
"animated": false,
|
|
"id": "reactflow__edge-LLMChain-HUM6gLLMChain|LLMChain-HUM6g|LLMChain|Chain|function|Text-Tool-jyI4Nfunction|func|Tool-jyI4N"
|
|
}
|
|
],
|
|
"viewport": {
|
|
"x": -401.32668426335044,
|
|
"y": -129.59138346130635,
|
|
"zoom": 0.5073779796520557
|
|
}
|
|
},
|
|
"id": "cf923ccb-e14c-4754-96eb-a8a3b5bbe082",
|
|
"user_id": "c65bfea3-3eea-4e71-8fc4-106238eb0583"
|
|
} |