Skip to content

Commit baa7f9e

Browse files
Standardize Q&A in Sample Applications folder pt 2 (open-edge-platform#2090)
Co-authored-by: Wiktor Iwaszko <wiktorx.iwaszko@intel.com>
1 parent ed38290 commit baa7f9e

15 files changed

Lines changed: 27 additions & 27 deletions

File tree

microservices/document-ingestion/pgvector/docs/user-guide/how-to-customize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ source ./run.sh --build dataprep my-registry/my-dataprep:v1.0
8484
## Common Customizations
8585

8686
Customization options are currently provided in the context of the sample application. Refer
87-
to [Chat Q&A sample application](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/chat-question-and-answer/index.html) for details like Helm and customization options.
87+
to the [Chat Q&A sample application](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/chat-question-and-answer/index.html) for details like Helm and customization options.

sample-applications/chat-question-and-answer-core/docs/user-guide/benchmarks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Benchmarks
22

3-
This document provides reference benchmark results for the Chat Question & Answer (Chat Q&A) Sample Application. The benchmark numbers published here are indicative of the performance to be expected on given test environment.
3+
This document provides reference benchmark results for the Chat Question & Answer (Chat Q&A) sample application. The benchmark numbers published here are indicative of the performance to be expected on given test environment.
44

55
## Test Environment
66

sample-applications/chat-question-and-answer-core/docs/user-guide/deploy-with-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# How to deploy with Helm
22

3-
This guide provides step-by-step instructions for deploying the Chat Question-and-Answer Core Sample Application using Helm.
3+
This guide provides step-by-step instructions for deploying the Chat Question & Answer (Chat Q&A) Core Sample Application using Helm.
44

55
## Prerequisites
66

sample-applications/chat-question-and-answer-core/docs/user-guide/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Get Started
22

3-
The Chat Question & Answer (Chat Q&A) Sample Application is a Retrieval Augmented Generation (RAG) pipeline designed to be used in a single user non concurrent deployment primarily targeting Intel® Core&trade; deployments. The application is intended to help developers create personal intelligent chatbots that can answer questions based on their private data. This guide will help you set up, run, and modify the Chat Q&A Sample Application on Intel Edge AI systems.
3+
The Chat Question & Answer (Chat Q&A) sample application is a Retrieval Augmented Generation (RAG) pipeline designed to be used in a single user non concurrent deployment primarily targeting Intel® Core&trade; deployments. The application is intended to help developers create personal intelligent chatbots that can answer questions based on their private data. This guide will help you set up, run, and modify the Chat Q&A sample application on Intel Edge AI systems.
44

55
By following this guide, you will learn how to:
66

sample-applications/chat-question-and-answer-core/docs/user-guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</div>
1212
hide_directive-->
1313

14-
Chat Question & Answer (Chat Q&A) Sample Application is a foundational Retrieval Augmented Generation (RAG) pipeline,
14+
The Chat Question & Answer (Chat Q&A) sample application is a foundational Retrieval Augmented Generation (RAG) pipeline,
1515
enabling users to ask questions and receive answers including on their own private data
1616
corpus. The sample application demonstrates how to build RAG pipelines.
1717
Compared to the

sample-applications/chat-question-and-answer-core/docs/user-guide/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
**Version**: 1.2.1 \
4141
**Release Date**: WW27 2025
4242

43-
- Image Optimization for Chat Q&A Core Backend. Reducing image sizes, which will lead to faster processing times and reduced bandwidth usage.
43+
- Image Optimization for the Chat Q&A Core Backend. Reducing image sizes, which will lead to faster processing times and reduced bandwidth usage.
4444
- Security Vulnerabilities Fix for Dependency Packages.
4545
- Update in Setup Scripts for default model download path in the backend.
4646
- Bug fixes.

sample-applications/chat-question-and-answer/docs/user-guide/benchmarks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Benchmarks
22

3-
This document provides reference benchmark results for the Chat Question & Answer (Chat Q&A) Sample Application. The benchmark numbers published here are indicative of the performance to be expected on given test environment.
3+
This document provides reference benchmark results for the Chat Question & Answer (Chat Q&A) sample application. The benchmark numbers published here are indicative of the performance to be expected on given test environment.
44

55
## Test Environment
66

sample-applications/chat-question-and-answer/docs/user-guide/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Sample Description**: Provide a brief overview of the application and its purpose.
55
-->
66

7-
The Chat Question & Answer (Chat Q&A) Sample Application is a modular Retrieval Augmented Generation (RAG) pipeline designed to help developers create intelligent chatbots that can answer questions based on enterprise data. This guide will help you set up, run, and modify the Chat Q&A Sample Application on Intel Edge AI systems.
7+
The Chat Question & Answer (Chat Q&A) sample application is a modular Retrieval Augmented Generation (RAG) pipeline designed to help developers create intelligent chatbots that can answer questions based on enterprise data. This guide will help you set up, run, and modify the Chat Q&A sample application on Intel Edge AI systems.
88

99
<!--
1010
**What You Can Do**: Highlight the developer workflows supported by the guide.

sample-applications/chat-question-and-answer/docs/user-guide/get-started/build-from-source.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build from Source
22

3-
This guide provides step-by-step instructions for building the Chat Q&A Sample Application from source.
3+
This guide provides step-by-step instructions for building the Chat Q&A sample application from source.
44

55
> **Note:**
66
>
@@ -18,7 +18,7 @@ Before you begin, ensure that you have the following prerequisites:
1818
## Steps to Build from Source
1919

2020
1. **Clone the Repository**:
21-
- Clone the Chat Q&A Sample Application repository:
21+
- Clone the Chat Q&A sample application repository:
2222

2323
```bash
2424
# Clone the latest on mainline
@@ -89,7 +89,7 @@ Before you begin, ensure that you have the following prerequisites:
8989
```
9090

9191
5. **Build the Docker Image**:
92-
- Build the Docker image for the Chat Q&A Sample Application:
92+
- Build the Docker image for the Chat Q&A sample application:
9393

9494
```bash
9595
docker compose build

sample-applications/chat-question-and-answer/docs/user-guide/get-started/deploy-with-helm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Deploy with Helm
22

3-
This guide provides step-by-step instructions for deploying the Chat Question & Answer (Chat Q&A) Sample Application using Helm.
3+
This guide provides step-by-step instructions for deploying the Chat Question & Answer (Chat Q&A) sample application using Helm.
44

55
## Prerequisites
66

@@ -11,7 +11,7 @@ Before you begin, ensure that you have the following prerequisites:
1111
- Install `kubectl` on your system. Refer to [Installation Guide](https://kubernetes.io/docs/tasks/tools/install-kubectl/). Ensure access to the Kubernetes cluster.
1212
- Helm installed on your system: [Installation Guide](https://helm.sh/docs/intro/install/).
1313
- Model Download microservice is deployed using Helm and is up and running (required for OVMS). Refer to the [Deploy with Helm Chart Guide](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/model-download/get-started/deploy-with-helm-chart.html) for deployment instructions.
14-
- Ensure the Model Download Helm chart is deployed and the `model-download` microservice is up and running before deploying Chat QnA. Refer to the [Model Download Get Started Guide](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/model-download/get-started.html).
14+
- Ensure the Model Download Helm chart is deployed and the `model-download` microservice is up and running before deploying Chat Q&A. Refer to the [Model Download Get Started Guide](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/model-download/get-started.html).
1515

1616
## Steps to deploy with Helm
1717

@@ -213,9 +213,9 @@ helm uninstall <name> -n <your-namespace>
213213
```
214214

215215
**Note:**
216-
Chat QnA uses a shared PVC created and managed by the `model-download` microservice. Do not delete this PVC while either service is running, as it stores downloaded model data and is required by both.
216+
Chat Q&A uses a shared PVC created and managed by the `model-download` microservice. Do not delete this PVC while either service is running, as it stores downloaded model data and is required by both.
217217

218-
Only delete the shared PVC when intentionally cleaning up model artifacts and after ensuring no workloads depend on it. Typically, uninstall Chat QnA first, then clean up `model-download` resources, and remove the PVC if needed.
218+
Only delete the shared PVC when intentionally cleaning up model artifacts and after ensuring no workloads depend on it. Typically, uninstall Chat Q&A first, then clean up `model-download` resources, and remove the PVC if needed.
219219

220220
## Related links
221221

0 commit comments

Comments
 (0)