Skip to content

Commit 3671bb4

Browse files
lostvikxRebeccaTamachiro
authored andcommitted
Update what-is-a-vector-database.mdx (#21754)
Fixed a duplicate sentence.
1 parent 0b1df3d commit 3671bb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/content/docs/vectorize/reference/what-is-a-vector-database.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ Instead of passing the prompt directly to the LLM, in the RAG approach you:
4343
1. Generate vector embeddings from an existing dataset or corpus (for example, the dataset you want to use to add additional context to the LLMs response). An existing dataset or corpus could be a product documentation, research data, technical specifications, or your product catalog and descriptions.
4444
2. Store the output embeddings in a Vectorize database index.
4545

46-
When a user initiates a prompt, instead of passing it (without additional context) to the LLM, you _augment_ it with additional context:
4746
When a user initiates a prompt, instead of passing it (without additional context) to the LLM, you _augment_ it with additional context:
4847

4948
1. The user prompt is passed into the same ML model used for your dataset, returning a vector embedding representation of the query.

0 commit comments

Comments
 (0)