Added documentation
This commit is contained in:
parent
4b1ab3c640
commit
4d7cd3d526
115 changed files with 31831 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue