Skip to content

Commit b4640b6

Browse files
[DOCS][Libraries] standardize Chat Q&A instances in the Sample Applications folder (open-edge-platform#2086)
Co-authored-by: Wiktor Iwaszko <wiktorx.iwaszko@intel.com>
1 parent 6973b81 commit b4640b6

File tree

20 files changed

+47
-47
lines changed

20 files changed

+47
-47
lines changed

microservices/document-ingestion/pgvector/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Guidance for Authors:
3636
-->
3737
## Example Use Case
3838

39-
- **Use Case 1**: Refer to the [ChatQnA](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/chat-question-and-answer/index.html) sample application where this microservice is used.
39+
- **Use Case 1**: Refer to the [Chat Q&A](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/chat-question-and-answer/index.html) sample application where this microservice is used.
4040

4141

4242
<!--

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 [ChatQnA 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 [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.

microservices/document-ingestion/pgvector/docs/user-guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ vectorDB and minIO is used as the data store.
3030
## Example Use Case
3131

3232
**Use Case 1**: Refer to the
33-
[ChatQnA](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/chat-question-and-answer/index.html)
33+
[Chat Q&A](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/chat-question-and-answer/index.html)
3434
sample application where this microservice is used.
3535

3636
### High-Level System View Diagram

microservices/model-download/docs/user-guide/get-started/deploy-with-helm-chart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The following is a summary of key configuration options available in the `values
8888
helm install model-download . -n <your-namespace>
8989
```
9090

91-
> **Note:** `model-download` creates and manages a shared PVC that can be used by dependent applications such as ChatQnA.
91+
> **Note:** `model-download` creates and manages a shared PVC that can be used by dependent applications such as Chat Q&A.
9292
9393
## Verify the Deployment
9494

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 ChatQ&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
@@ -13,7 +13,7 @@ Before you begin, ensure that you have the following prerequisites:
1313

1414
## Steps to deploy with Helm
1515

16-
You can deploy the ChatQ&A Core application using `Helm` in **two ways**: by pulling the Helm chart from Docker Hub or by building it from the source code. Follow the steps below based on your preferred method.
16+
You can deploy the Chat Q&A Core application using `Helm` in **two ways**: by pulling the Helm chart from Docker Hub or by building it from the source code. Follow the steps below based on your preferred method.
1717

1818
**_Note: Steps 1–3 differ depending on whether you choose to pull the chart or build it from source._**
1919

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

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

3-
The ChatQ&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 ChatQ&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

@@ -39,7 +39,7 @@ By following this guide, you will learn how to:
3939

4040
3. **Configure Image Pulling Registry and Tag Environment Variables**:
4141

42-
To utilize the release images for the ChatQ&A sample application from the registry, set the following environment variables:
42+
To utilize the release images for the Chat Q&A sample application from the registry, set the following environment variables:
4343

4444
```bash
4545
export REGISTRY="intel/"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</div>
1212
hide_directive-->
1313

14-
ChatQ&A sample application is a foundational Retrieval Augmented Generation (RAG) pipeline,
14+
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
@@ -67,7 +67,7 @@ more information on the Ollama framework, visit its
6767
The Chat Question-and-Answer Core sample application consists of two main parts:
6868

6969
1. **Data Ingestion [Knowledge Building]**: This part is responsible for adding
70-
documents to the ChatQ&A instance. The data ingestion step allows ingestion of
70+
documents to the Chat Q&A instance. The data ingestion step allows ingestion of
7171
common document formats like pdf and doc. The ingestion process cleans and formats
7272
the input document, creates embeddings of the documents using embedding microservice,
7373
and stores them in the preferred vector database. CPU version of

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 ChatQnA Core Backend. Reducing image sizes, which will lead to faster processing times and reduced bandwidth usage.
43+
- Image Optimization for 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-core/tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Running Tests for ChatQnA-Core
1+
# Running Tests for Chat Q&A Core
22

3-
This guide will help you run the tests for the ChatQnA-Core project using the pytest framework.
3+
This guide will help you run the tests for the Chat Q&A Core project using the pytest framework.
44

55
---
66

0 commit comments

Comments
 (0)