Skip to content

Commit 5a486b2

Browse files
gitFoxCodeManul from Pathway
authored andcommitted
[website3] Product new organization (#8415)
GitOrigin-RevId: 1413b000570086b5b560ca1b373bddc38de7d23c
1 parent e712af3 commit 5a486b2

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

examples/pipelines/adaptive-rag/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# End to end Adaptive RAG with Pathway
1414

15-
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).
15+
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/rag/adaptive-rag).
1616

1717
To learn more about building & deploying RAG applications with Pathway, including containerization, refer to [demo question answering](../demo-question-answering/README.md).
1818

@@ -35,7 +35,7 @@ We encourage you to check the implementation of `answer_with_geometric_rag_strat
3535

3636
## Customizing the pipeline
3737

38-
The code can be modified by changing the `app.yaml` configuration file. To read more about YAML files used in Pathway templates, read [our guide](https://pathway.com/developers/ai-pipelines/configure-yaml).
38+
The code can be modified by changing the `app.yaml` configuration file. To read more about YAML files used in Pathway templates, read [our guide](https://pathway.com/developers/templates/configure-yaml).
3939

4040
In the `app.yaml` file we define:
4141
- input connectors

examples/pipelines/demo-document-indexing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This folder contains several objects:
5050

5151
## Customizing the pipeline
5252

53-
The code can be modified by changing the `app.yaml` configuration file. To read more about YAML files used in Pathway templates, read [our guide](https://pathway.com/developers/ai-pipelines/configure-yaml).
53+
The code can be modified by changing the `app.yaml` configuration file. To read more about YAML files used in Pathway templates, read [our guide](https://pathway.com/developers/templates/configure-yaml).
5454

5555
In the `app.yaml` file we define:
5656
- input connectors

examples/pipelines/demo-question-answering/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Default LLM provider in this template is OpenAI, so, unless you change the confi
109109

110110
## Customizing the pipeline
111111

112-
The code can be modified by changing the `app.yaml` configuration file. To read more about YAML files used in Pathway templates, read [our guide](https://pathway.com/developers/ai-pipelines/configure-yaml/).
112+
The code can be modified by changing the `app.yaml` configuration file. To read more about YAML files used in Pathway templates, read [our guide](https://pathway.com/developers/templates/configure-yaml/).
113113

114114
In the `app.yaml` file we define:
115115
- input connectors

examples/pipelines/private-rag/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The architecture consists of two connected technology bricks, which will run as
4949

5050
## Customizing the pipeline
5151

52-
The code can be modified by changing the `app.yaml` configuration file. To read more about YAML files used in Pathway templates, read [our guide](https://pathway.com/developers/ai-pipelines/configure-yaml/).
52+
The code can be modified by changing the `app.yaml` configuration file. To read more about YAML files used in Pathway templates, read [our guide](https://pathway.com/developers/templates/configure-yaml/).
5353

5454
In the `app.yaml` file we define:
5555
- input connectors

examples/pipelines/unstructured_to_sql_on_the_fly/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Pipeline 2 then starts a REST API endpoint serving queries about programming in
3131
Each query text is converted into a SQL query using the OpenAI API.
3232

3333
Architecture diagram and description are at
34-
https://pathway.com/developers/templates/unstructured-to-structured
34+
https://pathway.com/developers/templates/rag/unstructured-to-structured
3535

3636

3737
⚠️ This project requires a running PostgreSQL instance.

examples/pipelines/unstructured_to_sql_on_the_fly/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
Each query text is converted into a SQL query using the OpenAI API.
2222
2323
Architecture diagram and description are at
24-
https://pathway.com/developers/templates/unstructured-to-structured
24+
https://pathway.com/developers/templates/rag/unstructured-to-structured
2525
2626
2727
⚠️ This project requires a running PostgreSQL instance.

0 commit comments

Comments
 (0)