Added documentation

This commit is contained in:
carlosrcoelho 2023-06-21 19:13:44 -03:00
commit 4d7cd3d526
115 changed files with 31831 additions and 0 deletions

View file

@ -0,0 +1,23 @@
{
"unversionedId": "python-function",
"id": "python-function",
"title": "Python Function",
"description": "LangFlow allows you to create a customized tool using the PythonFunction connected to a Tool component. In this example, Regex is used in Python to validate a pattern.",
"source": "@site/docs/python-function.mdx",
"sourceDirName": ".",
"slug": "/python-function",
"permalink": "/python-function",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "Multiple Vector Stores",
"permalink": "/multiple-vectorstores"
},
"next": {
"title": "📚 How to Upload Examples?",
"permalink": "/how-upload-examples"
}
}