Commit Graph

60 Commits

Author SHA1 Message Date
9dba69cffc 📝 docs(CONTRIBUTING.md): add branch structure information to CONTRIBUTING.md file for better understanding of the repository structure
📝 docs(README.md): add a section about joining the Discord server to encourage community engagement and collaboration
2023-08-07 12:07:45 -03:00
997c8aba0a 📝 docs(README.md): update CLI options section to remove --database-url option
The `--database-url` option has been removed from the CLI options. Instead, a local SQLite database will be used if no database URL is provided. This change simplifies the configuration process and aligns with the default behavior.
2023-08-04 17:11:31 -03:00
d7a13755b3 Merge branch 'dev' into python_custom_node_component 2023-08-01 15:31:44 -03:00
868ecd86ab 📝 docs(README.md): remove unnecessary empty line
📝 docs(README.md): update Table of Contents formatting
📝 docs(README.md): update Installation section formatting
📝 docs(README.md): update Command Line Interface (CLI) section formatting
📝 docs(README.md): update Deployment section formatting
📝 docs(README.md): update API Usage section formatting

🔧 chore(README.md): remove unnecessary whitespace and fix indentation in code block
📝 docs(README.md): update contributing section and add links to Discord server and contributing guidelines

🐛 fix(__main__.py): change envvar name from LANGFLOW_COMPONENT_PATH to LANGFLOW_COMPONENTS_PATH for consistency and clarity
2023-07-31 17:47:24 -03:00
4a1faf3b66 📝 docs(README.md): update dependencies section to remove huggingface-hub and mention the ability to use models from LocalAI project 2023-07-26 08:29:38 -03:00
260e8c7f02 🔧 chore(README.md): remove unnecessary hyphen in Table of Contents
🔧 chore(README.md): remove empty line
🔧 chore(README.md): remove unnecessary hyphen in Installation section
🔧 chore(README.md): remove empty line
🔧 chore(README.md): remove unnecessary hyphen in Command Line Interface (CLI) section
🔧 chore(README.md): remove empty line
🔧 chore(README.md): remove unnecessary hyphen in Usage section
🔧 chore(README.md): remove empty line
🔧 chore(README.md): remove unnecessary hyphen in Deploy Langflow on Jina AI Cloud section
🔧 chore(README.md): remove empty line
🔧 chore(README.md): remove unnecessary hyphen in Deploy on Railway section
🔧 chore(README.md): remove empty line
🔧 chore(README.md): remove unnecessary hyphen in Deploy on Render section
🔧 chore(README.md): remove empty line
🔧 chore(README.md): remove unnecessary hyphen in Contributing section
🔧 chore(README.md): remove empty line
🔧 chore(README.md): remove unnecessary hyphen in License section
2023-07-26 08:08:50 -03:00
95f69442d6 📝 docs(README.md): add documentation for deploying on Railway and Render platforms
📝 docs(README.md): add documentation for the `component-path` command line option to specify custom components directory path
2023-07-25 15:37:12 -03:00
73516f387e Merge remote-tracking branch 'origin/main' into optional_deps 2023-07-23 13:16:33 -03:00
748b4772ed Merge branch 'dev' into form_io 2023-07-10 13:46:58 -03:00
511e829494 📝 docs(README.md): fix formatting and headings in the README file for better readability and consistency 2023-07-10 13:33:52 -03:00
f4d9b4b96d 📝 docs(README.md): add instructions for deploying Langflow on Railway and Render platforms
📝 docs(README.md): add information about HuggingFace Spaces and provide a link to the Langflow project on HuggingFace Spaces
2023-07-08 15:53:12 -03:00
9926edbbbf Merge remote-tracking branch 'origin/main' into dev 2023-07-05 20:24:02 -03:00
a73737435b 📝 docs(CONTRIBUTING.md): update project name to "Langflow" for consistency
📝 docs(README.md): update project name to "Langflow" for consistency
📝 chore(frontend): update project name in HTML title tag to "Langflow" for consistency
The project name "LangFlow" has been updated to "Langflow" for consistency throughout the documentation and codebase. This change improves readability and maintains a consistent naming convention.
2023-07-05 16:41:57 -03:00
92aa40db65 Added better CLI docs in README and bumps langchain-serve (#590) 2023-07-05 14:54:18 -03:00
f7515eb7bd 📚 docs(README.md): update table of contents and headings for better organization and readability
🔧 chore(README.md): reformat and update CLI section for clarity and consistency
The README.md file has been updated to improve the organization and readability of the document. The table of contents has been updated to include all relevant sections. Headings have been adjusted to provide a clear hierarchy and improve navigation. The CLI section has been reformatted and updated to provide clearer instructions and explanations.
2023-07-05 14:45:28 -03:00
611cb7f57c 📝 docs(README.md): Add CLI usage and environment variables sections to the README
The README file now includes a new section that provides information on how to use the command-line interface (CLI) of Langflow. It explains the available options and their usage. Additionally, a section on environment variables is added, which explains how to configure CLI options using environment variables. This provides users with more flexibility in customizing the behavior of the Langflow server.
2023-07-05 13:07:16 -03:00
5ddd4d5aac 📝 docs(README.md): add installation instructions for different dependencies using pip
The README.md file now includes additional installation instructions for different dependencies using pip. Users can now choose to install LangFlow with only the core package, with local models, or with all dependencies by using the respective pip install commands. This provides users with more flexibility and options when installing LangFlow.
2023-07-02 10:52:51 -03:00
e23f4bef1b Fix broken link 2023-06-29 04:50:57 -04:00
1a318a82ae Update README.md 2023-06-25 17:40:14 -03:00
272be9f566 Update README.md
added discord link
2023-06-19 22:21:43 -03:00
53ff28ecde Update README.md 2023-06-19 22:08:30 -03:00
bf869232f7 Update README.md 2023-06-19 21:43:30 -03:00
f511ddc20f Merge remote-tracking branch 'origin/main' into dev 2023-06-19 17:17:07 -03:00
76a1265eee 📝 docs(README.md): update Langflow API usage example and add tweaks parameter
The Langflow API usage example has been updated to reflect the new API endpoint URL. Additionally, a new optional `tweaks` parameter has been added to the `run_flow` function to allow customization of the flow. The example code has been updated to demonstrate how to use the `tweaks` parameter.
2023-06-19 12:37:33 -03:00
6038bbee6a Update README.md 2023-06-18 02:31:26 -03:00
262a74f5d6 Update README.md
Added discord badge.
2023-06-17 17:58:38 -03:00
a2e5fab637 ci: trigger workflow during release 2023-05-17 16:36:13 +05:30
f01a294208 docs: update readme about jcloud deployment 2023-05-16 22:08:47 +05:30
5445f50928 fix GCP walkthrough location 2023-05-14 21:10:08 +00:00
de5c4b71be Merge branch 'logspace-ai:dev' into dev 2023-05-14 16:04:41 -05:00
39ca499dea style(README.md): Added Open in HF Spaces badge 2023-04-25 11:42:41 -03:00
ad24cdc1dd Update README.md 2023-04-23 14:37:11 -03:00
b1971570c9 Correct run instructions
Fix this for future users so they can get it up and running without having to probe the  GitHub forum
2023-04-23 14:37:11 -03:00
adc93c7902 improve grammer and remove nat 2023-04-21 12:22:12 -03:00
50b24f9443 configure cloudshell to run walkthrough 2023-04-21 12:22:12 -03:00
de5ed466d7 improve grammer and remove nat 2023-04-20 05:10:38 +00:00
5c57701e38 configure cloudshell to run walkthrough 2023-04-20 01:21:21 +00:00
945f160db7 Add contrib link to readme 2023-04-08 17:37:53 -03:00
6c01941c80 Merge remote-tracking branch 'origin/export_improvement' into dev 2023-03-20 12:00:19 -03:00
b06cf5e109 feat: added star history to README 2023-03-18 18:47:26 -03:00
29a1af74e5 fix: added instructions for import/export 2023-03-17 13:22:28 -03:00
b9cad16f1a fix: remove outdated instruction in README.md 2023-03-15 21:42:10 -03:00
b5a9b558d2 Merge branch 'main' into dev 2023-03-14 10:53:18 -03:00
4a8d665fcd docs: update readme 2023-03-14 10:49:02 -03:00
6749a42e87 refac: change folder structure 2023-03-13 19:59:50 -03:00
587d9e83b4 Update README.md 2023-03-13 19:16:33 -03:00
8ea85cc9e2 Update README.md 2023-03-13 18:12:22 -03:00
fa399ea826 Update README.md 2023-03-13 17:46:36 -03:00
bb682a114f add gif to README 2023-03-13 14:47:42 -03:00
6edc6231bf Update README.md 2023-03-13 14:10:11 -03:00