Skip to content

Commit 32c3f67

Browse files
Add badges for Local, OpenAI, and Ollama embeddings
Added support badges for Local, OpenAI, and Ollama embeddings.
1 parent f710e69 commit 32c3f67

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
![Vector Text Search: Enabled](https://img.shields.io/badge/Vector%20Text%20Search-Enabled-purple)
1212
![Generative AI: Ready](https://img.shields.io/badge/Generative%20AI-Ready-purple)
1313

14+
![Local Embeddings: Supported](https://img.shields.io/badge/Local%20Embeddings-Supported-ff1493)
15+
![OpenAI Embeddings: Supported](https://img.shields.io/badge/OpenAI%20Embeddings-Supported-ff1493)
16+
![Ollama Embeddings: Supported](https://img.shields.io/badge/Ollama%20Embeddings-Supported-ff1493)
17+
1418
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.
1519

1620
While there are lots of large databases that can be used to build Vector Databases (like Azure CosmosDB, PostgreSQL w/ pgvector, Azure AI Search, Elasticsearch, and more), there are not many options for a lightweight vector database that can be embedded into any .NET application to provide a local text vector database.

0 commit comments

Comments
 (0)