Commit graph

12,599 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
2102c1d5f2 chore: update linting workflows to include dev branch in merge_group 2024-06-24 07:41:40 -07:00
Lucas Oliveira
1af961f1f7 Fixed starter flows 2024-06-24 07:38:40 -07:00
Lucas Oliveira
5ce681355d Added new text to the page A New Chapter for Langflow 2024-06-24 07:17:13 -07:00
Lucas Oliveira
1f0532a995 Fixed link errors 2024-06-24 06:49:41 -07:00
Lucas Oliveira
0bd768f92d Fixed broken link on docs 2024-06-24 06:49:41 -07:00
Lucas Oliveira
63b72e8c82 Fixed prompt customization to import Admonition 2024-06-24 06:36:34 -07:00
Gabriel Luiz Freitas Almeida
900e3f8006
Release Langflow 1.0 (#2303)
This PR releases Langflow 1.0 in the main branch and updates the
documentation.
2024-06-24 06:20:50 -07:00
Gabriel Luiz Freitas Almeida
24d9e86885 chore: update package versions in pyproject.toml files 2024-06-24 10:19:17 -03:00
Gabriel Luiz Freitas Almeida
a539c90c31 chore: fix types in Alembic migration script 2024-06-24 10:10:29 -03:00
Gabriel Luiz Freitas Almeida
ceaff46016 Merge remote-tracking branch 'origin/main' into dev 2024-06-24 10:09:44 -03:00
Gabriel Luiz Freitas Almeida
07cc7b31a1 chore: remove merge artifact 2024-06-24 06:08:28 -07:00
Gabriel Luiz Freitas Almeida
b3b68c3a38 Fixes Pinecone implementation (#1856)
* ⬆️ (pyproject.toml): upgrade langchain-pinecone dependency to version 0.1.0

* 📝 (Pinecone.py): Update Pinecone component to use new DistanceStrategy enum for distance calculation and improve configuration options for Pinecone vector store creation.

* ⬆️ (pyproject.toml): upgrade package version from 0.6.18 to 0.6.19
2024-06-24 06:08:28 -07:00
Gabriel Luiz Freitas Almeida
da63ee977e Fix bugs and make improvements (#1794)
* add ? to prevent bug when template has no value

* Refactor determine_component_name function in utils.py to use file name

* Bump version to 0.6.18 in pyproject.toml

---------

Co-authored-by: anovazzi1 <otavio2204@gmail.com>
2024-06-24 06:08:28 -07:00
Gabriel Luiz Freitas Almeida
4b72a7caa8 Fix unique constraints for id column and update API key creation (#1764)
* Update .gitignore to ignore additional files and directories

* Add migration to fix column types

* Bump version to 0.6.17 in pyproject.toml
2024-06-24 06:08:28 -07:00
Gabriel Luiz Freitas Almeida
23bbaf99c8 Fix unique constraints for id column (#1584)
Fix unique constraints for id column (#1583)

* Fix unique constraints for id column

* Update version in pyproject.toml
2024-06-24 06:08:28 -07:00
Gabriel Luiz Freitas Almeida
184f2524cf refactor: make rag example be two flows again 2024-06-24 05:59:32 -07:00
Lucas Oliveira
4e26b46825 FIxed basic prompting 2024-06-24 05:59:32 -07:00
Lucas Oliveira
c55bbfdc9b Fixed examples to use gpt 4 2024-06-24 05:59:32 -07:00
Gabriel Luiz Freitas Almeida
bb785c7be4 fix: remove prompt chaining project 2024-06-24 05:59:32 -07:00
Gabriel Luiz Freitas Almeida
39320ae31e refactor: Update nodeColors and nodeNames in styleUtils.ts for consistency 2024-06-24 05:59:32 -07:00
Lucas Oliveira
723d854db2 Fixed starter examples 2024-06-24 05:59:32 -07:00
Lucas Oliveira
4cc7ae1f2a Fixed starter examples 2024-06-24 05:59:32 -07:00
Lucas Oliveira
d0e84c1dc8 Fixed starter examples 2024-06-24 05:59:32 -07:00
Gabriel Luiz Freitas Almeida
57df2a0744 Fixes Pinecone implementation (#1856)
* ⬆️ (pyproject.toml): upgrade langchain-pinecone dependency to version 0.1.0

* 📝 (Pinecone.py): Update Pinecone component to use new DistanceStrategy enum for distance calculation and improve configuration options for Pinecone vector store creation.

* ⬆️ (pyproject.toml): upgrade package version from 0.6.18 to 0.6.19
2024-06-24 05:56:11 -07:00
Gabriel Luiz Freitas Almeida
68e63001df Fix bugs and make improvements (#1794)
* add ? to prevent bug when template has no value

* Refactor determine_component_name function in utils.py to use file name

* Bump version to 0.6.18 in pyproject.toml

---------

Co-authored-by: anovazzi1 <otavio2204@gmail.com>
2024-06-24 05:56:11 -07:00
Gabriel Luiz Freitas Almeida
c97d0d630f Fix unique constraints for id column and update API key creation (#1764)
* Update .gitignore to ignore additional files and directories

* Add migration to fix column types

* Bump version to 0.6.17 in pyproject.toml
2024-06-24 05:56:11 -07:00
Gabriel Luiz Freitas Almeida
243a4e77f0 Update column types and bump version (#1653)
* Add logger import in script.py.mako

* Fix error handling during upgrade in alembic scripts

* Bump version to 0.6.14 in pyproject.toml

* Update column types in credential and api_key models

* Bump version to 0.6.15 in pyproject.toml
2024-06-24 05:56:11 -07:00
Gabriel Luiz Freitas Almeida
537cf93493 Add logger import and fix error handling during upgrade in alembic scripts (#1650)
* Add logger import in script.py.mako

* Fix error handling during upgrade in alembic scripts

* Bump version to 0.6.14 in pyproject.toml
2024-06-24 05:56:11 -07:00
Lucas Oliveira
abbc0097e7 Added GTAG for Google Analytics 2024-06-24 05:56:11 -07:00
Gabriel Luiz Freitas Almeida
1e12f05cb8 Fix unique constraints for id column (#1584)
Fix unique constraints for id column (#1583)

* Fix unique constraints for id column

* Update version in pyproject.toml
2024-06-24 05:56:11 -07:00
Gabriel Luiz Freitas Almeida
5c09ff40d9 refactor: Update LangSmithTracer initialization error handling 2024-06-24 05:55:46 -07:00
Gabriel Luiz Freitas Almeida
7f94f5f5dd Update project documentation URLs to use the new domain 2024-06-24 05:43:40 -07:00
Gabriel Luiz Freitas Almeida
0268c7c0dd refactor: remove unused tests 2024-06-24 05:42:46 -07:00
Gabriel Luiz Freitas Almeida
47940c8aa5 refactor: Update ToolCallingAgentComponent input_dict type to use Dict[str, str] for values 2024-06-24 05:42:46 -07:00
Gabriel Luiz Freitas Almeida
ef1e70d151 style: run prettier 2024-06-24 05:05:35 -07:00
Gabriel Luiz Freitas Almeida
6f836c35b1 style: run ruff 2024-06-24 05:05:35 -07:00
Gabriel Luiz Freitas Almeida
5c1ac1b273 refactor: Update imports to use MessageTextInput instead of TextInput 2024-06-24 05:05:35 -07:00
Gabriel Luiz Freitas Almeida
0c75ba492d (SplitText.py): Add MessageTextInput import to support handling message input in langflow components. 2024-06-24 05:05:35 -07:00
italojohnny
5505d3fef6 adjust model temperature value 2024-06-24 05:05:10 -07:00
italojohnny
2530a25b71 set default temperature value 2024-06-24 05:05:10 -07:00
Gabriel Luiz Freitas Almeida
8c7063e0ec refactor: Update VectaraVectorStoreComponent to handle embedding input and add documents to vector store 2024-06-24 08:58:38 -03:00
Gabriel Luiz Freitas Almeida
914e741e29 fix: imports from TextInput to MessageTextInput 2024-06-24 04:56:40 -07:00
Gabriel Luiz Freitas Almeida
d18ac62476 chore: Update imports and remove unused components in deactivated and prototypes folders 2024-06-24 04:56:40 -07:00
Gabriel Luiz Freitas Almeida
c63bef8b78 remove comment 2024-06-24 04:56:40 -07:00
italojohnny
6ec39c8136 fix erros reported by mypy 2024-06-24 04:56:40 -07:00
Gabriel Luiz Freitas Almeida
d11e7c6fc5 fix: run ruff 2024-06-24 04:43:49 -07:00
Cezar Vasconcelos
783475e50d refactor: Update VectaraVectorStoreComponent to handle embedding input and add documents to vector store 2024-06-24 04:43:49 -07:00
Gabriel Luiz Freitas Almeida
70ffff186a refactor: Update ToolCallingAgent.py imports and type annotations 2024-06-24 04:38:39 -07:00
ogabrielluiz
321ef411e5 Apply Prettier formatting 2024-06-24 04:38:39 -07:00
Lucas Oliveira
3f22a78c5a Fixed beta 2024-06-24 04:38:39 -07:00