12 packages tagged with “pgvector”
Extended PostgreSQL driver for NHibernate, with support of json and array types.
NHibernate Sqlite Driver with Microsoft.Data.Sqlite.Core. In order to use this driver, you must have the nuget package [Microsoft.Data.Sqlite.Core](https://www.nuget.org/packages/Microsoft.Data.Sqlite.Core/) and [SQLitePCLRaw.bundle_e_sqlite3](https://www.nuget.org/packages/SQLitePCLRaw.bundle_e_sqlite3/) installed for NHibernate to load. It's a .NET Standard 2.0 Driver, Can run on any platform that dotnet core support.
PostgreSQL with pgvector storage provider for FluxIndex
Vector embedding storage for semantic search in DevGPT. Provides IEmbeddingStore interface with PostgreSQL/pgvector backend, batch operations, similarity matching, and embedding generation service. Essential for RAG implementations.
Extensions for NHibernate when used in dotnet core. For examples, visit https://github.com/beginor/nhibernate-extensions/blob/master/test/NHibernate.Extensions.UnitTest/BaseTest.cs
PgVector vector store provider for AIKit.
Vector embedding storage for semantic search in Hazina. Provides IEmbeddingStore interface with PostgreSQL/pgvector backend, batch operations, similarity matching, and embedding generation service. Essential for RAG implementations.
RAG plugin with vector search, document ingestion, and persistent memory for Umunna framework
RecallAI Memory SDK - Core library for AI-powered semantic memory and vector search. Add long-term memory to your .NET applications with minimal configuration.
RecallAI Memory SDK - PostgreSQL provider with pgvector support for production-ready vector search. Includes automatic migrations and connection pooling.
Extended PostgreSQL driver for NHibernate, with support of json, array and vector types.
PostgreSQL/pgvector provider for EasyAppDev.Blazor.AutoComplete.AI semantic search. Provides persistent vector storage with HNSW indexing for production-scale autocomplete scenarios.