From 89131b404cac6c8746619f0e588765064e6484d9 Mon Sep 17 00:00:00 2001 From: Hans-Peter Grahsl Date: Thu, 10 Oct 2024 09:04:48 +0200 Subject: [PATCH] adapt READMEs --- README.md | 9 +++++---- pyflink-vector-embeddings/README.md | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 259ff86..dbddc14 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,11 @@ _Learn more [here](https://decodable.co), and [sign up for a free trial](https:/ _Decodable provides a managed PyFlink service. Learn more [here](https://docs.decodable.co/pipelines/create-pipelines-using-your-own-apache-flink-jobs.html#_create_a_custom_pipeline_python)._ -| Example | Description | -|--------------------------------------------|---------------------------------------------------------| -| [PyFlink](pyflink) | Running a basic PyFlink job on Kubernetes | -| [PyFlink on Decodable](pyflink-decodable) | Running a PyFlink job as a Custom Pipeline on Decodable | +| Example | Description | +|-----------------------------------------------------------------|-----------------------------------------------------------------------------------------| +| [PyFlink](pyflink) | Running a basic PyFlink job on Kubernetes | +| [PyFlink on Decodable](pyflink-decodable) | Running a PyFlink job as a Custom Pipeline on Decodable | +| [PyFlink and MongoDB Vector Search](pyflink-vector-embeddings) | End-to-end example for PyFlink Vector Ingestion on Decodable with MongoDB Vector Search | ### Integrations diff --git a/pyflink-vector-embeddings/README.md b/pyflink-vector-embeddings/README.md index cd26ff4..cad559b 100644 --- a/pyflink-vector-embeddings/README.md +++ b/pyflink-vector-embeddings/README.md @@ -1,4 +1,4 @@ -# Real-time Vector Ingestion with PyFlink on Decodable +# Real-time Vector Ingestion with PyFlink on Decodable and MongoDB Vector Search ## Demo Scenario Overview