Commit graph

4,900 commits

Author SHA1 Message Date
Cristhian Zanforlin Lousa
21096562b2
Bugfix on DEV - Copy and Paste on CodeEditModal (#929)
🔧 chore(codeAreaModal/index.tsx): add additional class names to
CodeMirror component for better control and customization
2023-09-18 14:40:19 -03:00
Cristhian Zanforlin Lousa
14c9f863dc 🔧 fix(dialog.tsx): remove unnecessary CSS classes 'noundo' and 'nocopy' to simplify the code and improve maintainability
🔧 fix(codeAreaModal/index.tsx): remove unnecessary CSS classes 'nopan', 'nodrag', 'noundo', and 'nocopy' to simplify the code and improve maintainability
2023-09-18 14:26:27 -03:00
Cristhian Zanforlin Lousa
3e2f3046a9 🔧 chore(codeAreaModal/index.tsx): add additional class names to CodeMirror component for better control and customization 2023-09-18 13:51:01 -03:00
Gabriel Luiz Freitas Almeida
7d39cdc7aa
fix issue, the custom component cannot be load success by setting env… (#823) 2023-09-18 11:01:57 -03:00
Gabriel Luiz Freitas Almeida
44466dc2d1 🐛 fix(RecursiveCharacterTextSplitter.py): uncomment line to assign repr_value to separators variable
 feat(util.py): add build_loader_repr_from_documents function to generate a representation string from a list of documents
2023-09-14 21:38:10 -03:00
Gabriel Luiz Freitas Almeida
329d779b6e
Fixed Lint error and no module error (#918) 2023-09-15 00:35:36 +00:00
Guangya Liu
03a71b1fe8 use optional for user 2023-09-14 19:48:48 -04:00
Gabriel Luiz Freitas Almeida
5ac3208c8a Merge remote-tracking branch 'origin/main' into dev 2023-09-14 20:02:52 -03:00
Gabriel Luiz Freitas Almeida
fa94ae3350
🔧 chore(render.yaml): add disk configuration for langflow-data to pro… (#919) 2023-09-14 23:02:26 +00:00
Gabriel Luiz Freitas Almeida
ff18b32aeb 🔀 chore(README.md): update Railway deployment button link to use a different template 2023-09-14 20:01:51 -03:00
Gabriel Luiz Freitas Almeida
40969d905a 🐛 fix(render.yaml): fix indentation of value for LANGFLOW_DATABASE_URL environment variable to match the key 2023-09-14 17:19:13 -03:00
Gabriel Luiz Freitas Almeida
502b520782 🔧 chore(render.yaml): add LANGFLOW_DATABASE_URL environment variable with sqlite database path to improve configuration
The LANGFLOW_DATABASE_URL environment variable is added with the value `sqlite:////home/user/.cache/langflow/langflow.db` to specify the path to the SQLite database file for the Langflow service. This improves the configuration by providing a specific location for the database file.
2023-09-14 17:18:22 -03:00
Gabriel Luiz Freitas Almeida
2a947e33a7 🔧 chore(render.yaml): remove unnecessary 'plan' field from langflow service configuration
📝 docs(render.yaml): update langflow service configuration to remove 'plan' field for better clarity and consistency
2023-09-14 15:39:46 -03:00
Gabriel Luiz Freitas Almeida
54776687f1 🔧 chore(render.yaml): add disk configuration for langflow-data to provide persistent storage for langflow cache 2023-09-14 15:38:45 -03:00
Guangya Liu
c710c1ce82 Fixed lint error 2023-09-14 13:33:48 -04:00
Guangya Liu
888ded02f9 Fixed format pre-check error 2023-09-14 10:17:13 -04:00
Guangya Liu
9b9a84f81f Fixed Bug 916: No module named 'langflow.settings' error 2023-09-14 10:14:56 -04:00
Gabriel Luiz Freitas Almeida
57cba4233a
Fixed format errors (#903) 2023-09-14 01:29:26 +00:00
Cristhian Zanforlin Lousa
e1bb4b4a24
🐛 fix(genericModal/index.tsx): close modal when template has no varia… (#911)
…bles to prevent user confusion
2023-09-13 22:26:38 -03:00
Cristhian Zanforlin Lousa
887bfb8ee7 🐛 fix(genericModal/index.tsx): close modal when template has no variables to prevent user confusion 2023-09-13 21:42:26 -03:00
Gabriel Luiz Freitas Almeida
c6be7cdecd Merge remote-tracking branch 'origin/main' into dev 2023-09-13 21:32:51 -03:00
Cristhian Zanforlin Lousa
8121dc0a8b 🔨 refactor(dialog.tsx): remove unused IconComponent import and replace it with Cross2Icon from @radix-ui/react-icons
🎨 style(dialog.tsx): update DialogContent className to improve positioning and animation effects
2023-09-12 16:56:53 -03:00
anovazzi1
492ca19fff text update 2023-09-12 16:35:04 -03:00
anovazzi1
90c864fafc refactor(parameterComponent): update text displayed based on the value of the 'left' prop for better clarity and consistency 2023-09-12 16:35:04 -03:00
igorrCarvalho
cd28ae2c59 Refactor: Add header to node tooltips 2023-09-12 16:35:04 -03:00
igorrCarvalho
c03b11ab70 Refactor: Remove description space whem node does not have a space 2023-09-12 16:35:04 -03:00
igorrCarvalho
e38b904af2 Refactor: Remove blank space when node has no description 2023-09-12 16:35:04 -03:00
Guangya Liu
f0ba05c9cc rollback the test error with python 3.10 2023-09-12 11:52:14 -04:00
Guangya Liu
48586fc3e6 Fix format errors 2023-09-12 11:17:11 -04:00
Guangya Liu
36aee971c4 fix test errors 2023-09-12 11:16:11 -04:00
Gabriel Luiz Freitas Almeida
a35e6a6556
📝 docs(langfuse_integration.mdx): remove reference to troubleshooting section in Langfuse documentation as it is not available (#900) 2023-09-12 01:41:47 +00:00
Gabriel Luiz Freitas Almeida
b819f37798 📝 docs(langfuse_integration.mdx): remove reference to troubleshooting section in Langfuse documentation as it is not available
📝 docs(langfuse_integration.mdx): update step 3 to remove mention of consulting Langfuse documentation or contacting support for integration issues
2023-09-11 22:40:47 -03:00
anovazzi1
374ae22563
Profile Page implementation and fix on Admin Page (#896) 2023-09-11 18:49:43 -03:00
anovazzi1
249cf833fa fix(AdminPage/index.tsx): fix asynchronous handling of updateUser function to properly reset filter and set success data after user update
fix(styleUtils.ts): fix import statement for GradientSparkles component to use curly braces for named import
2023-09-11 18:46:50 -03:00
anovazzi1
732c140fb7 Merge remote-tracking branch 'origin/dev' into feature/profilePage 2023-09-11 18:36:11 -03:00
anovazzi1
22a7f37efb fix(GradientSparkles/index.tsx): remove unnecessary import of Infinity component from lucide-react
fix(GradientSparkles/index.tsx): replace usage of imported Infinity component with inline SVG code to avoid crashing the UI
2023-09-11 18:33:04 -03:00
Lucas Oliveira
64bb977045 Fixed isActive and isSuperuser not changing when creating user 2023-09-11 18:09:22 -03:00
Gabriel Luiz Freitas Almeida
967483e59c Revert "Fixed isActive and isSuperuser not changing when creating user"
This reverts commit b454b8c7ce.
2023-09-11 17:29:34 -03:00
Lucas Oliveira
b454b8c7ce Fixed isActive and isSuperuser not changing when creating user 2023-09-11 16:59:33 -03:00
Lucas Oliveira
d09df8a497 Formatting Fixes 2023-09-11 16:07:40 -03:00
Lucas Oliveira
f8ab2f12be Merge branch 'dev' into feature/profilePage 2023-09-11 16:07:17 -03:00
Lucas Oliveira
77e9e79332 Fix on api button 2023-09-11 16:06:27 -03:00
Lucas Oliveira
268906fe49 Minor bug fixes to clean console 2023-09-11 16:05:25 -03:00
Gabriel Luiz Freitas Almeida
04e0637906 🔒 chore(poetry.lock): update alembic version from 1.11.3 to 1.12.0 for database migration tool
🔄 chore(poetry.lock): update anthropic version from 0.3.11 to 0.3.3 for client library for anthropic API
🔄 chore(poetry.lock): update anyio version from 3.7.1 to 4.0.0 for high level compatibility layer for multiple asynchronous event loop implementations
🔄 chore(poetry.lock): update asttokens version from 2.2.1 to 2.4.0 for annotating AST trees with source code positions

🔒 chore(poetry.lock): update black package version from 23.7.0 to 23.9.1 for code formatting improvements

🔧 chore: update black package to version 23.9.1

- Update black package to version 23.9.1
- Add new wheel and tar.gz files with their respective hashes

🔒 chore(poetry.lock): update typing-extensions version to >=4.0.1 to align with Python version compatibility
🔒 chore(poetry.lock): remove bleach package and its dependencies as it is no longer needed

🔒 chore(poetry.lock): update clickhouse-connect package version from 0.6.10 to 0.6.11 for bug fixes and improvements

🔄 chore(clickhouse_connect): update clickhouse_connect package to version 0.6.11

The clickhouse_connect package has been updated to version 0.6.11. This update includes new wheel files with updated hashes for various platforms.

🔧 chore(clickhouse_connect): update wheel files

The wheel files for clickhouse_connect have been updated to version 0.6.11. This commit includes the updated wheel files for various platforms and their corresponding hashes.

🔧 chore(clickhouse_connect): update package dependencies

The package dependencies have been updated to include the following files:
- clickhouse_connect-0.6.11-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- clickhouse_connect-0.6.11-pp37-pypy37_pp73-win_amd64.whl
- clickhouse_connect-0.6.11-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
- clickhouse_connect-0.6.11-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- clickhouse_connect-0.6.11-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- clickhouse_connect-0.6.11-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- clickhouse_connect-0.6.11-pp38-pypy38_pp73-win_amd64.whl
- clickhouse_connect-0.6.11-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
- clickhouse_connect-0.6.11-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- clickhouse_connect-0.6.11-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- clickhouse_connect-0.6.11-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- clickhouse_connect-0.6.11-pp39-pypy39_pp73-win_amd64.whl

These changes were made to update the package dependencies and ensure compatibility with the latest versions.

📦 chore(poetry.lock): update cohere package version from 4.21 to 4.17.0

📦 chore(poetry.lock): update coverage package version from 7.3.0 to 7.3.1 to fix a bug and improve code coverage accuracy

🚀 feat(coverage): update coverage package to version 7.3.1

The coverage package has been updated to version 7.3.1. This update includes new wheel files for various platforms and architectures. The new version provides bug fixes and improvements to the coverage functionality.

🔒 chore: update coverage package dependencies

The coverage package dependencies have been updated to version 7.3.1. This update includes various wheel files with their corresponding hashes.

🔒 chore(poetry.lock): update ctransformers package version to 0.2.27

🔒 chore(poetry.lock): update debugpy package version to 1.7.0

🔒 chore(poetry.lock): update diskcache package version from 5.6.1 to 5.6.3 for security and bug fixes

🔒 chore(poetry.lock): update fastavro package version from 1.8.2 to 1.8.3 to include bug fixes and improvements

🔧 chore: update fastavro package dependencies

- Update fastavro package to version 1.8.3
- Add support for multiple platform-specific wheel files with their respective hashes
- Update package extras configuration

🔒 chore(poetry.lock): update fsspec version from 2023.6.0 to 2023.9.0
🔒 chore(poetry.lock): update GitPython version from 3.1.32 to 3.1.35
🔒 chore(poetry.lock): update google-api-python-client version from 2.97.0 to 2.98.0
🔒 chore(poetry.lock): update google-cloud-aiplatform version from 1.31.1 to 1.32.0
🔒 chore(poetry.lock): update dependencies for the 'full' extra
🔒 chore(poetry.lock): update dependencies for the 'preview' extra
🔒 chore(poetry.lock): update dependencies for the 'testing' extra

🔒 chore(poetry.lock): update google-resumable-media to version 2.6.0 for improved Google Media Downloads and Resumable Uploads support
🔒 chore(poetry.lock): update gotrue to version 1.1.0 for improved Python Client Library for GoTrue
🔒 chore(poetry.lock): update ipykernel to version 6.25.2 for improved IPython Kernel for Jupyter
🔒 chore(poetry.lock): update ipython to version 8.15.0 for improved IPython: Productive Interactive Computing
🔒 chore(poetry.lock): update langsmith to version 0.0.35 for improved client library to connect to the LangSmith LLM Tracing and Evaluation Platform
🔒 chore(poetry.lock): update llama-cpp-python to version 0.1.84 for improved Python wrapper for llama.cpp
🔒 chore(poetry.lock): update loguru to version 0.7.2 for improved Python logging made (stupidly) simple

🔒 chore(poetry.lock): update dev dependencies in poetry.lock

🔄 chore(poetry.lock): update pypdf version to 3.16.0 in poetry.lock

🔄 chore(poetry.lock): update pytest version to 7.4.2 in poetry.lock

🔄 chore(poetry.lock): update pytz version to 2023.3.post1 in poetry.lock

🔄 chore(poetry.lock): update nh3 version to 0.2.14 in poetry.lock

ℹ️ chore(poetry.lock): Update dev dependencies in poetry.lock to ensure compatibility and improve security

ℹ️ chore(poetry.lock): Update pypdf version to 3.16.0 in poetry.lock to fix bugs and add new features

ℹ️ chore(poetry.lock): Update pytest version to 7.4.2 in poetry.lock to ensure compatibility and improve testing capabilities

ℹ️ chore(poetry.lock): Update pytz version to 2023.3.post1 in poetry.lock to ensure accurate timezone definitions

ℹ️ chore(poetry.lock): Update nh3 version to 0.2.14 in poetry.lock to add support for Ammonia HTML sanitizer Python binding

🔒 chore(poetry.lock): update qdrant-client version to 1.5.1 to include bug fixes and improvements
🔒 chore(poetry.lock): update python-versions for qdrant-client to >=3.8,<3.12 to align with supported versions
🔒 chore(poetry.lock): update readme-renderer version to 42.0 to include enhancements and bug fixes
🔒 chore(poetry.lock): add nh3 as a dependency for readme-renderer to support additional functionality

🔒 chore(poetry.lock): update package "safetensors" to "sacremoses" version 0.0.53

🔒 chore: update dependencies in pyproject.toml

🔄 chore: update dependencies in pyproject.toml

🔒 chore: pin dependencies in pyproject.toml

🔄 chore: pin dependencies in pyproject.toml

🔒 chore: add new dependencies to pyproject.toml

🔄 chore: add new dependencies to pyproject.toml

🔒 chore(poetry.lock): update setuptools version to 68.2.1 for improved package management
🔒 chore(poetry.lock): update soupsieve version to 2.5 for improved CSS selector implementation
🔒 chore(poetry.lock): update textual version to 0.36.0 for improved Text User Interface framework
🔒 chore(poetry.lock): update packaging version to 23.1 for improved testing integration
🔒 chore(poetry.lock): update build[virtualenv] version to 1.0.3 for improved testing integration
🔒 chore(poetry.lock): update sphinx version to 3.5 for improved documentation
🔒 chore(poetry.lock): update sphinx-notfound-page version to 1 for improved documentation
🔒 chore(poetry.lock): update sphinx-hoverxref version to <2 for improved documentation
🔒 chore(poetry.lock): update sphinx-inline-tabs version to 1 for improved documentation
🔒 chore(poetry.lock): update sphinx-lint version to 1 for improved documentation
🔒 chore(poetry.lock): update sphinx-reredirects version to 1 for improved documentation
🔒 chore(poetry.lock): update sphinxcontrib-towncrier version to 1 for improved documentation

🔒 chore(poetry.lock): update tokenizers package version to 0.14.0 for compatibility with Python versions >=3.7

🚀 feat: update tokenizers package to version 0.14.0

- Add support for multiple platform-specific wheel files for tokenizers 0.14.0
- Update the hashes for the new wheel files

This update allows users to install and use the latest version of the tokenizers package, which includes bug fixes and new features.

🔧 chore(tokenizers): update tokenizers wheel files

The tokenizers wheel files have been updated to version 0.14.0. This commit includes the updated wheel files for various platforms and architectures.

🔧 chore(tokenizers): update tokenizers package to version 0.14.0

📝 docs(tokenizers): add setuptools_rust and sphinx_rtd_theme as dependencies for documentation generation

🚀 feat(tokenizers): add huggingface_hub as a dependency

🔬 test(tokenizers): add tokenizers[testing] as a development dependency for testing

🔧 chore(tokenizers): update testing dependencies to black 22.3, datasets, numpy, pytest, and requests

🔒 chore(poetry.lock): update poetry.lock file

The poetry.lock file has been updated. This commit includes changes to the dependencies specified in the lock file.

📦 chore(poetry.lock): update dependencies in poetry.lock file

🔄 chore(poetry.lock): update transformers package version to 4.17.0
🔍 chore(poetry.lock): update description of transformers package

🔄 chore(poetry.lock): update python-versions constraint to >=3.6.0

🔄 chore(poetry.lock): update file hashes for transformers package

🔄 chore(poetry.lock): update huggingface-hub package constraint to >=0.1.0

🔄 chore(poetry.lock): update tokenizers package constraint

🔄 chore(poetry.lock): update sacremoses package constraint

🔄 chore(poetry.lock): update dependencies for the all extra

🔄 chore(poetry.lock): update dependencies for the audio extra

🔄 chore(poetry.lock): update dependencies for the codecarbon extra

🔄 chore(poetry.lock): update dependencies for the dev extra

🔄 chore(poetry.lock): update dependencies for the dev-tensorflow extra

🔄 chore(poetry.lock): update dependencies for the dev-torch extra

🚀 chore(dependencies): update dev and docs dependencies

- Remove unnecessary dependencies from the dev and docs sections
- Update versions of existing dependencies to their latest compatible versions
- Add new dependencies for deepspeed, serving, and speech sections

🔄 chore(package): update package name to "twine"

🔒 chore(poetry.lock): update validators package to version 0.22.0 for Python Data Validation for Humans™
🔒 chore(poetry.lock): update weaviate-client package to version 3.24.1 for a python native Weaviate client
🔒 chore(poetry.lock): update websocket-client package to version 1.6.3 for WebSocket client for Python with low level API options
🔒 chore(poetry.lock): update xlsxwriter package to version 3.1.3 for creating Excel XLSX files.
2023-09-11 15:08:41 -03:00
Gabriel Luiz Freitas Almeida
16dd6fe547
chore(deps): bump gitpython from 3.1.32 to 3.1.34 (#882) 2023-09-11 18:01:23 +00:00
Gabriel Luiz Freitas Almeida
1dcbee4289 🚀 chore(pre-release.yml): set prerelease flag to true in the GitHub Actions workflow to publish a pre-release version 2023-09-11 14:56:29 -03:00
Gabriel Luiz Freitas Almeida
6a477d2dd8
Fix lint error (#886) 2023-09-11 17:27:04 +00:00
Gabriel Luiz Freitas Almeida
96865bde5e
bugfix: updated Makefile to use langflow run (#879) 2023-09-11 17:26:28 +00:00
Cristhian Zanforlin Lousa
a2eadbedb1 🐛 fix(api.tsx): add conditional check before calling login function to prevent errors when response data is missing access_token or refresh_token 2023-09-11 09:10:44 -03:00
Cristhian Zanforlin Lousa
b832e0844e 🐛 fix(API/index.ts): add condition to check if token exists before making the request to renew access token to prevent errors 2023-09-11 09:08:32 -03:00