Lucas Oliveira
b7741c4ee3
docs: update integrations image ( #3508 )
...
Update README.md
2024-08-22 16:57:34 +00:00
Lucas Oliveira
4732f25383
docs: update readme ( #3502 )
...
Update README.md
2024-08-22 16:49:48 +00:00
Vinicios Silva
3531c07fb6
docs: Added Spanish README ( #3451 )
2024-08-20 11:41:13 -07:00
Alex Leventer
5ad5ca5857
Update Astra link in README.md ( #3314 )
...
* Update link in README.md
* Update README.md
* Update getting-started-installation.md
* Update README.KR.md
* Update README.ja.md
2024-08-13 17:29:54 -05:00
Lucas Oliveira
ebc2e7db42
Update README.md ( #3282 )
2024-08-11 14:48:21 -03:00
Scott Regan
07615fed1b
docs: minor changes on readme text ( #3270 )
...
minor changes on readme text
2024-08-09 20:23:30 +02:00
Lucas Oliveira
98f00d75f0
Update README.md ( #3204 )
...
* Update README.md
Updated Readme with suggestions
* Changed core features
* Changed thumbnail of video
* Fixed hero image
* Fixed readme texts
* Update README.md
2024-08-09 15:46:17 +00:00
Paulo Salvatore
f7281497a8
docs(readme): fix toc ( #3152 )
2024-08-01 19:56:54 +00:00
Paulo Salvatore
314e787459
docs(readme): add instructions for running from a cloned repo ( #3072 )
2024-07-30 21:37:29 +02:00
Injae Ryou
23e06fe882
docs: add Korean README ( #2883 )
2024-07-24 23:27:39 +00:00
Ikko Eltociear Ashimine
57c72d3ea4
docs: add Japanese README ( #2760 )
2024-07-18 15:05:16 -03:00
Harshith Deshalli Ravi
2caec4fd72
fix(readme): correct urls in documentation ( #2795 )
...
* fix all hugging face links in README.md
* Update README.PT.md
Fix all hugging face links
2024-07-18 15:24:48 +00:00
Rodrigo Nader
d509c0a998
Update README.md
2024-07-17 13:15:47 -03:00
Jinwoo Park (Curt)
8291aa9c24
docs: fix invalid hyperlinks in README.md ( #2719 )
...
Fix invalid hyperlinks in README.md
2024-07-16 07:29:16 -07:00
himan-k
7414a01235
fixing ThreadingInMemoryCache usage ( #2604 )
...
* ThreadingInMemoryCache usage is broken. This commit addresses those issues along with missing documentation about the caching options.
* make lint & make unit_tests fixes
* removing unnecessary changes from unclear test results in last run
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-07-10 04:52:37 -07:00
Rodrigo Nader
64880850ce
Update README.md
2024-07-06 16:36:21 -03:00
Cristhian Zanforlin Lousa
8980e75723
bugfix: fix api request custom component ( #2470 )
...
* bugfix: fix api request custom component
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-07-04 05:05:22 -07:00
Nicolò Boschi
27a4b90cdd
docs: add datastax hosted langflow ( #2452 )
...
* readme: add datastax hosted langflow
* readme: add datastax hosted langflow
---------
Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-07-01 14:40:26 -07:00
Gabriel Luiz Freitas Almeida
af98504e4a
Fix Astra Component and Middleware ( #2321 )
...
* chore: update linting workflows to include dev branch in merge_group
* Update README.md
Add 1.0 banner
* Update README.md
* chore: update package versions in pyproject.toml files
* Refactor "created_at" column type for consistency and fix cancel middleware (#2316 )
* chore: update linting workflows to include dev branch in merge_group
* Update README.md
Add 1.0 banner
* Update README.md
* chore: update package versions in pyproject.toml files
* refactor: update "created_at" column type to use the "sa" module for consistency
* Update README.md
Add 1.0 banner
* chore: Remove unused import in ToolCallingAgent.py
* fix: adapt RequestCancelledMiddleware to handle cancelled requests
* chore: Remove unused import in test_helper_components.py
* refactor: Declare queue variable with explicit type in RequestCancelledMiddleware
---------
Co-authored-by: Rodrigo Nader <rodrigosilvanader@gmail.com>
* chore: Update AstraDB.py imports and method signature for search_documents
* chore: Update package versions in pyproject.toml files
* chore: Update run-name in release.yml for Langflow Release
* fix: add call to _add_documents_to_vector_store in AstraDB component
* chore: Fix missing parentheses in RequestCancelledMiddleware
* chore: Update pydantic-settings and tenacity versions
The commit updates the versions of the `pydantic-settings` and `tenacity` packages in the `poetry.lock` file. The `pydantic-settings` version is updated from 2.3.3 to 2.3.4, and the `tenacity` version is updated from 8.4.1 to 8.4.2.
* Update README.md
Add 1.0 banner
---------
Co-authored-by: Rodrigo Nader <rodrigosilvanader@gmail.com>
2024-06-24 13:29:41 -07:00
Gabriel Luiz Freitas Almeida
d85657f214
Refactor "created_at" column type for consistency and fix cancel middleware ( #2316 ) ( #2320 )
...
* chore: update linting workflows to include dev branch in merge_group
* Update README.md
Add 1.0 banner
* Update README.md
* chore: update package versions in pyproject.toml files
* Refactor "created_at" column type for consistency and fix cancel middleware (#2316 )
* chore: update linting workflows to include dev branch in merge_group
* Update README.md
Add 1.0 banner
* Update README.md
* chore: update package versions in pyproject.toml files
* refactor: update "created_at" column type to use the "sa" module for consistency
* Update README.md
Add 1.0 banner
* chore: Remove unused import in ToolCallingAgent.py
* fix: adapt RequestCancelledMiddleware to handle cancelled requests
* chore: Remove unused import in test_helper_components.py
* refactor: Declare queue variable with explicit type in RequestCancelledMiddleware
---------
Co-authored-by: Rodrigo Nader <rodrigosilvanader@gmail.com>
* chore: Update AstraDB.py imports and method signature for search_documents
* chore: Update package versions in pyproject.toml files
* chore: Update run-name in release.yml for Langflow Release
* fix: add call to _add_documents_to_vector_store in AstraDB component
---------
Co-authored-by: Rodrigo Nader <rodrigosilvanader@gmail.com>
2024-06-24 13:15:54 -07:00
Rodrigo Nader
378e92a67f
Update README.md
2024-06-24 12:38:53 -03:00
Rodrigo Nader
3de0962cd7
Update README.md
2024-06-24 12:37:55 -03:00
Rodrigo Nader
e81d15c4ef
Update README.md
2024-06-24 12:33:47 -03:00
Rodrigo Nader
d0d883b9f0
Update README.md
2024-06-24 07:41:40 -07:00
Rodrigo Nader
9134c0932b
Update README.md
...
Add 1.0 banner
2024-06-24 07:41:40 -07:00
Rodrigo
399a651531
feat: Update sidebar link to Langflow workspace
2024-06-24 04:37:06 -07:00
Nicolò Boschi
c0a4a9d1ba
docs: add kubernetes deployment
2024-06-24 03:38:15 -07:00
Mendon Kissling
a1a7868cef
Update README.md
...
* Add Portuguese to front page
2024-06-05 17:49:08 -04:00
Mendon Kissling
4b602747bf
Update README.md
2024-06-05 16:24:13 -04:00
mojunneng
6addb9636c
Update README and add Chinese README.
2024-06-05 11:50:57 +08:00
ogabrielluiz
25b99ef590
📝 (README.md): Update deployment links to point to the correct branches for deployment purposes
2024-06-03 14:03:23 -03:00
Mendon Kissling
139a3f254f
Update README.md
...
For clarity in Python version.
2024-05-31 11:55:54 -04:00
Rodrigo Nader
92674a7f03
Update README.md
2024-05-30 15:15:57 -03:00
Mendon Kissling
5f9519b22a
Update README.md
...
Link to GCP deployment doc
2024-05-30 10:15:08 -04:00
Mendon Kissling
2fe35ef4d0
Readme refactor ( #1963 )
...
A refactoring of the README for dev along with content updates, new
badges, and a new leading gif
2024-05-30 10:10:10 -04:00
Mendon Kissling
653885c09b
Update README.md
2024-05-30 09:59:56 -04:00
Gabriel Luiz Freitas Almeida
e23544a1b2
Update settings attributes and remove config.yaml references ( #1975 )
...
* chore: update settings attributes and remove config.yaml references
* Remove config.yaml references and update settings attributes
2024-05-26 07:24:21 -07:00
SonicDMG
e96367b7cc
Updated install text to use 3.10 or greater, removed PyPi badge
2024-05-23 10:35:53 -04:00
SonicDMG
eaa514e077
Added proper links to shields badges
2024-05-22 14:45:57 -04:00
SonicDMG
e0348017bc
Added a TOC, consolidated content into 'intro' section, moved sections around for readability
2024-05-22 14:09:26 -04:00
SonicDMG
25ca7d0669
Added shields badges, intro gif, and new layout for title, tagline, and supporting text
2024-05-22 11:50:21 -04:00
SonicDMG
1775a5017c
Initial commit including a quick update to make the hero image relative
2024-05-22 10:50:37 -04:00
ogabrielluiz
c115f5b67d
chore: Update README.md with Railway deployment templates
2024-05-17 16:26:03 -07:00
ogabrielluiz
2c79f35feb
chore: Update README.md with Railway deployment templates
2024-05-17 16:18:58 -07:00
Alex Leventer
98d9190eee
Fix readme license link ( #1651 )
2024-04-10 10:56:53 -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
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
cristhianzl
357029865f
merge fix
2024-04-08 12:56:28 -03:00
Alex Leventer
381f3e82fb
Improve getting started instructions ( #1622 )
2024-04-05 16:07:56 -03:00