MeshWeaver.ContentCollections.Indexing.PostgreSql
3.0.0-rc3
This is a prerelease version of MeshWeaver.ContentCollections.Indexing.PostgreSql.
dotnet add package MeshWeaver.ContentCollections.Indexing.PostgreSql --version 3.0.0-rc3
NuGet\Install-Package MeshWeaver.ContentCollections.Indexing.PostgreSql -Version 3.0.0-rc3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MeshWeaver.ContentCollections.Indexing.PostgreSql" Version="3.0.0-rc3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MeshWeaver.ContentCollections.Indexing.PostgreSql" Version="3.0.0-rc3" />
<PackageReference Include="MeshWeaver.ContentCollections.Indexing.PostgreSql" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MeshWeaver.ContentCollections.Indexing.PostgreSql --version 3.0.0-rc3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MeshWeaver.ContentCollections.Indexing.PostgreSql, 3.0.0-rc3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package MeshWeaver.ContentCollections.Indexing.PostgreSql@3.0.0-rc3
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MeshWeaver.ContentCollections.Indexing.PostgreSql&version=3.0.0-rc3&prerelease
#tool nuget:?package=MeshWeaver.ContentCollections.Indexing.PostgreSql&version=3.0.0-rc3&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MeshWeaver.ContentCollections.Indexing.PostgreSql
PostgreSQL storage for the MeshWeaver content indexing pipeline. Stores content chunks and their embeddings in pgvector and serves chunk-level vector search.
Features
PostgreSqlChunkedContentVectorStore— pgvector-backed chunk store with cosine searchPostgreSqlContentChunkSchema— schema management for the chunk tablesEmbeddingProviderChunkEmbedder— bridgesIEmbeddingProvider(seeMeshWeaver.Hosting.Embeddings) into the indexing pipelinePostgreSqlContentIndexingExtensions— one-call registration
Links
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- MeshWeaver.ContentCollections.Indexing (>= 3.0.0-rc3)
- MeshWeaver.ContentCollections.Indexing.Graph (>= 3.0.0-rc3)
- MeshWeaver.Hosting.PostgreSql (>= 3.0.0-rc3)
- Npgsql (>= 10.0.3)
- Pgvector (>= 0.3.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.