Skip to content

Commit d34f7a8

Browse files
Fix badge formatting in README.md
Updated badge formatting for Semantic Search and Gen AI.
1 parent 1f204da commit d34f7a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77

88
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
99
![Framework: .NET 8+](https://img.shields.io/badge/framework-.NET%208%2B-blue)
10-
![Semantic Search: Enabled](https://img.shields.io/badge/semantic%20search-enabled-purple)
11-
![Gen AI: Ready](https://img.shields.io/badge/Gen%20AI-ready-purple)
10+
![Semantic Search: Enabled](https://img.shields.io/badge/Semantic%20Search-Enabled-purple)
11+
![Vector Text Search: Enabled](https://img.shields.io/badge/Vector%20Text%20Search-Enabled-purple)
12+
![Gen AI: Ready](https://img.shields.io/badge/Gen%20AI-Ready-purple)
1213

1314
Vector databases are used with Semantic Search and [Generative AI](https://build5nines.com/what-is-generative-ai/?utm_source=github&utm_medium=sharpvector) solutions augmenting the LLM (Large Language Model) with the ability to load additional context data with the AI prompt using the [RAG (Retrieval-Augmented Generation)](https://build5nines.com/what-is-retrieval-augmented-generation-rag/?utm_source=github&utm_medium=sharpvector) design pattern.
1415

0 commit comments

Comments
 (0)