From 09e711bac92d39c84c07a007db1849d6b4accaf9 Mon Sep 17 00:00:00 2001 From: Olivier Ruas Date: Wed, 27 Nov 2024 10:46:42 +0100 Subject: [PATCH] Updating Deploy buttons (#7754) GitOrigin-RevId: 7ccfe42c2bd35c016c58f355e1599e08fc96a443 --- assets/aws-fargate-logo.svg | 20 ++++++++++++++++ assets/azure-logo.svg | 23 +++++++++++++++++++ assets/gcp-logo.svg | 1 + examples/pipelines/adaptive-rag/README.md | 18 ++++++++------- .../demo-document-indexing/README.md | 16 +++++++------ .../demo-question-answering/README.md | 16 +++++++------ .../pipelines/gpt_4o_multimodal_rag/README.md | 16 +++++++------ examples/pipelines/private-rag/README.md | 16 +++++++------ examples/pipelines/slides_ai_search/README.md | 11 +++++++++ .../unstructured_to_sql_on_the_fly/README.md | 11 +++++++++ 10 files changed, 112 insertions(+), 36 deletions(-) create mode 100644 assets/aws-fargate-logo.svg create mode 100644 assets/azure-logo.svg create mode 100644 assets/gcp-logo.svg diff --git a/assets/aws-fargate-logo.svg b/assets/aws-fargate-logo.svg new file mode 100644 index 0000000..b494fc2 --- /dev/null +++ b/assets/aws-fargate-logo.svg @@ -0,0 +1,20 @@ + + + + Icon-Architecture/64/Arch_AWS-Fargate_64 + Created with Sketch. + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/azure-logo.svg b/assets/azure-logo.svg new file mode 100644 index 0000000..ff5dfa5 --- /dev/null +++ b/assets/azure-logo.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/gcp-logo.svg b/assets/gcp-logo.svg new file mode 100644 index 0000000..8062a3c --- /dev/null +++ b/assets/gcp-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/examples/pipelines/adaptive-rag/README.md b/examples/pipelines/adaptive-rag/README.md index c773c6f..88413f1 100644 --- a/examples/pipelines/adaptive-rag/README.md +++ b/examples/pipelines/adaptive-rag/README.md @@ -1,14 +1,16 @@ -

- - GCP Logo Deploy with GCP - | - - Render Logo Deploy with Render - +

+ GCP Logo + Deploy with GCP | + AWS Logo + Deploy with AWS | + Azure Logo + Deploy with Azure | + Render Logo + Deploy with Render

-## 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). diff --git a/examples/pipelines/demo-document-indexing/README.md b/examples/pipelines/demo-document-indexing/README.md index 9b251e2..a3f0061 100644 --- a/examples/pipelines/demo-document-indexing/README.md +++ b/examples/pipelines/demo-document-indexing/README.md @@ -1,10 +1,12 @@ -

- - GCP Logo Deploy with GCP - | - - Render Logo Deploy with Render - +

+ GCP Logo + Deploy with GCP | + AWS Logo + Deploy with AWS | + Azure Logo + Deploy with Azure | + Render Logo + Deploy with Render

# Realtime Document Indexing: Vector Store with always-up-to-date knowledge diff --git a/examples/pipelines/demo-question-answering/README.md b/examples/pipelines/demo-question-answering/README.md index bb3a360..e920109 100644 --- a/examples/pipelines/demo-question-answering/README.md +++ b/examples/pipelines/demo-question-answering/README.md @@ -1,10 +1,12 @@ -

- - GCP Logo Deploy with GCP - | - - Render Logo Deploy with Render - +

+ GCP Logo + Deploy with GCP | + AWS Logo + Deploy with AWS | + Azure Logo + Deploy with Azure | + Render Logo + Deploy with Render

# Pathway RAG app with always up-to-date knowledge diff --git a/examples/pipelines/gpt_4o_multimodal_rag/README.md b/examples/pipelines/gpt_4o_multimodal_rag/README.md index e0a8fdc..3e5b3f5 100644 --- a/examples/pipelines/gpt_4o_multimodal_rag/README.md +++ b/examples/pipelines/gpt_4o_multimodal_rag/README.md @@ -1,10 +1,12 @@ -

- - GCP Logo Deploy with GCP - | - - Render Logo Deploy with Render - +

+ GCP Logo + Deploy with GCP | + AWS Logo + Deploy with AWS | + Azure Logo + Deploy with Azure | + Render Logo + Deploy with Render

# Multimodal RAG with Pathway: Process your Financial Reports and Tables with GPT-4o diff --git a/examples/pipelines/private-rag/README.md b/examples/pipelines/private-rag/README.md index 39838a6..4e862c9 100644 --- a/examples/pipelines/private-rag/README.md +++ b/examples/pipelines/private-rag/README.md @@ -1,10 +1,12 @@ -

- - GCP Logo Deploy with GCP - | - - Render Logo Deploy with Render - +

+ GCP Logo + Deploy with GCP | + AWS Logo + Deploy with AWS | + Azure Logo + Deploy with Azure | + Render Logo + Deploy with Render

# Fully private RAG with Pathway diff --git a/examples/pipelines/slides_ai_search/README.md b/examples/pipelines/slides_ai_search/README.md index 0c053be..fb31644 100644 --- a/examples/pipelines/slides_ai_search/README.md +++ b/examples/pipelines/slides_ai_search/README.md @@ -1,3 +1,14 @@ +

+ GCP Logo + Deploy with GCP | + AWS Logo + Deploy with AWS | + Azure Logo + Deploy with Azure | + Render Logo + Deploy with Render +

+ # **Slides AI Search App** ## **Overview** diff --git a/examples/pipelines/unstructured_to_sql_on_the_fly/README.md b/examples/pipelines/unstructured_to_sql_on_the_fly/README.md index 09bdabd..e4a9e83 100644 --- a/examples/pipelines/unstructured_to_sql_on_the_fly/README.md +++ b/examples/pipelines/unstructured_to_sql_on_the_fly/README.md @@ -1,3 +1,14 @@ +

+ GCP Logo + Deploy with GCP | + AWS Logo + Deploy with AWS | + Azure Logo + Deploy with Azure | + Render Logo + Deploy with Render +

+ # 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)