Commit graph

12,533 commits

Author SHA1 Message Date
anovazzi1
4bd09b925e Apply Prettier formatting 2024-06-24 04:38:39 -07:00
anovazzi1
6ceb19b9dd feat: Add beta label to Experimental parent disclosure title 2024-06-24 04:38:39 -07:00
Rodrigo
4876f183a1 refactor: Remove unused import in IDGenerator.py 2024-06-24 04:38:39 -07:00
Rodrigo
0ddb11664f rearrange and remove components 2024-06-24 04:38:39 -07:00
Lucas Oliveira
9b88eab828 Added warning of outdated information to all components 2024-06-24 04:37:06 -07:00
Lucas Oliveira
21fd151fdc Removed top bar 2024-06-24 04:37:06 -07:00
Lucas Oliveira
5457af1f00 Changed possible instalation issues' location 2024-06-24 04:37:06 -07:00
Rodrigo
b2224a3179 remove wrong regex 2024-06-24 04:37:06 -07:00
Carlos
285355c3bb - fix wrong comments
- add comments in some catogories
- change Custom Component title
2024-06-24 04:37:06 -07:00
Rodrigo
4e01178d1c refactor: remove some preview references 2024-06-24 04:37:06 -07:00
Rodrigo
147f075877 docs: Add LangSmith docs 2024-06-24 04:37:06 -07:00
Rodrigo
add8fc7ded docs: Rewrite Getting Started pages 2024-06-24 04:37:06 -07:00
Mendon Kissling
7f59a4867b parentheses 2024-06-24 04:37:06 -07:00
Mendon Kissling
0f3a79be38 custom-component 2024-06-24 04:37:06 -07:00
Mendon Kissling
d8169ee1a2 playground 2024-06-24 04:37:06 -07:00
Mendon Kissling
6c65cc3f25 logs 2024-06-24 04:37:06 -07:00
Mendon Kissling
85c1d79d3e memories 2024-06-24 04:37:06 -07:00
Mendon Kissling
5d786aa320 strip-v10-alpha 2024-06-24 04:37:06 -07:00
Mendon Kissling
f4f5d2fc7f playgounrd 2024-06-24 04:37:06 -07:00
Mendon Kissling
054bf25680 playground 2024-06-24 04:37:06 -07:00
Mendon Kissling
3980cf0de4 folders 2024-06-24 04:37:06 -07:00
Mendon Kissling
8401f18f7f collections-and-projetcs 2024-06-24 04:37:06 -07:00
Mendon Kissling
a9182be98f bullets 2024-06-24 04:37:06 -07:00
Mendon Kissling
c5fe03fcd2 topnav 2024-06-24 04:37:06 -07:00
Mendon Kissling
4243bf7b5a remove-extra-install-issues-page 2024-06-24 04:37:06 -07:00
Rodrigo
399a651531 feat: Update sidebar link to Langflow workspace 2024-06-24 04:37:06 -07:00
anovazzi1
b8581581ea Apply Prettier formatting 2024-06-24 04:28:48 -07:00
anovazzi1
696c07991d update liteLLM icon 2024-06-24 04:28:48 -07:00
anovazzi1
07de1d6674 add warning to components with old codes 2024-06-24 04:28:48 -07:00
Gabriel Luiz Freitas Almeida
f4ddc60d2a chore: Update docker-build.yml to include pre_release option and base-latest tag 2024-06-24 04:28:23 -07:00
Gabriel Luiz Freitas Almeida
7c35e29da2 chore: Update docker-build.yml to include pre_release option and base-latest tag 2024-06-24 04:28:23 -07:00
Gabriel Luiz Freitas Almeida
de2a95d5aa chore: Update docker-build.yml to include pre_release option 2024-06-24 04:28:23 -07:00
Nicolò Boschi
a158082175 use MessageTextInput 2024-06-24 04:04:36 -07:00
Nicolò Boschi
554aed4e35 fixes and refactory 2024-06-24 04:04:36 -07:00
Nicolò Boschi
6d92b38167 fixes and refactory 2024-06-24 04:04:36 -07:00
Nicolò Boschi
8f31291d97 fixes and refactory 2024-06-24 04:04:36 -07:00
Nicolò Boschi
c8fc1e6dee fix 2024-06-24 04:04:36 -07:00
Nicolò Boschi
48fd05311f components: add astra vectorize 2024-06-24 04:04:36 -07:00
vasconceloscezar
26e68cdd33 Apply Ruff formatting 2024-06-24 03:58:47 -07:00
Cezar Vasconcelos
26a028de2e fix: Update MistralModel.py with default values for inputs 2024-06-24 03:58:47 -07:00
Nicolò Boschi
74eaf07b04 docs: add kubernetes deployment 2024-06-24 03:38:15 -07:00
Nicolò Boschi
c0a4a9d1ba docs: add kubernetes deployment 2024-06-24 03:38:15 -07:00
Nicolò Boschi
2fced3bd45 docs: add kubernetes deployment 2024-06-24 03:38:15 -07:00
Gabriel Luiz Freitas Almeida
2b587203ee refactor: Update pyproject.toml version to 0.0.75 2024-06-23 22:48:37 -03:00
Gabriel Luiz Freitas Almeida
77b7d8d626 refactor: Update Graph.from_payload to include flow name
This commit updates the `Graph.from_payload` method in the `endpoints.py` file to include the `flow_name` parameter. This change ensures that the `Graph` object is created with the correct flow name, which is necessary for proper functionality. By passing the `flow.name` value to the `Graph.from_payload` method, we ensure that the `graph` object is initialized correctly with the associated flow name. This improvement enhances the accuracy and reliability of the code.
2024-06-23 22:48:36 -03:00
anovazzi1
f6cc61053a Apply Prettier formatting 2024-06-23 18:40:09 -07:00
anovazzi1
6201035891 update getHealth function to work with stop button 2024-06-23 18:40:09 -07:00
cristhianzl
870193d595 🐛 (sideBarFolderButtons): prevent unnecessary folder name updates on blur 2024-06-23 18:39:51 -07:00
Gabriel Luiz Freitas Almeida
725a3a0b14 feat: Enhance telemetry documentation 2024-06-23 18:38:58 -07:00
Gabriel Luiz Freitas Almeida
ea28e8bd06 feat: Update welcome panel with telemetry information
The welcome panel in the `__main__.py` module has been updated to include information about telemetry data collection. This change adds a new line of text explaining that anonymous usage data is collected to improve Langflow, and provides instructions on how to opt-out by setting the `DO_NOT_TRACK` environment variable to `true`.
2024-06-23 18:38:58 -07:00