Skip to content

Commit b68f385

Browse files
authored
fix readme (#59)
1 parent 08f9d58 commit b68f385

File tree

6 files changed

+7
-2
lines changed

6 files changed

+7
-2
lines changed

.github/workflows/ChatQnA.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
77
paths:
88
- ChatQnA/**
9+
- "!**.md"
910
- .github/workflows/ChatQnA.yml
1011
workflow_dispatch:
1112

.github/workflows/CodeGen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
77
paths:
88
- CodeGen/**
9+
- "!**.md"
910
- .github/workflows/CodeGen.yml
1011
workflow_dispatch:
1112

.github/workflows/DocSum.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
77
paths:
88
- DocSum/**
9+
- "!**.md"
910
- .github/workflows/DocSum.yml
1011
workflow_dispatch:
1112

.github/workflows/SearchQnA.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
77
paths:
88
- SearchQnA/**
9+
- "!**.md"
910
- .github/workflows/SearchQnA.yml
1011
workflow_dispatch:
1112

.github/workflows/VisualQnA.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
77
paths:
88
- VisualQnA/**
9+
- "!**.md"
910
- .github/workflows/VisualQnA.yml
1011
workflow_dispatch:
1112

ChatQnA/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Steps to implement the solution are as follows
2222

2323
1. [Export TGI endpoint as environment variable](#customize-tgi-gaudi-service)
2424
2. [Deploy a TEI container for Embedding model service and export the endpoint](#enable-tei-for-embedding-model)
25-
3. [Launch a Redis container](#launch-redis) and ingest your knowledge base. This example provides few example PDF documents
26-
4. [Build langchain](#launch-langchain-docker) container and start the Langchain service
25+
3. [Launch a Redis container and Langchain container](#launch-redis-and-langchain-backend-service)
26+
4. [Ingest data into redis](#ingest-data-into-redis), this example provides few example PDF documents
2727
5. [Start the backend service](#start-the-backend-service) to accept queries to Langchain
2828
6. [Start the GUI](#start-the-frontend-service) based chatbot service to experiment with RAG based Chatbot
2929

0 commit comments

Comments
 (0)