Skip to content

Commit

Permalink
adapt READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
hpgrahsl committed Oct 10, 2024
1 parent 17f51aa commit 89131b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyflink-vector-embeddings/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 89131b4

Please sign in to comment.