Skip to content

Commit

Permalink
fixup! new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MoElkhidir committed Feb 18, 2024
1 parent f1abadb commit 5e55fdc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion websites/docs/pages/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Introduction

Welcome to the documentation for Prompt Studio, a SAAS platform that allows both domain experts and tech experts to build AI workflows that provide business value. Our product, Prompt Studio, is designed to streamline the process of building complex workflows by utilizing innovative technology and a user-friendly interface.
Welcome to the documentation for Prompt Studio, a SAAS platform that allows both domain experts and tech experts to build AI workflows that provide business value. Our product, Prompt Studio, is designed to streamline the process of building complex workflows with an intuitive and user-friendly interface.

In this documentation, we will introduce you to the key concepts of Prompt Studio and provide a guide on how to get started using our platform. We will also cover important features, such as LLMs fine-tuning, workflow automation, and SDK integration, to help you make the most out of your experience with Prompt Studio.

Expand Down
2 changes: 1 addition & 1 deletion websites/docs/pages/key-concepts/datapoint.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Datapoint
A Datapoint is a record of a Recipe's execution at a given moment. It captures the inputs, LLM configurations, and outputs, serving as a historical reference and a tool for fine-tuning the AI's performance over time.
A Datapoint is a record of a Recipe's execution at a given moment in history. It captures the inputs, LLM configurations, and outputs, serving as a historical reference and a tool for fine-tuning the AI's performance over time.

2 changes: 1 addition & 1 deletion websites/docs/pages/key-concepts/recipe/content.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Content
Content within a Recipe refers to static text elements that are not processed by the AI but are essential for the workflow. This for example could include email templates or contextual information that supports the AI in generating more accurate outputs.
Content within a Recipe refers to static text elements that are not processed by the AI but are essential for the workflow. This for example could include email templates or contextual information that supports the AI in generating more accurate outputs. You could upload text files as content in PromptStudio.
2 changes: 1 addition & 1 deletion websites/docs/pages/key-concepts/recipe/deployment.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Deployment
Deployment is the final step in the Recipe lifecycle. Once tested and confirmed, a Recipe can be published for use by others or integrated into external applications via the Prompt Studio API or SDK.
Deployment is the final step in the Recipe lifecycle. Once tested and confirmed, a Recipe can be published for use by others or integrated into external applications via the Prompt Studio API or [SDK](../../sdk-integration/index.md).
2 changes: 1 addition & 1 deletion websites/docs/pages/sdk-integration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ Replace `'your-deployment-id'` with the actual ID of your deployment and provide

## Support

If you encounter any issues or have questions regarding the SDK integration, please reach out to our support team or visit the FAQ section.
If you encounter any issues or have questions regarding the SDK integration, please reach out to our [support team](mailto:[email protected]) or visit the FAQ section.

0 comments on commit 5e55fdc

Please sign in to comment.