Skip to content

Releases: FalkorDB/text-to-cypher

Release v0.2.4

Choose a tag to compare

@Naseem77 Naseem77 released this 08 Jul 07:27
e98e8e8

🚀 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.gz
    • packages/text-to-cypher-linux-x86_64-musl.tar.gz
    • packages/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

Choose a tag to compare

@Naseem77 Naseem77 released this 07 Jul 19:55
aeb4e0d

🚀 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.gz
    • packages/text-to-cypher-linux-x86_64-musl.tar.gz
    • packages/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

Choose a tag to compare

@Naseem77 Naseem77 released this 05 Jul 09:09
16f39a8

🚀 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.gz
    • packages/text-to-cypher-linux-x86_64-musl.tar.gz
    • packages/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

Choose a tag to compare

@Naseem77 Naseem77 released this 28 Jun 07:09
08aefc9

🚀 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.gz
    • packages/text-to-cypher-linux-x86_64-musl.tar.gz
    • packages/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

Choose a tag to compare

@github-actions github-actions released this 21 Jun 12:35
8b54914

🚀 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.gz
    • packages/text-to-cypher-linux-x86_64-musl.tar.gz
    • packages/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

Choose a tag to compare

@github-actions github-actions released this 21 Jun 05:46
ad2179c

🚀 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.gz
    • packages/text-to-cypher-linux-x86_64-musl.tar.gz
    • packages/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

Choose a tag to compare

@Naseem77 Naseem77 released this 10 Jun 20:01
8d0d261

🚀 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.gz
    • packages/text-to-cypher-linux-x86_64-musl.tar.gz
    • packages/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

Choose a tag to compare

@github-actions github-actions released this 03 Jun 08:08
b3788f6

🚀 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.gz
    • packages/text-to-cypher-linux-x86_64-musl.tar.gz
    • packages/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

Choose a tag to compare

@github-actions github-actions released this 02 Jun 09:31
d3f8296

🚀 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.gz
    • packages/text-to-cypher-linux-x86_64-musl.tar.gz
    • packages/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

Choose a tag to compare

@github-actions github-actions released this 25 May 08:30
ce01117

🚀 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.gz
    • packages/text-to-cypher-linux-x86_64-musl.tar.gz
    • packages/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"]