From 8b31e7eb7514c5b6d7c389ee3e817b804f657e87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Murat=20C=CC=A7=C4=B1nar=20Bu=CC=88yu=CC=88kakc=CC=A7a?= Date: Fri, 4 Jul 2025 19:15:41 +0300 Subject: [PATCH] this link --- blogs/rag-example-with-api.mdx | 2 +- embedded-peaka/data-management-backend.mdx | 6 +++--- embedded-peaka/data-source.mdx | 2 +- embedded-peaka/data-tool-ui-old.mdx | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/blogs/rag-example-with-api.mdx b/blogs/rag-example-with-api.mdx index 48297eb..8f87202 100644 --- a/blogs/rag-example-with-api.mdx +++ b/blogs/rag-example-with-api.mdx @@ -13,7 +13,7 @@ In this blog post we will build a RAG pipeline for chatbot which gives info abou If you want to skip the implementation details, check out the finished code on [Github](https://github.com/peakacom/rag-example-with-api). Follow the instructions on Readme to run the project on your local machine. -If you want to try the demo for your self, we have deployed the project on Vercel. You can try the demo your self by clicking [this link.](https://rag-with-spacex-api.vercel.app/) +If you want to try the demo for yourself, visit Vercel to [try the demo](https://rag-with-spacex-api.vercel.app/) ## **Prerequisites** diff --git a/embedded-peaka/data-management-backend.mdx b/embedded-peaka/data-management-backend.mdx index e2536fb..00a388a 100644 --- a/embedded-peaka/data-management-backend.mdx +++ b/embedded-peaka/data-management-backend.mdx @@ -284,9 +284,9 @@ For detailed guidance, please refer to the documentation on [how to create a pa - The next step is to create a catalog, which will serve as a structured collection of data sourced from a specific origin. -- To view all available catalogs, you can utilize the API. For more details, refer to the documentation on [how to get a catalog list](https://docs.peaka.com/api-reference/data-catalogs/list-catalogs). +- To view all available catalogs, you can utilize the API. See the documentation on [how to get a catalog list](https://docs.peaka.com/api-reference/data-catalogs/list-catalogs) for further instructions. -For detailed guidance, please refer to the documentation on [how to createa catalog ](https://docs.peaka.com/api-reference/data->-catalogs/create-catalog). +For detailed guidance, please refer to the documentation on [how to create a catalog ](https://docs.peaka.com/api-reference/data->-catalogs/create-catalog). ```javascript cURL @@ -671,7 +671,7 @@ For detailed guidance, please refer to the documentation on [how to create a que - After running query is completed, you will get the data in response. You can use this data for further processing or analysis as needed. -For detailed guidance, please refer to the documentation on [how to run a query](https://docs.peaka.com/api-reference/data->-queries/execute-query). +For detailed guidance, please refer to the documentation on [how to run a query](https://docs.peaka.com/api-reference/data->queries/execute-query). ```javascript cURL diff --git a/embedded-peaka/data-source.mdx b/embedded-peaka/data-source.mdx index ef7fe65..cd2f761 100644 --- a/embedded-peaka/data-source.mdx +++ b/embedded-peaka/data-source.mdx @@ -240,7 +240,7 @@ For detailed guidance, please refer to the documentation on [how to create a que - After running query is completed, you will get the data in response. You can use this data for further processing or analysis as needed. -For detailed guidance, please refer to the documentation on [how to run a query](https://docs.peaka.com/api-reference/data->-queries/execute-query). +For detailed guidance, please refer to the documentation on [how to run a query](https://docs.peaka.com/api-reference/data->queries/execute-query). ```javascript cURL diff --git a/embedded-peaka/data-tool-ui-old.mdx b/embedded-peaka/data-tool-ui-old.mdx index 2ad6a8c..c39db42 100644 --- a/embedded-peaka/data-tool-ui-old.mdx +++ b/embedded-peaka/data-tool-ui-old.mdx @@ -20,7 +20,7 @@ For detailed guidance, please refer to the documentation on [how to create a par - Create your project by using below API. -For detailed guidance, please refer to the documentation on [how to create a project](https://docs.peaka.com/api-reference/projects/create-project). +See the documentation on [how to create a project](https://docs.peaka.com/api-reference/projects/create-project) for detailed instructions. ```javascript cURL @@ -280,7 +280,7 @@ To execute a query using the API: - After running query is completed, you will get the data in response. You can use this data for further processing or analysis as needed. -For detailed guidance, please refer to the documentation on [how to run query documentation](https://docs.peaka.com/api-reference/data->-queries/execute-query). +See the documentation on [how to run query](https://docs.peaka.com/api-reference/data->queries/execute-query) for detailed instructions. ```javascript cURL