8000 Birkaç internal link daha düzeltildi. by cinar80 · Pull Request #9 · peakacom/docs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Birkaç internal link daha düzeltildi. #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blogs/rag-example-with-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down
6 changes: 3 additions & 3 deletions embedded-peaka/data-management-backend.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<CodeGroup>
```javascript cURL
Expand Down Expand Up @@ -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).

<CodeGroup>
```javascript cURL
Expand Down
2 changes: 1 addition & 1 deletion embedded-peaka/data-source.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<CodeGroup>
```javascript cURL
Expand Down
4 changes: 2 additions & 2 deletions embedded-peaka/data-tool-ui-old.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<CodeGroup>
```javascript cURL
Expand Down Expand Up @@ -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.

<CodeGroup>
```javascript cURL
Expand Down
0