Skip to content

Commit f53aae1

Browse files
Merge pull request #10671 from Luyao-Zhang-1/patch-2
Small typo fix and style tweak
2 parents dc19f04 + 0ea4e89 commit f53aae1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/en/docs/marketplace/genai/concepts

content/en/docs/marketplace/genai/concepts/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Often, you can use prompt engineering, RAG, and ReAct to build your use case and
8888

8989
## Prompt Engineering {#prompt-engineering}
9090

91-
Prompt engineering is the activity of designing the input text that will be send to the LLM. This typically contains input from the end-user, enriched with instructions from the developer / administrator. A prompt typically contains:
91+
Prompt engineering is the activity of designing the input text that will be sent to the LLM. This typically contains input from the end-user, enriched with instructions from the developer / administrator. A prompt typically contains:
9292

9393
* instructions on what the model should do
9494
* context and information that the model needs to follow the instructions
@@ -122,7 +122,7 @@ For example, Amazon Bedrock has the concept of [knowledge bases for Amazon Bedro
122122

123123
### PgVector Knowledge Base {#pgvectorknowledgebase}
124124

125-
If your chosen architecture doesn't have fully-integrated RAG capabilities, or if you want tighter control of the RAG process, you can create and use your own knowledge base.
125+
If your chosen architecture does not have fully-integrated RAG capabilities, or if you want tighter control of the RAG process, you can create and use your own knowledge base.
126126

127127
In this case you will have to index and store your knowledge yourself, and index your input data in order to retrieve the information with which you want to augment your prompt. For this you can use the [PgVector Knowledge Base module](/appstore/modules/genai/pgvector/) in combination with an embeddings model, to maintain and use your knowledge base.
128128

0 commit comments

Comments
 (0)