semantic-kernel
semantic-kernel copied to clipboard
.Net: Investigate building a memory connector using Entity Framework
For PostgreSQL it's easy to build a memory with EF and pgvector: https://github.com/pgvector/pgvector-dotnet?tab=readme-ov-file#entity-framework-core
I have a demo repository showing how to store and query vector embeddings in PostgreSQL with EF Core: Semantic Search Demo