Releases: FalkorDB/text-to-cypher
Releases · FalkorDB/text-to-cypher
Release list
Release v0.2.4
🚀 Text-to-Cypher v0.2.4
Built from commit: e98e8e8
Release Type: Stable
📦 Quick Installation:
# One-line install (Linux/macOS)
curl -sSL https://github.com/FalkorDB/text-to-cypher/releases/download/v0.2.4/install.sh | bash
# Or install system-wide
curl -sSL https://github.com/FalkorDB/text-to-cypher/releases/download/v0.2.4/install.sh | bash -s -- --install📋 Manual Downloads:
- Complete Packages (includes binary + templates):
packages/text-to-cypher-linux-x86_64.tar.gzpackages/text-to-cypher-linux-x86_64-musl.tar.gzpackages/text-to-cypher-linux-aarch64.tar.gz
- Checksums:
checksums.txt
� Use in Your Dockerfiles:
# Download and use in your Dockerfile
FROM alpine:latest
RUN apk add --no-cache wget tar && \
wget https://github.com/FalkorDB/text-to-cypher/releases/download/v0.2.4/packages/text-to-cypher-linux-x86_64-musl.tar.gz && \
tar -xzf text-to-cypher-linux-x86_64-musl.tar.gz && \
mv text-to-cypher-linux-x86_64-musl /usr/local/bin/text-to-cypher && \
mv templates /usr/local/share/text-to-cypher-templates && \
rm text-to-cypher-linux-x86_64-musl.tar.gz
ENV TEMPLATES_DIR=/usr/local/share/text-to-cypher-templates
CMD ["text-to-cypher"]Release v0.2.3
🚀 Text-to-Cypher v0.2.3
Built from commit: aeb4e0d
Release Type: Stable
📦 Quick Installation:
# One-line install (Linux/macOS)
curl -sSL https://github.com/FalkorDB/text-to-cypher/releases/download/v0.2.3/install.sh | bash
# Or install system-wide
curl -sSL https://github.com/FalkorDB/text-to-cypher/releases/download/v0.2.3/install.sh | bash -s -- --install📋 Manual Downloads:
- Complete Packages (includes binary + templates):
packages/text-to-cypher-linux-x86_64.tar.gzpackages/text-to-cypher-linux-x86_64-musl.tar.gzpackages/text-to-cypher-linux-aarch64.tar.gz
- Checksums:
checksums.txt
� Use in Your Dockerfiles:
# Download and use in your Dockerfile
FROM alpine:latest
RUN apk add --no-cache wget tar && \
wget https://github.com/FalkorDB/text-to-cypher/releases/download/v0.2.3/packages/text-to-cypher-linux-x86_64-musl.tar.gz && \
tar -xzf text-to-cypher-linux-x86_64-musl.tar.gz && \
mv text-to-cypher-linux-x86_64-musl /usr/local/bin/text-to-cypher && \
mv templates /usr/local/share/text-to-cypher-templates && \
rm text-to-cypher-linux-x86_64-musl.tar.gz
ENV TEMPLATES_DIR=/usr/local/share/text-to-cypher-templates
CMD ["text-to-cypher"]Release v0.2.2
🚀 Text-to-Cypher v0.2.2
Built from commit: 16f39a8
Release Type: Stable
📦 Quick Installation:
# One-line install (Linux/macOS)
curl -sSL https://github.com/FalkorDB/text-to-cypher/releases/download/v0.2.2/install.sh | bash
# Or install system-wide
curl -sSL https://github.com/FalkorDB/text-to-cypher/releases/download/v0.2.2/install.sh | bash -s -- --install📋 Manual Downloads:
- Complete Packages (includes binary + templates):
packages/text-to-cypher-linux-x86_64.tar.gzpackages/text-to-cypher-linux-x86_64-musl.tar.gzpackages/text-to-cypher-linux-aarch64.tar.gz
- Checksums:
checksums.txt
� Use in Your Dockerfiles:
# Download and use in your Dockerfile
FROM alpine:latest
RUN apk add --no-cache wget tar && \
wget https://github.com/FalkorDB/text-to-cypher/releases/download/v0.2.2/packages/text-to-cypher-linux-x86_64-musl.tar.gz && \
tar -xzf text-to-cypher-linux-x86_64-musl.tar.gz && \
mv text-to-cypher-linux-x86_64-musl /usr/local/bin/text-to-cypher && \
mv templates /usr/local/share/text-to-cypher-templates && \
rm text-to-cypher-linux-x86_64-musl.tar.gz
ENV TEMPLATES_DIR=/usr/local/share/text-to-cypher-templates
CMD ["text-to-cypher"]Release v0.2.1
🚀 Text-to-Cypher v0.2.1
Built from commit: 08aefc9
Release Type: Stable
📦 Quick Installation:
# One-line install (Linux/macOS)
curl -sSL https://github.com/FalkorDB/text-to-cypher/releases/download/v0.2.1/install.sh | bash
# Or install system-wide
curl -sSL https://github.com/FalkorDB/text-to-cypher/releases/download/v0.2.1/install.sh | bash -s -- --install📋 Manual Downloads:
- Complete Packages (includes binary + templates):
packages/text-to-cypher-linux-x86_64.tar.gzpackages/text-to-cypher-linux-x86_64-musl.tar.gzpackages/text-to-cypher-linux-aarch64.tar.gz
- Checksums:
checksums.txt
� Use in Your Dockerfiles:
# Download and use in your Dockerfile
FROM alpine:latest
RUN apk add --no-cache wget tar && \
wget https://github.com/FalkorDB/text-to-cypher/releases/download/v0.2.1/packages/text-to-cypher-linux-x86_64-musl.tar.gz && \
tar -xzf text-to-cypher-linux-x86_64-musl.tar.gz && \
mv text-to-cypher-linux-x86_64-musl /usr/local/bin/text-to-cypher && \
mv templates /usr/local/share/text-to-cypher-templates && \
rm text-to-cypher-linux-x86_64-musl.tar.gz
ENV TEMPLATES_DIR=/usr/local/share/text-to-cypher-templates
CMD ["text-to-cypher"]Release v0.2.0
🚀 Text-to-Cypher v0.2.0
Built from commit: 8b54914
Release Type: Stable
📦 Quick Installation:
# One-line install (Linux/macOS)
curl -sSL https://github.com/FalkorDB/text-to-cypher/releases/download/v0.2.0/install.sh | bash
# Or install system-wide
curl -sSL https://github.com/FalkorDB/text-to-cypher/releases/download/v0.2.0/install.sh | bash -s -- --install📋 Manual Downloads:
- Complete Packages (includes binary + templates):
packages/text-to-cypher-linux-x86_64.tar.gzpackages/text-to-cypher-linux-x86_64-musl.tar.gzpackages/text-to-cypher-linux-aarch64.tar.gz
- Checksums:
checksums.txt
� Use in Your Dockerfiles:
# Download and use in your Dockerfile
FROM alpine:latest
RUN apk add --no-cache wget tar && \
wget https://github.com/FalkorDB/text-to-cypher/releases/download/v0.2.0/packages/text-to-cypher-linux-x86_64-musl.tar.gz && \
tar -xzf text-to-cypher-linux-x86_64-musl.tar.gz && \
mv text-to-cypher-linux-x86_64-musl /usr/local/bin/text-to-cypher && \
mv templates /usr/local/share/text-to-cypher-templates && \
rm text-to-cypher-linux-x86_64-musl.tar.gz
ENV TEMPLATES_DIR=/usr/local/share/text-to-cypher-templates
CMD ["text-to-cypher"]Release v0.1.21
🚀 Text-to-Cypher v0.1.21
Built from commit: ad2179c
Release Type: Stable
📦 Quick Installation:
# One-line install (Linux/macOS)
curl -sSL https://github.com/FalkorDB/text-to-cypher/releases/download/v0.1.21/install.sh | bash
# Or install system-wide
curl -sSL https://github.com/FalkorDB/text-to-cypher/releases/download/v0.1.21/install.sh | bash -s -- --install📋 Manual Downloads:
- Complete Packages (includes binary + templates):
packages/text-to-cypher-linux-x86_64.tar.gzpackages/text-to-cypher-linux-x86_64-musl.tar.gzpackages/text-to-cypher-linux-aarch64.tar.gz
- Checksums:
checksums.txt
� Use in Your Dockerfiles:
# Download and use in your Dockerfile
FROM alpine:latest
RUN apk add --no-cache wget tar && \
wget https://github.com/FalkorDB/text-to-cypher/releases/download/v0.1.21/packages/text-to-cypher-linux-x86_64-musl.tar.gz && \
tar -xzf text-to-cypher-linux-x86_64-musl.tar.gz && \
mv text-to-cypher-linux-x86_64-musl /usr/local/bin/text-to-cypher && \
mv templates /usr/local/share/text-to-cypher-templates && \
rm text-to-cypher-linux-x86_64-musl.tar.gz
ENV TEMPLATES_DIR=/usr/local/share/text-to-cypher-templates
CMD ["text-to-cypher"]Release v0.1.20
🚀 Text-to-Cypher v0.1.20
Built from commit: 8d0d261
Release Type: Stable
📦 Quick Installation:
# One-line install (Linux/macOS)
curl -sSL https://github.com/FalkorDB/text-to-cypher/releases/download/v0.1.20/install.sh | bash
# Or install system-wide
curl -sSL https://github.com/FalkorDB/text-to-cypher/releases/download/v0.1.20/install.sh | bash -s -- --install📋 Manual Downloads:
- Complete Packages (includes binary + templates):
packages/text-to-cypher-linux-x86_64.tar.gzpackages/text-to-cypher-linux-x86_64-musl.tar.gzpackages/text-to-cypher-linux-aarch64.tar.gz
- Checksums:
checksums.txt
� Use in Your Dockerfiles:
# Download and use in your Dockerfile
FROM alpine:latest
RUN apk add --no-cache wget tar && \
wget https://github.com/FalkorDB/text-to-cypher/releases/download/v0.1.20/packages/text-to-cypher-linux-x86_64-musl.tar.gz && \
tar -xzf text-to-cypher-linux-x86_64-musl.tar.gz && \
mv text-to-cypher-linux-x86_64-musl /usr/local/bin/text-to-cypher && \
mv templates /usr/local/share/text-to-cypher-templates && \
rm text-to-cypher-linux-x86_64-musl.tar.gz
ENV TEMPLATES_DIR=/usr/local/share/text-to-cypher-templates
CMD ["text-to-cypher"]Release v0.1.19
🚀 Text-to-Cypher v0.1.19
Built from commit: b3788f6
Release Type: Stable
📦 Quick Installation:
# One-line install (Linux/macOS)
curl -sSL https://github.com/FalkorDB/text-to-cypher/releases/download/v0.1.19/install.sh | bash
# Or install system-wide
curl -sSL https://github.com/FalkorDB/text-to-cypher/releases/download/v0.1.19/install.sh | bash -s -- --install📋 Manual Downloads:
- Complete Packages (includes binary + templates):
packages/text-to-cypher-linux-x86_64.tar.gzpackages/text-to-cypher-linux-x86_64-musl.tar.gzpackages/text-to-cypher-linux-aarch64.tar.gz
- Checksums:
checksums.txt
� Use in Your Dockerfiles:
# Download and use in your Dockerfile
FROM alpine:latest
RUN apk add --no-cache wget tar && \
wget https://github.com/FalkorDB/text-to-cypher/releases/download/v0.1.19/packages/text-to-cypher-linux-x86_64-musl.tar.gz && \
tar -xzf text-to-cypher-linux-x86_64-musl.tar.gz && \
mv text-to-cypher-linux-x86_64-musl /usr/local/bin/text-to-cypher && \
mv templates /usr/local/share/text-to-cypher-templates && \
rm text-to-cypher-linux-x86_64-musl.tar.gz
ENV TEMPLATES_DIR=/usr/local/share/text-to-cypher-templates
CMD ["text-to-cypher"]Release v0.1.18
🚀 Text-to-Cypher v0.1.18
Built from commit: d3f8296
Release Type: Stable
📦 Quick Installation:
# One-line install (Linux/macOS)
curl -sSL https://github.com/FalkorDB/text-to-cypher/releases/download/v0.1.18/install.sh | bash
# Or install system-wide
curl -sSL https://github.com/FalkorDB/text-to-cypher/releases/download/v0.1.18/install.sh | bash -s -- --install📋 Manual Downloads:
- Complete Packages (includes binary + templates):
packages/text-to-cypher-linux-x86_64.tar.gzpackages/text-to-cypher-linux-x86_64-musl.tar.gzpackages/text-to-cypher-linux-aarch64.tar.gz
- Checksums:
checksums.txt
� Use in Your Dockerfiles:
# Download and use in your Dockerfile
FROM alpine:latest
RUN apk add --no-cache wget tar && \
wget https://github.com/FalkorDB/text-to-cypher/releases/download/v0.1.18/packages/text-to-cypher-linux-x86_64-musl.tar.gz && \
tar -xzf text-to-cypher-linux-x86_64-musl.tar.gz && \
mv text-to-cypher-linux-x86_64-musl /usr/local/bin/text-to-cypher && \
mv templates /usr/local/share/text-to-cypher-templates && \
rm text-to-cypher-linux-x86_64-musl.tar.gz
ENV TEMPLATES_DIR=/usr/local/share/text-to-cypher-templates
CMD ["text-to-cypher"]Release v0.1.17
🚀 Text-to-Cypher v0.1.17
Built from commit: ce01117
Release Type: Stable
📦 Quick Installation:
# One-line install (Linux/macOS)
curl -sSL https://github.com/FalkorDB/text-to-cypher/releases/download/v0.1.17/install.sh | bash
# Or install system-wide
curl -sSL https://github.com/FalkorDB/text-to-cypher/releases/download/v0.1.17/install.sh | bash -s -- --install📋 Manual Downloads:
- Complete Packages (includes binary + templates):
packages/text-to-cypher-linux-x86_64.tar.gzpackages/text-to-cypher-linux-x86_64-musl.tar.gzpackages/text-to-cypher-linux-aarch64.tar.gz
- Checksums:
checksums.txt
� Use in Your Dockerfiles:
# Download and use in your Dockerfile
FROM alpine:latest
RUN apk add --no-cache wget tar && \
wget https://github.com/FalkorDB/text-to-cypher/releases/download/v0.1.17/packages/text-to-cypher-linux-x86_64-musl.tar.gz && \
tar -xzf text-to-cypher-linux-x86_64-musl.tar.gz && \
mv text-to-cypher-linux-x86_64-musl /usr/local/bin/text-to-cypher && \
mv templates /usr/local/share/text-to-cypher-templates && \
rm text-to-cypher-linux-x86_64-musl.tar.gz
ENV TEMPLATES_DIR=/usr/local/share/text-to-cypher-templates
CMD ["text-to-cypher"]