Skip to content

Commit 08a7bd9

Browse files
committed
README change
1 parent 0ab360b commit 08a7bd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ new LargeLanguageModel(this, 'ModelId', {
103103
```
104104

105105
## Semantic search
106-
The sample provides an optional stack to implement a **vector database** on **Amazon RDS** with **pgvector** and embeddings.
106+
The sample provides an optional stack to implement a **vector database** on **Amazon Aurora PostgreSQL** with **pgvector** and embeddings.
107107

108108
Allowing **Hybrid Searches** performed with a combination of Similiary Search and a Full Text Search, which enable an emerging patterns in LLM applications such as "In-Context Learning" (RAG) with automatic document indexing on **Amazon S3** upload.
109109

@@ -132,7 +132,7 @@ This stack is `disabled` by default. To enable it update [bin/aws-genai-llm-chat
132132
![sample](assets/semantic/architecture.jpg "Semantic Stack Architecture Diagram")
133133

134134
An optional semantic search stack that deploys:
135-
- A vector database via a custom construct built on top of PostgreSQL on RDS with pgvector.
135+
- A vector database via a custom construct built on top of Amazon Aurora PostgreSQL with pgvector.
136136
- An embeddings model on SageMaker to generate embeddings.
137137
- Encoders model on SageMaker used to rank sentences by similarity.
138138
- An S3 bucket to store documents that, once uploaded, are automatically split up, converted into embeddings, and stored in the vector database.

0 commit comments

Comments
 (0)