Gabriel Luiz Freitas Almeida
c112a42292
Merge branch 'main' into dev
2023-08-01 16:02:03 -03:00
Gabriel Luiz Freitas Almeida
8a6a953179
📝 docs(custom.mdx): add description of the 'repr_value' attribute in the CustomComponent class
...
📝 docs(custom-component.mdx): update example code and description of the 'repr_value' attribute in the DocumentProcessor class
2023-07-31 21:23:15 -03:00
Gabriel Luiz Freitas Almeida
1eda86658d
📝 docs(custom.mdx): fix formatting and typos in the CustomComponent class documentation
...
🔀 docs(custom.mdx): merge changes from the CustomComponent class documentation
📝 docs(custom.mdx): improve readability and formatting in the CustomComponent class documentation
🔀 docs(custom.mdx): merge changes from the CustomComponent class documentation
📝 docs(custom.mdx): update CustomComponent class documentation with additional methods and descriptions
🔀 docs(custom.mdx): merge changes from the CustomComponent class documentation
📝 docs(custom.mdx): update CustomComponent class documentation with corrected method names and descriptions
🔀 docs(custom.mdx): merge changes from the CustomComponent class documentation
2023-07-31 11:48:17 -03:00
Rodrigo Nader
1cba53fcc9
minor
2023-07-30 17:59:12 -03:00
Rodrigo Nader
5a12848e49
minor
2023-07-30 17:53:33 -03:00
Rodrigo Nader
0bec0ab1db
update docs
2023-07-28 17:16:49 -03:00
Rodrigo Nader
6be4799950
improve custom component docs
2023-07-28 15:00:57 -03:00
Gabriel Luiz Freitas Almeida
208b5d4bb8
📝 docs(custom.mdx): improve formatting and add missing punctuation in the table description
...
🐛 fix(custom.mdx): add missing punctuation in the field descriptions
✨ feat(custom.mdx): add clarification to the field descriptions and provide examples for some fields
📝 docs(custom.mdx): add missing punctuation in the method description
🐛 fix(custom.mdx): add comment to clarify the purpose of the line
2023-07-28 14:45:05 -03:00
Gabriel Luiz Freitas Almeida
0d57263a0a
📝 docs(custom.mdx): fix typo in the comment, change "top level" to "top-level" for consistency
2023-07-28 14:33:53 -03:00
Gabriel Luiz Freitas Almeida
c6091444d5
📝 docs(custom.mdx): remove outdated information about loading flow and tweaks parameter in CustomComponent class
2023-07-28 14:31:48 -03:00
Gabriel Luiz Freitas Almeida
1d47d47c4d
📝 docs(custom.mdx): update table formatting and clarify field_type and options usage in custom component documentation
...
📝 docs(custom-component.mdx): remove is_list from function field and clarify options usage in build_config method
2023-07-28 11:57:13 -03:00
Gabriel Luiz Freitas Almeida
457453656a
📝 docs(custom.mdx): update documentation for Custom Component
...
The changes in this commit update the documentation for the Custom Component.
- Clarify that the code must be a class that inherits from the `langflow.CustomComponent` class.
- Explain that the type annotations of the `build` instance method are used to create the fields of the component.
- Provide a table of supported types for the `build` method.
- Introduce the `build_config` instance method for defining configuration fields.
- Describe the format and available keys for the `build_config` method.
- Add usage example for the `build` method.
These changes improve the clarity and completeness of the documentation for the Custom Component, making it easier for users to understand and utilize this feature.
2023-07-28 11:23:26 -03:00
Rodrigo Nader
645f35e186
Enhance custom component docs
2023-07-27 22:08:12 -03:00
Gabriel Luiz Freitas Almeida
9a1c20d750
📝 docs(custom.mdx): add documentation for custom component
2023-07-27 06:58:38 -03:00
Gabriel Luiz Freitas Almeida
8ac890c553
🔧 chore(chains.mdx): add import statement for Admonition component to improve code organization and readability
...
🔧 chore(chains.mdx): fix formatting and indentation for better code readability
🔧 chore(chains.mdx): update verbose parameter description to improve clarity
🔧 chore(chains.mdx): fix formatting and indentation for better code readability
🔧 chore(chains.mdx): update verbose parameter description to improve clarity
🔧 chore(chains.mdx): fix formatting and indentation for better code readability
🔧 chore(chains.mdx): update verbose parameter description to improve clarity
🔧 chore(chains.mdx): fix formatting and indentation for better code readability
🔧 chore(chains.mdx): update verbose parameter description to improve clarity
🔧 chore(chains.mdx): fix formatting and indentation for better code readability
🔧 chore(chains.mdx): update verbose parameter description to improve clarity
🔧 chore(chains.mdx): fix formatting and indentation for better code readability
🔧 chore(chains.mdx): update verbose parameter description to improve clarity
🔧 chore(chains.mdx): fix formatting and indentation for better code readability
🔧 chore(chains.mdx): update verbose parameter description to improve clarity
🔧 chore(chains.mdx): fix formatting and indentation for better code readability
🔧 chore(chains.mdx): update verbose parameter description to improve clarity
🔧 chore(chains.mdx): fix formatting and indentation for better code readability
🔧 chore(chains.mdx): update verbose parameter description to improve clarity
🔧 chore(chains.mdx): fix formatting and indentation for better code readability
🔧 chore(chains.mdx): update verbose parameter description to improve clarity
🔧 chore(chains.mdx): fix formatting and indentation for better code readability
🔧 chore(chains.mdx): update verbose parameter description to improve clarity
🔧 chore(chains.mdx): fix formatting and indentation for better code readability
🔧 chore(chains.mdx): update verbose parameter description to improve clarity
🔧 chore(chains.mdx): fix formatting and indentation for better code readability
🔧 chore(chains.mdx): update verbose parameter description to improve clarity
🔧 chore(chains.mdx): fix formatting and indentation for better code readability
🔧
📝 chore(docs): update import statements for Admonition component in examples
📝 chore(docs): update link in Prompts component to use Admonition component
📝 chore(docs): update import statements for Admonition component in examples
📝 chore(docs): update link in Conversation Chain component to use Admonition component
📝 chore(docs): update import statements for Admonition component in examples
📝 chore(docs): update link in CSV Loader component to use Admonition component
📝 chore(docs): update import statements for Admonition component in examples
📝 chore(docs): update link in MidJourney Prompt Chain component to use Admonition component
📝 chore(docs): update import statements for Admonition component in examples
📝 chore(docs): update link in Multiple Vector Stores component to use Admonition component
📝 docs(examples/python-function.mdx): add import statement for Admonition component
📝 docs(examples/python-function.mdx): improve readability of tip admonition by breaking lines
📝 docs(examples/python-function.mdx): improve readability of info admonition by breaking lines
📝 docs(examples/serp-api-tool.mdx): add import statement for Admonition component
📝 docs(examples/serp-api-tool.mdx): improve readability of info admonition by breaking lines
📝 docs(guidelines/features.mdx): add import statement for Admonition component
📝 docs(guidelines/features.mdx): improve readability of caution admonition by breaking lines
2023-07-27 06:58:35 -03:00
Rodrigo Nader
7d84ed41e8
feat(docs): add "ZONE UNDER CONSTRUCTION" message to components
...
The commit adds a cautionary message to the agents, chains, embeddings, and LLMs documentation pages, indicating that the documentation is still under construction. The message encourages users to provide feedback and report any issues to help improve the documentation.
2023-07-20 15:12:30 -03:00
Rodrigo Nader
ce240aedf6
add docs with components
2023-07-18 15:08:00 -03:00
carlosrcoelho
5d2a29a436
add docs
2023-07-18 14:59:27 -03:00
carlosrcoelho
d76d5cd10c
organized folders, added components tab, adjusted mendable style.
2023-06-26 19:23:00 -03:00