Gabriel Luiz Freitas Almeida
212cf9446a
Refactor run_on_mac_or_linux function and update Docker image tags ( #1644 )
...
* Refactor run_on_mac_or_linux function in __main__.py to remove open_browser parameter
* Update Docker image tags in GitHub workflows to use logspace/langflow instead of langflow/langflow
* Update package versions in pyproject.toml and poetry.lock
2024-04-08 21:27:11 -03:00
Gabriel Luiz Freitas Almeida
99454a3d5d
Fix version retrieval in pre-release-langflow.yml workflow
2024-04-08 18:27:06 -03:00
Gabriel Luiz Freitas Almeida
b8a5b0cb96
Update GitHub workflows to create releases for pre-release and main branches
2024-04-08 18:24:45 -03:00
Gabriel Luiz Freitas Almeida
cf4ca624b4
Update package versions in pyproject.toml and fix dependencies ( #1643 )
...
* Update package versions in pyproject.toml and fix dependencies
* Update Docker image tags in GitHub workflows and README.md
2024-04-08 17:18:23 -03:00
Gabriel Luiz Freitas Almeida
83c915916d
Add PythonREPLToolComponent to tools/__init__.py and create PythonREPLTool.py ( #1639 )
...
* re-add --fix
* Add PythonREPLToolComponent to tools/__init__.py and create PythonREPLTool.py
* Refactor PythonREPLToolComponent to use build_status_from_tool in PythonREPLTool.py
* Refactor model_specs imports in ChatLiteLLMSpecs.py
* Refactor imports in various files
* Refactor model_specs imports and class names in AnthropicLLMSpecs.py and AnthropicSpecs.py
2024-04-08 16:51:03 -03:00
Cristhian Zanforlin Lousa
6f52312fe9
Bugfix: Fix loop when auto_login = true ( #1641 )
...
🐛 (typesStore.ts): set loading to false when an error occurs during fetching types to prevent infinite loading state
2024-04-08 15:43:42 -03:00
Gabriel Luiz Freitas Almeida
4dfcbd59a0
Update README.md
2024-04-08 15:37:50 -03:00
Gabriel Luiz Freitas Almeida
cc62a1f665
Update repository URLs to use langflow-ai instead of logspace-ai ( #1642 )
...
* Update repository URLs to use langflow-ai instead of logspace-ai
* Update chat-widget.mdx to remove unnecessary imports and dependencies
2024-04-08 15:36:37 -03:00
Cristhian Zanforlin Lousa
452eb224d7
Enhanced Component Testing & General Test Fixes ( #1585 )
...
This pull request introduces comprehensive new tests for our components,
significantly improving our project's test coverage. In addition to the
new component tests, this PR addresses and resolves several issues that
were affecting our general test suite, enhancing its reliability and
efficiency.
2024-04-08 14:08:15 -03:00
Gabriel Luiz Freitas Almeida
edefbacefb
Update flow names to use "Hello, World" instead of "Hello, world!"
2024-04-08 13:10:54 -03:00
cristhianzl
276dc09926
✨ (playwright.config.ts): increase the number of workers from 2 to 3 to improve test parallelization
...
📝 (auto_login.spec.ts): remove unnecessary beforeEach hook and commented code
📝 (chat_io.spec.ts): remove unnecessary beforeEach hook and commented code
📝 (codeAreaModalComponent.spec.ts): remove unnecessary beforeEach hook and commented code
📝 (dragAndDrop.spec.ts): remove unnecessary beforeEach hook and commented code
📝 (flowPage.spec.ts): remove unnecessary beforeEach hook and commented code
📝 (inputComponent.spec.ts): remove unnecessary beforeEach hook and commented code
📝 (keyPairListComponent.spec.ts): remove unnecessary beforeEach hook and commented code
📝 (nestedComponent.spec.ts): remove unnecessary beforeEach hook and commented code
📝 (promptModalComponent.spec.ts): remove unnecessary beforeEach hook and commented code
📝 (saveComponents.spec.ts): remove unnecessary beforeEach hook and commented code
📝 (toggleComponent.spec.ts): remove unnecessary beforeEach hook and commented code
2024-04-08 12:58:00 -03:00
cristhianzl
357029865f
merge fix
2024-04-08 12:56:28 -03:00
Gabriel Luiz Freitas Almeida
508f144450
correct deps definition
2024-04-08 12:22:04 -03:00
Gabriel Luiz Freitas Almeida
9a0d3b486a
Update package versions and add new dependencies ( #1638 )
...
* Add new dependencies to pyproject.toml
* Update package versions and add new dependencies
* Update langchain-openai version in pyproject.toml
2024-04-08 12:14:19 -03:00
Gabriel Luiz Freitas Almeida
a9cfaf7787
Fix formatting in issues page ( #1628 )
...
* Update Langflow CLI installation and usage instructions
* Fix wrong formatting
2024-04-05 17:07:43 -03:00
Gabriel Luiz Freitas Almeida
606d37bab2
Add possible installation issues page ( #1627 )
...
* Update Langflow CLI installation and usage instructions
2024-04-05 17:04:25 -03:00
Gabriel Luiz Freitas Almeida
10ecc81f66
Update package versions and refactor build project for distribution ( #1626 )
...
* Update package versions in pyproject.toml
* Merge remote-tracking branch 'origin/dev' into new_release
* Refactor build project for distribution in pre-release workflows
* Merge remote-tracking branch 'origin/dev' into new_release
2024-04-05 16:42:14 -03:00
Gabriel Luiz Freitas Almeida
eae2950137
Update package versions in pyproject.toml ( #1625 )
...
* Update package versions in pyproject.toml
* Merge remote-tracking branch 'origin/dev' into new_release
2024-04-05 16:40:22 -03:00
Gabriel Luiz Freitas Almeida
9ef3558a9c
Add version check before publishing to PyPI ( #1624 )
...
* Add version check before publishing to PyPI
2024-04-05 16:36:15 -03:00
Gabriel Luiz Freitas Almeida
03761cf44d
Update dependencies in pyproject.toml ( #1617 )
2024-04-05 16:22:18 -03:00
Sebastián Estévez
7fe7431fd2
Fix yaml link in docs ( #1621 )
2024-04-05 16:22:03 -03:00
Gabriel Luiz Freitas Almeida
5ed2c59c2a
Add version check and new version notice ( #1616 )
...
* Add version check and new version notice
* Add function to extract letter from pre-release version
* Update version banner and add package update notice
* Change log level from error to debug
* Refactor logging configuration and add InterceptHandler
* update banner
* Update launch.json path in .vscode directory
2024-04-05 16:20:17 -03:00
Gabriel Luiz Freitas Almeida
58d9086ce7
Update installation instructions for Langflow ( #1623 )
...
* Update installation instructions for Langflow
* Remove unused imports and fix broken links
2024-04-05 16:10:48 -03:00
Alex Leventer
381f3e82fb
Improve getting started instructions ( #1622 )
2024-04-05 16:07:56 -03:00
Gabriel Luiz Freitas Almeida
9b09156aa6
Update Dockerfile, docker-compose.yml, and add langflow 1.0-alpha tag ( #1620 )
...
* Update Dockerfile to use logspace/langflow:latest image
* Update docker-compose.yml with new version and add PostgreSQL service
* Add langflow 1.0-alpha tag
2024-04-05 14:39:51 -03:00
Gabriel Luiz Freitas Almeida
03503cbbb3
Update links in index.mdx
2024-04-05 11:41:13 -03:00
Gabriel Luiz Freitas Almeida
f01c03897b
Update Langflow Space URL
2024-04-05 11:40:17 -03:00
Alex Leventer
da408f3f71
Update readme hero image ( #1609 )
2024-04-05 10:37:07 -03:00
Phil Miesle
528f7ddb90
issue 1614: fix os path separator dependency ( #1615 )
2024-04-05 10:31:02 -03:00
Gabriel Luiz Freitas Almeida
6651aa75ba
Remove unnecessary image from RAG with AstraDB guide
2024-04-04 19:18:18 -03:00
Gabriel Luiz Freitas Almeida
84a9fb980f
Add conditional restore in Makefile
2024-04-04 18:26:52 -03:00
Matheus
6c04f3e44e
Fix pyproject typo
2024-04-04 23:21:07 +02:00
Matheus Jacques
4202268419
Test release workflow ( #1608 )
...
* Test release workflow
* fix langflow-base version on pyproject
---------
Co-authored-by: Matheus <jacquesmats@gmail.com>
2024-04-04 18:13:26 -03:00
cristhianzl
06fcb61d0f
Merge branch 'zustand/io/migration' into cz/new-tests
2024-04-04 15:44:47 -03:00
Alex Leventer
3e757fb77e
Add docs and discord links to the top of the readme ( #1606 )
...
* Add docs and discord links to the top of the readme
* Fix typo
2024-04-04 14:13:04 -03:00
Gabriel Luiz Freitas Almeida
41d80c7ef5
Add Python 3.10 installation requirement to README.md
2024-04-04 12:18:17 -03:00
Gabriel Luiz Freitas Almeida
2ad2d12775
Add Admonition component for Langflow 1.0 documentation
2024-04-04 11:33:37 -03:00
Gabriel Luiz Freitas Almeida
d5fa3519e0
Update package versions in poetry.lock
2024-04-04 11:17:35 -03:00
anovazzi1
e1286a06fe
Update Logspace link and package versions ( #1604 )
...
* Update Logspace link and version display
* Update package versions in pyproject.toml
---------
Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@logspace.ai>
2024-04-04 11:13:46 -03:00
Gabriel Luiz Freitas Almeida
8a4af57cdf
Update compatibility documentation and add a new image
2024-04-04 09:25:31 -03:00
Gabriel Luiz Freitas Almeida
6613a5e7d2
Update Langflow documentation with information about version 1.0
2024-04-04 09:08:26 -03:00
Gabriel Luiz Freitas Almeida
9fb2261639
Commented out unused guides in sidebars.js
2024-04-04 08:51:44 -03:00
Gabriel Luiz Freitas Almeida
bd2cef1d19
Update sidebar and move getting-started back to guides
2024-04-04 08:50:23 -03:00
Gabriel Luiz Freitas Almeida
07b1435fad
Fix publishing targets in Makefile
2024-04-04 03:44:18 -03:00
Gabriel Luiz Freitas Almeida
2f4fcc967a
Update langflow-base dependency version ( #1601 )
...
* Update version in pyproject.toml and fix dependency update script
* Update langflow-base dependency version
2024-04-04 03:39:10 -03:00
Gabriel Luiz Freitas Almeida
7045346060
Remove unnecessary build steps in Makefile
2024-04-04 03:21:16 -03:00
Gabriel Luiz Freitas Almeida
c1386ff510
Update version command in pre-release workflow
2024-04-04 03:17:07 -03:00
Gabriel Luiz Freitas Almeida
cf1456ba8a
Refactor get_version_from_pypi to use default python lib for GET request
2024-04-04 03:13:11 -03:00
Gabriel Luiz Freitas Almeida
e081b985c4
Add force_release input to workflow_dispatch
2024-04-04 03:00:20 -03:00
Gabriel Luiz Freitas Almeida
2187b7a74a
Update publish command in workflows
2024-04-04 02:57:05 -03:00