Commit graph

10,867 commits

Author SHA1 Message Date
Cezar Vasconcelos
1775e1961c docs: add Search notion component 2024-05-23 16:31:49 -03:00
Cezar Vasconcelos
bca1df64d7 docs: fix Notion List Pages image and naming 2024-05-23 16:29:35 -03:00
Cezar Vasconcelos
1022891608 docs: add sub category in integrations for notion 2024-05-23 15:10:08 -03:00
Cezar Vasconcelos
1b81f6d6ef docs: fix notion docs and move to integrations folder 2024-05-23 14:34:23 -03:00
Cezar Vasconcelos
6ef23325e1 fix: integrations type category in sidebar 2024-05-23 14:24:54 -03:00
chyok
ece3686767
Remove unused local symbols (#1946)
remove unused local symbols in inspection

Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
2024-05-23 07:56:17 -07:00
Gabriel Luiz Freitas Almeida
c7f5e4f843
Fix lint and tests (#1959)
* refactor(chat.py): rename flow_id variable to flow_id_str for better clarity
refactor(chat.py): update flow_id usage to flow_id_str in build_vertex function for consistency
refactor(chat.py): change flow_id to flow_id_str in build_vertex function for consistency
refactor(chat.py): replace flow_id with flow_id_str in build_vertex function for consistency
refactor(chat.py): update flow_id to flow_id_str in build_vertex_stream function for consistency
refactor(chat.py): change flow_id to flow_id_str in build_vertex_stream function for consistency
refactor(chat.py): replace flow_id with flow_id_str in build_vertex_stream function for consistency
refactor(chat.py): update flow_id to flow_id_str in build_vertex_stream function for consistency
refactor(endpoints.py): replace flow_id with flow_id_str in simplified_run_flow function for consistency
refactor(endpoints.py): update flow_id to flow_id_str in simplified_run_flow function for consistency
refactor(endpoints.py): change flow_id to flow_id_str in simplified_run_flow function for consistency
refactor(endpoints.py): replace flow_id with flow_id_str in simplified_run_flow function for consistency
refactor(endpoints.py): update flow_id to flow_id_str in simplified_run_flow function for consistency
refactor(endpoints.py): change flow_id to flow_id_str in simplified_run_flow function for consistency
refactor(endpoints.py): replace flow_id with flow_id_str in simplified_run_flow function for consistency
refactor(endpoints.py): update flow_id to flow_id_str in simplified_run_flow function for consistency
refactor(endpoints.py): change flow_id to flow_id_str in experimental_run_flow function for consistency
refactor(endpoints.py): replace flow_id with flow_id_str in experimental_run_flow function for consistency
refactor(endpoints.py): update flow_id to flow_id_str in experimental_run_flow function for consistency
refactor(endpoints.py): change flow_id to flow_id_str in experimental_run_flow function for consistency
refactor(endpoints.py): replace flow_id with flow_id_str in experimental_run_flow function for consistency
refactor(endpoints.py): update flow_id to flow_id_str in experimental_run_flow function for consistency
refactor(endpoints.py): change flow_id to flow_id_str in experimental_run_flow function for consistency
refactor(endpoints.py): replace flow_id with flow_id_str in experimental_run_flow function for consistency
refactor(endpoints.py): update flow_id

fix(files.py): update variable names from flow_id to flow_id_str for consistency
feat(files.py): use flow_id_str instead of flow_id for file operations to ensure correct folder paths
feat(files.py): improve error handling and response messages in file operations
feat(flows.py): optimize query for fetching example flows
feat(folders.py): refactor create_folder function for better readability and maintainability
feat(folders.py): update_folder function to handle excluded_flows and concat_folder_components
feat(folders.py): improve error handling and response messages in folder operations
feat(folders.py): optimize query for fetching folder in download_file function
feat(schemas.py): update FlowListReadWithFolderName schema field names to name and description

feat(OpenAIConversationalAgent.py): add support for using pydantic SecretStr for storing API key securely
feat(ChatOpenAISpecs.py): add support for using pydantic SecretStr for storing API key securely
refactor(RecordsOutput.py): change base class from TextComponent to CustomComponent
refactor(base.py): remove unused import and log_transaction call
refactor(model.py): change components and flows fields to have default_factory=list
refactor(utils.py): update SQLModel import and use Field for components and flows fields
refactor(service.py): change table_map declaration to use type hints for better readability

* feat(tests): add import statement for Folder model in conftest.py to support new functionality
refactor(tests): update query in conftest.py to use nested query for Folder name
refactor(tests): update import statement for UUID in test_endpoints.py
refactor(tests): update UUID usage in test_endpoints.py for consistency and clarity
refactor(tests): update UUID usage in test_endpoints.py for consistency and clarity
refactor(tests): update UUID usage in test_endpoints.py for consistency and clarity
refactor(tests): update UUID usage in test_endpoints.py for consistency and clarity
feat(tests): add import statement for Folder model in test_initial_setup.py to support new functionality
refactor(tests): update query in test_initial_setup.py to use Folder model for better readability and maintainability

* new lock
2024-05-23 07:55:06 -07:00
SonicDMG
e96367b7cc Updated install text to use 3.10 or greater, removed PyPi badge 2024-05-23 10:35:53 -04:00
SonicDMG
f3abe85e2c Added a cleaner howto gif for README 2024-05-23 10:23:21 -04:00
Cristhian Zanforlin Lousa
9141bbbb86
Refactor: Revamp utils Folder Structure (#1940)
This PR focuses on a comprehensive refactor of the utils folder to
improve code organization, readability, and maintainability.
2024-05-23 11:05:45 -03:00
cristhianzl
1dccd33f48 Merge branch 'dev' into refactor/utils 2024-05-23 11:02:04 -03:00
Cristhian Zanforlin Lousa
0f8312bf84
Refactor: Make My Collection search input use the same component as Store input (#1952) 2024-05-23 11:01:41 -03:00
Eric Hare
0347709d3e
Feature: Updated Chat History for Astra DB (#1895)
* Updated Chat History for Astra DB

* Fix linting issues (i hope)

* Update AstraDBMessageWriter.py

* Fixes from Nicolo's feedback
2024-05-23 06:13:15 -07:00
Prajwal Pai
19680bb137
Add support for Couchbase vector store (#1901)
* add couchbase vector store support

* add docs + minor changes

* Fix lint issues

* remove stray lines

* Add required validation and minor changes

* Address Comments

---------

Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
2024-05-23 06:06:21 -07:00
Madhavan
e39b00cdd6
Minor documentation update (#1948)
* Update to use non-deprecated output parser imports

* Update documentation

* Revert "Update to use non-deprecated output parser imports"

This reverts commit 11a969d82b6b2b3659eb7c3c26b5b29a98815834.
2024-05-23 05:34:01 -07:00
Lucas Oliveira
8813f4e5c3
Fixed global variables disappearing after refresh (#1954) 2024-05-23 04:03:33 -07:00
Nicolò Boschi
349443c4cc
fix uncontrolled data used in path expression from /custom_component (#1926) 2024-05-23 03:37:28 -07:00
Nicolò Boschi
dd344ce6c6
backend: validate flow_id on api (#1927) 2024-05-23 03:34:34 -07:00
Nicolò Boschi
73cee13165
backend: remove unsecure and unused endpoint /custom_component/reload (#1928) 2024-05-23 03:32:47 -07:00
Nicolò Boschi
7e6bb9e66f
deps: remove unused dependency msg-extract (GPL3.0) (#1931)
deps: remove unused dependency msg-extract (GPL3-0)

Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
2024-05-23 03:31:41 -07:00
Nicolò Boschi
e7a387c53b
deps: remove pysrt dependency (GPL3.0) (#1930)
* deps: remove pysrt dependency (GPL3.0)

* deps: remove pysrt dependency (GPL3-0)

---------

Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
2024-05-23 03:30:46 -07:00
Nicolò Boschi
91e6745573
deps: remove unused dependency html2text (GPL3-0) (#1932) 2024-05-23 03:29:32 -07:00
igorrCarvalho
d11c8e9c32 Remove unnused import 2024-05-22 21:21:48 -03:00
igorrCarvalho
18067e9076 Remove unnused imports 2024-05-22 21:21:10 -03:00
igorrCarvalho
af5e3697a9 Refactor: Make My Collection search input use the same component as Store input 2024-05-22 21:20:05 -03:00
igorrCarvalho
b0fed4316d Merge dev into refactor/utils 2024-05-22 20:35:08 -03:00
Cezar Vasconcelos
4f309811bd docs: add integrations to sidebar 2024-05-22 19:38:32 -03:00
Cezar Vasconcelos
d2d942ef62 docs: Notion Page Update instructions 2024-05-22 19:23:49 -03:00
Cezar Vasconcelos
a73ab2dcd5 docs: Notion User Lists instructions 2024-05-22 19:23:35 -03:00
Cezar Vasconcelos
7ceae7ab10 docs: Notion Page Create instructions 2024-05-22 19:23:15 -03:00
Cezar Vasconcelos
91f10da3e9 docs: Notion Page Viewer instructions 2024-05-22 19:22:53 -03:00
Cezar Vasconcelos
28ddd5a28e docs: Notion List Pages instructions 2024-05-22 19:22:30 -03:00
Cezar Vasconcelos
cbd90ac72d docs: Notion List Database Properties instructions 2024-05-22 19:22:15 -03:00
Cezar Vasconcelos
0af41c7f02 docs: Notion Add Content to Page instructions 2024-05-22 19:21:55 -03:00
Cezar Vasconcelos
425269420e docs: add Notion Setup instructions 2024-05-22 19:21:24 -03:00
Gabriel Luiz Freitas Almeida
c540f00d81
Refactor import statements for OpenAI conversational agent (#1949)
* Refactor import statements for OpenAI conversational agent
2024-05-22 13:54:37 -07:00
anovazzi1
f7d336b244
fix tweaks problem in curl (#1947)
* Refactor getCurlCode function to fix JSON formatting issue

* chore: Update package versions in pyproject.toml files
2024-05-22 16:06:21 -03:00
SonicDMG
eaa514e077 Added proper links to shields badges 2024-05-22 14:45:57 -04:00
SonicDMG
e0348017bc Added a TOC, consolidated content into 'intro' section, moved sections around for readability 2024-05-22 14:09:26 -04:00
SonicDMG
25ca7d0669 Added shields badges, intro gif, and new layout for title, tagline, and supporting text 2024-05-22 11:50:21 -04:00
SonicDMG
1775a5017c Initial commit including a quick update to make the hero image relative 2024-05-22 10:50:37 -04:00
igorrCarvalho
c795a36468 Refactor: move get-tags-ids to shareModal folder 2024-05-21 20:34:00 -03:00
igorrCarvalho
e2ca4b79f8 Refactor: move sort-by-name to addNewVariableButton folder 2024-05-21 20:30:10 -03:00
igorrCarvalho
aef52637f6 Refactor: move convert-test-name to cardComponent folder 2024-05-21 20:27:22 -03:00
igorrCarvalho
05859becd4 Refactor: move get-field-title and sort-fields to customNodes folder 2024-05-21 20:20:27 -03:00
igorrCarvalho
7547f0a178 Refactor: move tabsArray to apiModal folder 2024-05-21 20:00:39 -03:00
igorrCarvalho
5850634c04 Refactor: move getWidgetCode to apiModal folder 2024-05-21 19:57:34 -03:00
igorrCarvalho
69f3b16fb7 Refactor: move getPythonCode to apiModal folder 2024-05-21 19:56:02 -03:00
igorrCarvalho
9bd70b2616 Refactor: move getCurlCode to apiModal folder 2024-05-21 19:54:01 -03:00
igorrCarvalho
a480021a54 Refactor: move getPythonApiCode to apiModal folder 2024-05-21 19:50:49 -03:00