Gabriel Luiz Freitas Almeida
8be42c4e69
Refactor HuggingFaceEndpointsComponent imports and handle model_kwargs parameter
2024-02-21 22:50:11 -03:00
Gabriel Luiz Freitas Almeida
ee44f4dd62
Add title_case option to CustomComponent
2024-02-21 22:44:17 -03:00
Gabriel Luiz Freitas Almeida
eda14b1dc4
Update version number in pyproject.toml
2024-02-21 22:35:44 -03:00
Gabriel Luiz Freitas Almeida
8c897514aa
Add docs for field update, icon, and small fixes ( #1459 )
...
* Refactor code formatting and improve error handling in utils.py
* Refactor parameterComponent to include refresh button
* Update Langflow description
* Add new_langflow_demo.gif and remove langflow-demo.gif and langflow-screen.png
* Update image source path in README.md
* Add dynamic options and default value support to CustomComponent class
2024-02-21 22:30:01 -03:00
Carlos Coelho
bdc41d2856
Update Langflow README ( #1456 )
...
* Update Langflow README
* Refactor flow creation process
* Update README.md
* Removed some phrases, changed Creating Flows section
* Update README.md with additional project references
---------
Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@logspace.ai>
2024-02-21 10:49:57 -03:00
Gabriel Luiz Freitas Almeida
e99ee9303f
Feature: Fields are now converted to title case by default ( #1436 )
...
If no display_name is provided, the name of the Field is the title case
version of the name. (e.g file_path -> File Path)
The user has the option to deactivate this behaviour in a field by field
basis by passing `title_case=False`.
2024-02-19 20:59:24 -03:00
Gabriel Luiz Freitas Almeida
9b1ed3245b
Add field_order property to CustomComponent ( #1424 )
...
This pull request adds a new property called `field_order` to the
`CustomComponent` class. The `field_order` property allows developers to
define the order in which fields will be displayed in the canvas. This
can be useful for customizing the layout of the component.
#1373
2024-02-19 20:58:55 -03:00
Gabriel Luiz Freitas Almeida
1b9f0c0abf
Update version to 0.6.7a5 in pyproject.toml ( #1447 )
...
This pull request updates the version in pyproject.toml to 0.6.7a5.
2024-02-19 13:44:23 -03:00
Gabriel Luiz Freitas Almeida
d0722f2212
Update version to 0.6.7a5 in pyproject.toml
2024-02-19 13:43:09 -03:00
Gabriel Luiz Freitas Almeida
db50757580
Update version to 0.6.7a4 and fix formatting and import issues ( #1446 )
...
This pull request updates the version to 0.6.7a4 in pyproject.toml and
fixes formatting and import issues.
2024-02-19 13:39:35 -03:00
Gabriel Luiz Freitas Almeida
d87bdfd57e
Merge branch 'dev' into release7a3
2024-02-19 13:39:17 -03:00
Gabriel Luiz Freitas Almeida
b95169c1e9
Update version to 0.6.7a4 in pyproject.toml
2024-02-19 13:37:06 -03:00
Gabriel Luiz Freitas Almeida
d2c1d86f67
Update login.py with new auth settings
2024-02-19 13:36:38 -03:00
Gabriel Luiz Freitas Almeida
88ec5ef1cc
Update version to 0.6.7a3 and fix formatting and import issues ( #1445 )
...
* Update version to 0.6.7a3 in pyproject.toml
* Fix formatting and import issues
* Import litellm package and update ChatLiteLLMComponent class
2024-02-19 13:30:34 -03:00
Gabriel Luiz Freitas Almeida
451f176fb4
Import litellm package and update ChatLiteLLMComponent class
2024-02-19 13:29:32 -03:00
Gabriel Luiz Freitas Almeida
abd9b8e3a9
Fix formatting and import issues
2024-02-19 13:28:16 -03:00
Gabriel Luiz Freitas Almeida
e5bc9aca3f
Update version to 0.6.7a3 in pyproject.toml
2024-02-19 13:27:21 -03:00
Gabriel Luiz Freitas Almeida
69227ac5ba
Hf fix ( #1444 )
...
fix hf auth loop error
2024-02-19 13:26:35 -03:00
anovazzi1
9fc6df14eb
Add controlX Feature on Flow ( #1438 )
...
This pull request introduces the "Control X" command to our
application's flow, aiming to enhance user control and improve the
overall user experience. The "Control X" command allows users to execute
a crop shortcut.
2024-02-19 13:23:15 -03:00
Gabriel Luiz Freitas Almeida
2491c87fda
Refactor authentication cookie settings
2024-02-19 11:45:36 -03:00
anovazzi1
4f2c8cde34
Update cookie settings for login and token refresh
2024-02-19 11:23:27 -03:00
anovazzi1
77331da3b6
Update cookie settings for secure access
2024-02-19 11:15:08 -03:00
anovazzi1
ab4ff09e8e
Update cookie settings for login and refresh_token functions
2024-02-19 10:49:02 -03:00
Gabriel Luiz Freitas Almeida
94422e108a
Add LiteLLM support ( #1440 )
...
Added ChatLiteLLMComponent providing support to its large library of
LLMs: https://litellm.ai/
2024-02-19 09:39:54 -03:00
Gabriel Luiz Freitas Almeida
60919a4ae4
Url twitter update ( #1441 )
...
Update URL Twitter documentation.
2024-02-19 08:49:22 -03:00
carlosrcoelho
72f420dacd
Update Langflow Twitter handle
2024-02-18 19:08:09 -03:00
carlosrcoelho
b6a1989358
Update Twitter links in config and headerComponent
2024-02-18 19:07:07 -03:00
Ricardo Henriques
534cf7c1a6
Changes some parameters for mypy linting compatibility
2024-02-18 18:47:50 +00:00
Ricardo Henriques
08c2542416
Rename LiteLLMComponent to ChatLiteLLMComponent
2024-02-18 15:53:21 +00:00
Ricardo Henriques
868aca053e
Remove unused code in ChatLiteLLM.py
2024-02-18 15:50:54 +00:00
Ricardo Henriques
4aadd27db1
Update ChatLiteLLM import and add verbose option
2024-02-18 15:36:04 +00:00
Ricardo Henriques
32012df810
Add ChatLiteLLM component to backend
2024-02-18 14:34:37 +00:00
Ricardo Henriques
a62ae5b722
Add LiteLLMComponent to the project
2024-02-18 14:13:26 +00:00
Gabriel Luiz Freitas Almeida
f0e8dca7b3
Update prompts.mdx ( #1425 )
...
Update prompts.mdx
2024-02-16 18:46:03 -03:00
cristhianzl
92e966e466
merge fix
2024-02-16 17:06:03 -03:00
Lucas Oliveira
b13a52db97
Fixed groupByFamily
2024-02-16 18:23:34 +01:00
Carlos Coelho
8178e1ee67
Add files via upload
2024-02-16 14:08:58 -03:00
cristhianzl
df1e6a4600
add controlX feature
2024-02-16 12:05:42 -03:00
Gabriel Luiz Freitas Almeida
e2c0801aae
Fix error handling and formatting in component.py and typesStore.ts
2024-02-16 11:01:53 -03:00
Gabriel Luiz Freitas Almeida
6357752b24
🔧 chore(base.py): update serialize_display_name method to handle cases where display_name is not set and convert name to title case if title_case is True
2024-02-16 11:01:29 -03:00
Gabriel Luiz Freitas Almeida
0497a47602
Default display_name to None
2024-02-16 11:00:30 -03:00
Gabriel Luiz Freitas Almeida
9928919f6d
Feature Enhancement: Enable Icon Integration for Custom Components ( #1433 )
...
This pull request introduces a significant enhancement to our project,
specifically aimed at empowering developers to seamlessly integrate
icons into custom components. The goal is to provide a flexible and
intuitive way to enhance UI elements with visual cues, thereby improving
user experience and interface aesthetics.
2024-02-16 08:49:56 -03:00
cristhianzl
4d750c2180
refactor: icon fragments functions
2024-02-16 00:38:58 -03:00
Gabriel Luiz Freitas Almeida
8e1ff4b3cc
Fix: Bring back loading to avoid white page error ( #1434 )
2024-02-15 18:33:54 -03:00
Gabriel Luiz Freitas Almeida
b9ad74cf4e
Update dependencies and refactor import statements ( #1435 )
...
This pull request updates the python-multipart version, updates the
dependencies in pyproject.toml, adds Python 3.11 support to lint and
test workflows, and refactors import statements in Qdrant.py.
2024-02-15 18:33:08 -03:00
Gabriel Luiz Freitas Almeida
776f6af504
Remove Python 3.9 from matrix in test.yml
2024-02-15 18:31:58 -03:00
Gabriel Luiz Freitas Almeida
daf2aec0af
Update imports and type annotations in several components
2024-02-15 18:23:27 -03:00
Lucas Oliveira
1bade7e718
Fixed group nodes appearing at tooltip
2024-02-15 22:06:59 +01:00
Gabriel Luiz Freitas Almeida
de1c00c33f
Update imports and deactivate test
2024-02-15 17:24:57 -03:00
Gabriel Luiz Freitas Almeida
3ecc492211
Fix validation of icon field in Component class
2024-02-15 16:57:45 -03:00