8000 GitHub - Build5Nines/SharpVector: Lightweight, In-memory, Semantic Search, Text Vector Database to embed in any .NET Application
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Build5Nines/SharpVector

Repository files navigation

Build5Nines SharpVector - The lightweight, in-memory, Semantic Search, Text Vector Database for any C# / .NET Applications

Build5Nines.SharpVector is an in-memory vector database library designed for .NET applications. It allows you to store, search, and manage text data using vector representations. The library is customizable and extensible, enabling support for different vector comparison methods, preprocessing techniques, and vectorization strategies.

.NET Core Tests Build and Release Libraries.io dependency status for GitHub repo

NuGet License: MIT Framework: .NET 8+ Semantic Search: Enabled Gen AI: Ready

Vector databases are used with Semantic Search and Generative AI 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) design pattern.

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. Build5Nines SharpVector is the lightweight in-memory Text Vector Database for use in any .NET application that you're looking for!

Nuget Package

The Build5Nines.SharpVector library is available as a Nuget Package to easily include into your .NET projects:

dotnet add package Build5Nines.SharpVector

You can view it on Nuget.org here: https://www.nuget.org/packages/Build5Nines.SharpVector/

Maintained By

The Build5Nines SharpVector project is maintained by Chris Pietschmann, founder of Build5Nines, Microsoft MVP, HashiCorp Ambassador, and Microsoft Certified Trainer (MCT).

About

Lightweight, In-memory, Semantic Search, Text Vector Database to embed in any .NET Application

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

0