diff --git a/.github/actions/poetry_caching/action.yml b/.github/actions/poetry_caching/action.yml index fb76b1723..e185e7094 100644 --- a/.github/actions/poetry_caching/action.yml +++ b/.github/actions/poetry_caching/action.yml @@ -77,7 +77,12 @@ runs: POETRY_VERSION: ${{ inputs.poetry-version }} PYTHON_VERSION: ${{ inputs.python-version }} # Install poetry using the python version installed by setup-python step. - run: pipx install "poetry==$POETRY_VERSION" --python '${{ steps.setup-python.outputs.python-path }}' --verbose + run: | + pipx install "poetry==$POETRY_VERSION" --python '${{ steps.setup-python.outputs.python-path }}' --verbose + pipx ensurepath + # Ensure the poetry binary is available in the PATH. + # Test that the poetry binary is available. + poetry --version - name: Restore pip and poetry cached dependencies uses: actions/cache@v4 diff --git a/README.md b/README.md index 626a472dd..80b42c26d 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,49 @@ -# [](https://www.langflow.org) +# [](https://www.langflow.org) -### [Langflow](https://www.langflow.org) is a new, visual way to build, iterate and deploy AI apps. +
+ A visual framework for building Gen-AI and RAG apps with LangChain +
++ Open-source, Python-powered, fully customizable, LLM and vector store agnostic +
-# β‘οΈ Documentation and Community ++ Docs - + Join our Discord - + Follow us on X - + Live demo +
-- [Documentation](https://docs.langflow.org) -- [Discord](https://discord.com/invite/EqksyE2EX9) + -# π¦ Installation +
+
+