Gabriel Luiz Freitas Almeida
4c498a98aa
Add Unique ID Generator component
2024-02-22 14:37:48 -03:00
Gabriel Luiz Freitas Almeida
468dec34f5
Update component parameter names and add missing descriptions
2024-02-22 14:37:43 -03:00
Gabriel Luiz Freitas Almeida
6b286b02e5
Add I/O components documentation
2024-02-22 14:09:03 -03:00
Gabriel Luiz Freitas Almeida
5e641a42b8
Add field_order property to CustomComponent
2024-02-19 21:45:22 -03:00
Chris Bateman
d78e04044a
Update prompts.mdx
...
Update broken link to all page building to complete
2024-02-12 09:23:29 +11:00
Gabriel Luiz Freitas Almeida
392b81b519
Reapply "Refactor state management to use Zustand, migrate components to CustomComponent and other fixes"
...
This reverts commit f3b3d2cf68 .
2024-02-05 19:02:34 -03:00
Gabriel Luiz Freitas Almeida
f3b3d2cf68
Revert "Refactor state management to use Zustand, migrate components to CustomComponent and other fixes"
2024-02-05 18:29:03 -03:00
Cyrus Pellet
37ced42f56
Added OllamaEmbeddings component with documentation
2024-01-09 13:16:07 +01:00
Gabriel Luiz Freitas Almeida
7999b3364b
Add Prompt type to CustomComponent
2023-12-15 20:08:24 -03:00
Gabriel Luiz Freitas Almeida
e3a2abacae
Merge remote-tracking branch 'origin/dev' into merge
2023-12-12 15:45:53 -03:00
Gabriel Luiz Freitas Almeida
00f5772d17
Merge branch 'dev' into float_range
2023-12-10 16:52:52 -03:00
Gabriel Luiz Freitas Almeida
32ac91e43f
Update build_config field value type
2023-12-10 16:00:28 -03:00
Gabriel Luiz Freitas Almeida
6d8d0cbe73
Add range_spec field to CustomComponent class
2023-12-10 11:21:28 -03:00
Gabriel Luiz Freitas Almeida
79b12b8135
Revert "Release 0.5.6"
2023-11-06 23:18:49 -03:00
kandakji
06dedcc90d
Amazon Titan Embeddings documentation
2023-10-26 20:39:26 +02:00
hekai09
851da1cb4e
support baidu qianfan endpoint for LLM
2023-10-17 15:22:00 +08:00
Gabriel Luiz Freitas Almeida
a9034b6937
📝 docs(custom.mdx): add explanation about the difference between dict and langflow.field_typing.NestedDict types
...
📝 docs(custom.mdx): clarify that langflow.field_typing.NestedDict opens a more robust dictionary editor compared to dict type
2023-09-19 15:01:40 -03:00
Gabriel Luiz Freitas Almeida
c6be7cdecd
Merge remote-tracking branch 'origin/main' into dev
2023-09-13 21:32:51 -03:00
Gabriel Luiz Freitas Almeida
383c9dc5ff
📝 docs(text-splitters.mdx): improve formatting and add missing information about LanguageRecursiveTextSplitter and its parameters
...
🐛 fix(text-splitters.mdx): fix typo in the description of `separators` parameter in `RecursiveCharacterTextSplitter`
2023-08-24 22:23:27 -03:00
Gabriel Luiz Freitas Almeida
061a9c09ba
Merge remote-tracking branch 'origin/main' into dev
2023-08-23 21:42:34 -03:00
Gabriel Luiz Freitas Almeida
4f2a14bed5
📝 docs(utilities.mdx): add horizontal rule to improve readability and separation of content
...
📝 docs(utilities.mdx): add description for JSON Document Builder to provide clarity on its purpose
2023-08-22 17:46:07 -03:00
Gabriel Luiz Freitas Almeida
7dc258d580
📝 docs(utilities.mdx): update Utilities section in the sidebar to include the new "Utilities" page
...
📝 docs(sidebars.js): add "components/utilities" to the Components section in the sidebar
2023-08-22 17:43:15 -03:00
Gabriel Luiz Freitas Almeida
42a268a678
📝 docs(components/utilities.mdx): add documentation for Update Request feature
...
🚀 feat(UpdateRequest.py): add UpdateRequest component to make PATCH or PUT requests to a given URL
2023-08-22 17:35:20 -03:00
Gabriel Luiz Freitas Almeida
663e648af2
📝 docs(utilities.mdx): update documentation for GET and POST requests to reflect changes in the response format
...
📝 docs(utilities.mdx): clarify that multiple URLs can be provided for GET requests and the response will be a list of Documents
2023-08-22 16:15:02 -03:00
Gabriel Luiz Freitas Almeida
9f617ff6f1
📝 docs(utilities.mdx): update Utilities documentation with additional sections and improve formatting for better readability
2023-08-22 11:56:14 -03:00
Lucas Oliveira
500fc98a00
Merge branch 'main' into dev
2023-08-17 10:13:38 -03:00
Rodrigo Nader
4c1b342a43
feat: Add documentation for various tools
...
- Added documentation for BingSearchRun, Calculator, GoogleSearchResults, GoogleSearchRun, GoogleSerperRun, and InfoSQLDatabaseTool components.
2023-08-15 10:14:24 -03:00
Rodrigo Nader
823b140181
feat: Add documentation for various tools
...
- Added documentation for BingSearchRun, Calculator, GoogleSearchResults, GoogleSearchRun, GoogleSerperRun, and InfoSQLDatabaseTool components.
2023-08-13 20:14:02 -03:00
Dave Morris
bb2b8fbb3d
add support for VertexAIEmbeddings node
2023-08-08 17:35:50 -05:00
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