Skip to content

Commit aa9a265

Browse files
committed
modified bullet points in intro
1 parent 8ca9b36 commit aa9a265

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2024-08-31-VectorDB.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ In the world of Large Language Models (LLMs), vector databases play a pivotal ro
88

99
How RAG Works:
1010

11-
User Query: A user submits a query or prompt to the RAG system.
12-
Information Retrieval: The system retrieves relevant information from a knowledge base based on the query. VectorDBs play a key role in this. Embeddings aka vectors are stored in VectorDB and retrieval is done using similarity measures.
13-
Language Model Generation: The retrieved information is fed into a language model, which generates a response based on the query and the retrieved context.
11+
- User Query: A user submits a query or prompt to the RAG system.
12+
- Information Retrieval: The system retrieves relevant information from a knowledge base based on the query. VectorDBs play a key role in this. Embeddings aka vectors are stored in VectorDB and retrieval is done using similarity measures.
13+
- Language Model Generation: The retrieved information is fed into a language model, which generates a response based on the query and the retrieved context.
1414

1515
In this blog series, we will delve into the intricacies of vector databases, exploring their underlying principles, key features, and real-world applications. We will also discuss the advantages they offer over traditional databases and how they are transforming the way we store, manage, and retrieve data.
1616

0 commit comments

Comments
 (0)