Skip to content

Commit 0dcbbb5

Browse files
fix numbering, tweak highlight shade
1 parent dbd29b2 commit 0dcbbb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/css/syntax-dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/* LineHighlight */
1515
.hl {
1616
min-width: fit-content;
17-
background-color: var(--color-gray-100);
17+
background-color: var(--color-gray-700);
1818
}
1919
.lntd:first-child .hl,
2020
& > .chroma > code > .hl {

content/guides/genai-leveraging-rag/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In a RAG system, vector embeddings are used to represent the semantic meaning of
3333
The system operates as follows:
3434
1. Questions get turned into mathematical patterns that capture their meaning
3535
2. These patterns help find matching information in a database
36-
4. The LLM generates responses that blend the model's inherent knowledge with the this extra information.
36+
3. The LLM generates responses that blend the model's inherent knowledge with the this extra information.
3737

3838
To hold this vector information in an efficient manner, we need a special type of database.
3939

0 commit comments

Comments
 (0)