Updating Deploy buttons (#7754)

GitOrigin-RevId: 7ccfe42c2bd35c016c58f355e1599e08fc96a443
This commit is contained in:
Olivier Ruas
2024-11-27 10:46:42 +01:00
committed by Manul from Pathway
parent 9e65323ecc
commit 09e711bac9
10 changed files with 112 additions and 36 deletions
+20
View File
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="80px" height="80px" viewBox="0 0 80 80" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 64 (93537) - https://sketch.com -->
<title>Icon-Architecture/64/Arch_AWS-Fargate_64</title>
<desc>Created with Sketch.</desc>
<defs>
<linearGradient x1="0%" y1="100%" x2="100%" y2="0%" id="linearGradient-1">
<stop stop-color="#C8511B" offset="0%"></stop>
<stop stop-color="#FF9900" offset="100%"></stop>
</linearGradient>
</defs>
<g id="Icon-Architecture/64/Arch_AWS-Fargate_64" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Icon-Architecture-BG/64/Compute" fill="url(#linearGradient-1)">
<rect id="Rectangle" x="0" y="0" width="80" height="80"></rect>
</g>
<g id="Icon-Service/64/AWS-Fargate" transform="translate(8.000000, 8.000000)" fill="#FFFFFF">
<path d="M44,48.523 L44,43.677 L47,42.477 L47,47.323 L44,48.523 Z M39,42.477 L42,43.677 L42,48.523 L39,47.323 L39,42.477 Z M33,55.523 L33,50.677 L36,49.477 L36,54.323 L33,55.523 Z M28,49.477 L31,50.677 L31,55.523 L28,54.323 L28,49.477 Z M22,48.523 L22,43.677 L25,42.477 L25,47.323 L22,48.523 Z M17,42.477 L20,43.677 L20,48.523 L17,47.323 L17,42.477 Z M21,40.077 L23.308,41 L21,41.923 L18.692,41 L21,40.077 Z M32,47.077 L34.308,48 L32,48.923 L29.692,48 L32,47.077 Z M43,40.077 L45.308,41 L43,41.923 L40.692,41 L43,40.077 Z M48.371,40.071 L43.371,38.071 C43.133,37.977 42.867,37.977 42.629,38.071 L37.629,40.071 C37.249,40.224 37,40.591 37,41 L37,46.923 L32.371,45.071 C32.133,44.977 31.867,44.977 31.629,45.071 L27,46.923 L27,41 C27,40.591 26.751,40.224 26.371,40.071 L21.371,38.071 C21.133,37.977 20.867,37.977 20.629,38.071 L15.629,40.071 C15.249,40.224 15,40.591 15,41 L15,48 C15,48.409 15.249,48.776 15.629,48.929 L20.629,50.929 C20.748,50.976 20.874,51 21,51 C21.126,51 21.252,50.976 21.371,50.929 L26,49.077 L26,55 C26,55.409 26.249,55.776 26.629,55.929 L31.629,57.929 C31.748,57.976 31.874,58 32,58 C32.126,58 32.252,57.976 32.371,57.929 L37.371,55.929 C37.751,55.776 38,55.409 38,55 L38,49.077 L42.629,50.929 C42.748,50.976 42.874,51 43,51 C43.126,51 43.252,50.976 43.371,50.929 L48.371,48.929 C48.751,48.776 49,48.409 49,48 L49,41 C49,40.591 48.751,40.224 48.371,40.071 L48.371,40.071 Z M57,27.938 C57,33.783 44.119,36.938 32,36.938 C19.881,36.938 7,33.783 7,27.938 C7,25.147 10.095,22.69 15.715,21.019 L16.285,22.936 C11.791,24.272 9,26.189 9,27.938 C9,31.249 18.445,34.938 32,34.938 C45.555,34.938 55,31.249 55,27.938 C55,26.189 52.209,24.272 47.715,22.936 L48.285,21.019 C53.905,22.69 57,25.147 57,27.938 L57,27.938 Z M32,9.071 L42.214,13 L32,16.929 L21.786,13 L32,9.071 Z M42.58,28.842 C40.694,29.686 37.528,30.669 33,30.801 L33,18.687 L44,14.457 L44,26.648 C44,27.599 43.444,28.46 42.58,28.842 L42.58,28.842 Z M20,26.648 L20,14.457 L31,18.687 L31,30.801 C26.472,30.669 23.306,29.686 21.416,28.84 C20.556,28.46 20,27.599 20,26.648 L20,26.648 Z M20.604,30.667 C22.805,31.652 26.569,32.827 32,32.827 C37.431,32.827 41.195,31.652 43.393,30.669 C44.977,29.968 46,28.39 46,26.648 L46,13 C46,12.586 45.745,12.215 45.359,12.066 L32.359,7.066 C32.127,6.978 31.873,6.978 31.641,7.066 L18.641,12.066 C18.255,12.215 18,12.586 18,13 L18,26.648 C18,28.39 19.023,29.968 20.604,30.667 L20.604,30.667 Z" id="AWS-Fargate_Icon_64_Squid"></path>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

+23
View File
@@ -0,0 +1,23 @@
<svg width="150" height="150" viewBox="0 0 96 96" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="e399c19f-b68f-429d-b176-18c2117ff73c" x1="-1032.172" x2="-1059.213" y1="145.312" y2="65.426" gradientTransform="matrix(1 0 0 -1 1075 158)" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#114a8b"/>
<stop offset="1" stop-color="#0669bc"/>
</linearGradient>
<linearGradient id="ac2a6fc2-ca48-4327-9a3c-d4dcc3256e15" x1="-1023.725" x2="-1029.98" y1="108.083" y2="105.968" gradientTransform="matrix(1 0 0 -1 1075 158)" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-opacity=".3"/>
<stop offset=".071" stop-opacity=".2"/>
<stop offset=".321" stop-opacity=".1"/>
<stop offset=".623" stop-opacity=".05"/>
<stop offset="1" stop-opacity="0"/>
</linearGradient>
<linearGradient id="a7fee970-a784-4bb1-af8d-63d18e5f7db9" x1="-1027.165" x2="-997.482" y1="147.642" y2="68.561" gradientTransform="matrix(1 0 0 -1 1075 158)" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#3ccbf4"/>
<stop offset="1" stop-color="#2892df"/>
</linearGradient>
</defs>
<path fill="url(#e399c19f-b68f-429d-b176-18c2117ff73c)" d="M33.338 6.544h26.038l-27.03 80.087a4.152 4.152 0 0 1-3.933 2.824H8.149a4.145 4.145 0 0 1-3.928-5.47L29.404 9.368a4.152 4.152 0 0 1 3.934-2.825z"/>
<path fill="#0078d4" d="M71.175 60.261h-41.29a1.911 1.911 0 0 0-1.305 3.309l26.532 24.764a4.171 4.171 0 0 0 2.846 1.121h23.38z"/>
<path fill="url(#ac2a6fc2-ca48-4327-9a3c-d4dcc3256e15)" d="M33.338 6.544a4.118 4.118 0 0 0-3.943 2.879L4.252 83.917a4.14 4.14 0 0 0 3.908 5.538h20.787a4.443 4.443 0 0 0 3.41-2.9l5.014-14.777 17.91 16.705a4.237 4.237 0 0 0 2.666.972H81.24L71.024 60.261l-29.781.007L59.47 6.544z"/>
<path fill="url(#a7fee970-a784-4bb1-af8d-63d18e5f7db9)" d="M66.595 9.364a4.145 4.145 0 0 0-3.928-2.82H33.648a4.146 4.146 0 0 1 3.928 2.82l25.184 74.62a4.146 4.146 0 0 1-3.928 5.472h29.02a4.146 4.146 0 0 0 3.927-5.472z"/>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 97.75 78.62"><path d="M62.21 21.73l3.13.06 8.53-8.51.42-3.6a38.2 38.2 0 0 0-62.3 18.57c.88-.64 2.88-.16 2.88-.16l17-2.8s.88-1.44 1.31-1.35a21.19 21.19 0 0 1 29-2.21z" fill="#ea4335"/><path d="M85.79 28.27a38.32 38.32 0 0 0-11.54-18.6l-12 12a21.2 21.2 0 0 1 7.92 16.53v2.19a10.63 10.63 0 1 1 0 21.25h-21.3l-2.12 2.14v12.73l2.12 2.12h21.25a27.61 27.61 0 0 0 15.67-50.36z" fill="#4285f4"/><path d="M27.62 78.63h21.25v-17H27.62a10.54 10.54 0 0 1-4.38-1l-3.06.94-8.51 8.55-.74 2.88a27.47 27.47 0 0 0 16.69 5.63z" fill="#34a853"/><path d="M27.62 23.39A27.61 27.61 0 0 0 10.94 73l12.32-12.32a10.62 10.62 0 1 1 14-14l12.36-12.36a27.6 27.6 0 0 0-22-10.93z" fill="#fbbc04"/></svg>

After

Width:  |  Height:  |  Size: 723 B

+10 -8
View File
@@ -1,14 +1,16 @@
<p align="left">
<a href="https://pathway.com/developers/user-guide/deployment/gcp-deploy" style="display: inline-flex; align-items: center;">
<img src="https://www.gstatic.com/pantheon/images/welcome/supercloud.svg" alt="GCP Logo" height="1.2em"> <span style="margin-left: 5px;">Deploy with GCP</span>
</a> |
<a href="https://pathway.com/developers/user-guide/deployment/render-deploy" style="display: inline-flex; align-items: center;">
<img src="../../../assets/render.png" alt="Render Logo" height="1.2em"> <span style="margin-left: 5px;">Deploy with Render</span>
</a>
<p align="center">
<img src="../../../assets/gcp-logo.svg" alt="GCP Logo" height="30">
<a href="https://pathway.com/developers/user-guide/deployment/gcp-deploy">Deploy with GCP</a> |
<img src="../../../assets/aws-fargate-logo.svg" alt="AWS Logo" height="30">
<a href="https://pathway.com/developers/user-guide/deployment/aws-fargate-deploy">Deploy with AWS</a> |
<img src="../../../assets/azure-logo.svg" alt="Azure Logo" height="30">
<a href="/developers/user-guide/deployment/azure-aci-deploy">Deploy with Azure</a> |
<img src="../../../assets/render.png" alt="Render Logo" height="30">
<a href="https://pathway.com/developers/user-guide/deployment/render-deploy"> Deploy with Render </a>
</p>
## End to end Adaptive RAG with Pathway
# End to end Adaptive RAG with Pathway
This is the accompanying code for deploying the `adaptive RAG` technique with Pathway. To understand the technique and learn how it can save tokens without sacrificing accuracy, read [our showcase](https://pathway.com/developers/templates/adaptive-rag).
@@ -1,10 +1,12 @@
<p align="left">
<a href="https://pathway.com/developers/user-guide/deployment/gcp-deploy" style="display: inline-flex; align-items: center;">
<img src="https://www.gstatic.com/pantheon/images/welcome/supercloud.svg" alt="GCP Logo" height="1.2em"> <span style="margin-left: 5px;">Deploy with GCP</span>
</a> |
<a href="https://pathway.com/developers/user-guide/deployment/render-deploy" style="display: inline-flex; align-items: center;">
<img src="../../../assets/render.png" alt="Render Logo" height="1.2em"> <span style="margin-left: 5px;">Deploy with Render</span>
</a>
<p align="center">
<img src="../../../assets/gcp-logo.svg" alt="GCP Logo" height="30">
<a href="https://pathway.com/developers/user-guide/deployment/gcp-deploy">Deploy with GCP</a> |
<img src="../../../assets/aws-fargate-logo.svg" alt="AWS Logo" height="30">
<a href="https://pathway.com/developers/user-guide/deployment/aws-fargate-deploy">Deploy with AWS</a> |
<img src="../../../assets/azure-logo.svg" alt="Azure Logo" height="30">
<a href="/developers/user-guide/deployment/azure-aci-deploy">Deploy with Azure</a> |
<img src="../../../assets/render.png" alt="Render Logo" height="30">
<a href="https://pathway.com/developers/user-guide/deployment/render-deploy"> Deploy with Render </a>
</p>
# Realtime Document Indexing: Vector Store with always-up-to-date knowledge
@@ -1,10 +1,12 @@
<p align="left">
<a href="https://pathway.com/developers/user-guide/deployment/gcp-deploy" style="display: inline-flex; align-items: center;">
<img src="https://www.gstatic.com/pantheon/images/welcome/supercloud.svg" alt="GCP Logo" height="1.2em"> <span style="margin-left: 5px;">Deploy with GCP</span>
</a> |
<a href="https://pathway.com/developers/user-guide/deployment/render-deploy" style="display: inline-flex; align-items: center;">
<img src="../../../assets/render.png" alt="Render Logo" height="1.2em"> <span style="margin-left: 5px;">Deploy with Render</span>
</a>
<p align="center">
<img src="../../../assets/gcp-logo.svg" alt="GCP Logo" height="30">
<a href="https://pathway.com/developers/user-guide/deployment/gcp-deploy">Deploy with GCP</a> |
<img src="../../../assets/aws-fargate-logo.svg" alt="AWS Logo" height="30">
<a href="https://pathway.com/developers/user-guide/deployment/aws-fargate-deploy">Deploy with AWS</a> |
<img src="../../../assets/azure-logo.svg" alt="Azure Logo" height="30">
<a href="/developers/user-guide/deployment/azure-aci-deploy">Deploy with Azure</a> |
<img src="../../../assets/render.png" alt="Render Logo" height="30">
<a href="https://pathway.com/developers/user-guide/deployment/render-deploy"> Deploy with Render </a>
</p>
# Pathway RAG app with always up-to-date knowledge
@@ -1,10 +1,12 @@
<p align="left">
<a href="https://pathway.com/developers/user-guide/deployment/gcp-deploy" style="display: inline-flex; align-items: center;">
<img src="https://www.gstatic.com/pantheon/images/welcome/supercloud.svg" alt="GCP Logo" height="1.2em"> <span style="margin-left: 5px;">Deploy with GCP</span>
</a> |
<a href="https://pathway.com/developers/user-guide/deployment/render-deploy" style="display: inline-flex; align-items: center;">
<img src="../../../assets/render.png" alt="Render Logo" height="1.2em"> <span style="margin-left: 5px;">Deploy with Render</span>
</a>
<p align="center">
<img src="../../../assets/gcp-logo.svg" alt="GCP Logo" height="30">
<a href="https://pathway.com/developers/user-guide/deployment/gcp-deploy">Deploy with GCP</a> |
<img src="../../../assets/aws-fargate-logo.svg" alt="AWS Logo" height="30">
<a href="https://pathway.com/developers/user-guide/deployment/aws-fargate-deploy">Deploy with AWS</a> |
<img src="../../../assets/azure-logo.svg" alt="Azure Logo" height="30">
<a href="/developers/user-guide/deployment/azure-aci-deploy">Deploy with Azure</a> |
<img src="../../../assets/render.png" alt="Render Logo" height="30">
<a href="https://pathway.com/developers/user-guide/deployment/render-deploy"> Deploy with Render </a>
</p>
# Multimodal RAG with Pathway: Process your Financial Reports and Tables with GPT-4o
+9 -7
View File
@@ -1,10 +1,12 @@
<p align="left">
<a href="https://pathway.com/developers/user-guide/deployment/gcp-deploy" style="display: inline-flex; align-items: center;">
<img src="https://www.gstatic.com/pantheon/images/welcome/supercloud.svg" alt="GCP Logo" height="1.2em"> <span style="margin-left: 5px;">Deploy with GCP</span>
</a> |
<a href="https://pathway.com/developers/user-guide/deployment/render-deploy" style="display: inline-flex; align-items: center;">
<img src="../../../assets/render.png" alt="Render Logo" height="1.2em"> <span style="margin-left: 5px;">Deploy with Render</span>
</a>
<p align="center">
<img src="../../../assets/gcp-logo.svg" alt="GCP Logo" height="30">
<a href="https://pathway.com/developers/user-guide/deployment/gcp-deploy">Deploy with GCP</a> |
<img src="../../../assets/aws-fargate-logo.svg" alt="AWS Logo" height="30">
<a href="https://pathway.com/developers/user-guide/deployment/aws-fargate-deploy">Deploy with AWS</a> |
<img src="../../../assets/azure-logo.svg" alt="Azure Logo" height="30">
<a href="/developers/user-guide/deployment/azure-aci-deploy">Deploy with Azure</a> |
<img src="../../../assets/render.png" alt="Render Logo" height="30">
<a href="https://pathway.com/developers/user-guide/deployment/render-deploy"> Deploy with Render </a>
</p>
# Fully private RAG with Pathway
@@ -1,3 +1,14 @@
<p align="center">
<img src="../../../assets/gcp-logo.svg" alt="GCP Logo" height="30">
<a href="https://pathway.com/developers/user-guide/deployment/gcp-deploy">Deploy with GCP</a> |
<img src="../../../assets/aws-fargate-logo.svg" alt="AWS Logo" height="30">
<a href="https://pathway.com/developers/user-guide/deployment/aws-fargate-deploy">Deploy with AWS</a> |
<img src="../../../assets/azure-logo.svg" alt="Azure Logo" height="30">
<a href="/developers/user-guide/deployment/azure-aci-deploy">Deploy with Azure</a> |
<img src="../../../assets/render.png" alt="Render Logo" height="30">
<a href="https://pathway.com/developers/user-guide/deployment/render-deploy"> Deploy with Render </a>
</p>
# **Slides AI Search App**
## **Overview**
@@ -1,3 +1,14 @@
<p align="center">
<img src="../../../assets/gcp-logo.svg" alt="GCP Logo" height="30">
<a href="https://pathway.com/developers/user-guide/deployment/gcp-deploy">Deploy with GCP</a> |
<img src="../../../assets/aws-fargate-logo.svg" alt="AWS Logo" height="30">
<a href="https://pathway.com/developers/user-guide/deployment/aws-fargate-deploy">Deploy with AWS</a> |
<img src="../../../assets/azure-logo.svg" alt="Azure Logo" height="30">
<a href="/developers/user-guide/deployment/azure-aci-deploy">Deploy with Azure</a> |
<img src="../../../assets/render.png" alt="Render Logo" height="30">
<a href="https://pathway.com/developers/user-guide/deployment/render-deploy"> Deploy with Render </a>
</p>
# Pathway + PostgreSQL + LLM: app for querying financial reports with live document structuring pipeline
The aim of this pipeline is to extract and structure the data out of unstructured data (PDFs, queries)