v0.1.13 - back to custom langflow branch

This commit is contained in:
phact 2025-09-19 23:40:48 -04:00
parent 6a1a87dfe1
commit d6a8f4437c
4 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@ ENV RUSTFLAGS="--cfg reqwest_unstable"
# Accept build arguments for git repository and branch
ARG GIT_REPO=https://github.com/langflow-ai/langflow.git
ARG GIT_BRANCH=main
ARG GIT_BRANCH=load_flows_autologin_false
WORKDIR /app

View file

@ -72,7 +72,7 @@ services:
volumes:
- ./documents:/app/documents:Z
- ./keys:/app/keys:Z
- ./flows:/app/flows:Z
- ./flows:/app/flows:z
gpus: all
openrag-frontend:
@ -90,7 +90,7 @@ services:
langflow:
volumes:
- ./flows:/app/flows:Z
- ./flows:/app/flows:z
image: phact/openrag-langflow:${LANGFLOW_VERSION:-latest}
container_name: langflow
ports:

View file

@ -1,6 +1,6 @@
[project]
name = "openrag"
version = "0.1.12"
version = "0.1.13"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"

4
uv.lock generated
View file

@ -1,5 +1,5 @@
version = 1
revision = 2
revision = 3
requires-python = ">=3.13"
resolution-markers = [
"sys_platform == 'darwin'",
@ -2282,7 +2282,7 @@ wheels = [
[[package]]
name = "openrag"
version = "0.1.11"
version = "0.1.13"
source = { editable = "." }
dependencies = [
{ name = "agentd" },