Microsoft.KernelMemory.MemoryDb.Elasticsearch 0.98.250324.1

Prefix Reserved
This package has a SemVer 2.0.0 package version: 0.98.250324.1+1c424ed.
dotnet add package Microsoft.KernelMemory.MemoryDb.Elasticsearch --version 0.98.250324.1
                    
NuGet\Install-Package Microsoft.KernelMemory.MemoryDb.Elasticsearch -Version 0.98.250324.1
                    
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="Microsoft.KernelMemory.MemoryDb.Elasticsearch" Version="0.98.250324.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.KernelMemory.MemoryDb.Elasticsearch" Version="0.98.250324.1" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.KernelMemory.MemoryDb.Elasticsearch" />
                    
Project file
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 Microsoft.KernelMemory.MemoryDb.Elasticsearch --version 0.98.250324.1
                    
#r "nuget: Microsoft.KernelMemory.MemoryDb.Elasticsearch, 0.98.250324.1"
                    
#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.
#addin nuget:?package=Microsoft.KernelMemory.MemoryDb.Elasticsearch&version=0.98.250324.1
                    
Install Microsoft.KernelMemory.MemoryDb.Elasticsearch as a Cake Addin
#tool nuget:?package=Microsoft.KernelMemory.MemoryDb.Elasticsearch&version=0.98.250324.1
                    
Install Microsoft.KernelMemory.MemoryDb.Elasticsearch as a Cake Tool

Kernel Memory with Elasticsearch

Nuget package Discord

This folder contains tests for the Elastisearch extension for Kernel Memory.

Configuration (appsettings.json):

  // ...
    "Elasticsearch": {
        "Endpoint": "",
        "UserName": "",
        "CertificateFingerPrint": "",
        "Password": "",
    },
  // ...

You can test the connector locally with Docker:

docker run -it -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" --rm elasticsearch:8.11.3

The command should print on screen configuration details, such as fingerprint and default password. Copy the values in appsettings.Development.json. For example:

  // ...
    "Elasticsearch": {
      "Endpoint": "https://localhost:9200",
      "UserName": "elastic",
      "CertificateFingerPrint": "b2ffe859bde01ece5734526a29b1ce7646b36030835cbbe81424a26151f5f2c5",
      "Password": "defg...."
    },
  // ...

For more information about the Elasticsearch extension:

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Microsoft.KernelMemory.MemoryDb.Elasticsearch:

Package Downloads
Microsoft.KernelMemory

The package contains all the core logic and extensions of Kernel Memory, to index and query any data and documents, using LLM and natural language, tracking sources and showing citations.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.98.250324.1 640 8 days ago
0.98.250323.1 267 8 days ago
0.97.250211.1 5,409 2 months ago
0.96.250120.1 4,837 2 months ago
0.96.250116.1 2,062 3 months ago
0.96.250115.1 334 3 months ago
0.95.241216.2 4,153 4 months ago
0.95.241216.1 91 4 months ago
0.94.241201.1 4,278 4 months ago
0.93.241118.1 4,332 4 months ago
0.92.241112.1 945 5 months ago
0.91.241101.1 1,101 5 months ago
0.91.241031.1 152 5 months ago
0.90.241021.1 4,479 5 months ago
0.90.241020.3 392 5 months ago
0.80.241017.2 2,831 5 months ago
0.79.241014.2 3,131 6 months ago
0.79.241014.1 214 6 months ago
0.78.241007.1 4,365 6 months ago
0.78.241005.1 666 6 months ago
0.77.241004.1 384 6 months ago
0.76.240930.3 7,538 6 months ago
0.75.240924.1 17,050 6 months ago
0.74.240919.1 4,244 6 months ago
0.73.240906.1 24,765 7 months ago
0.72.240904.1 3,342 7 months ago
0.71.240820.1 17,552 7 months ago
0.70.240803.1 25,514 8 months ago
0.69.240727.1 11,535 8 months ago
0.68.240722.1 3,415 8 months ago
0.68.240716.1 2,178 9 months ago
0.67.240712.1 1,875 9 months ago
0.66.240709.1 6,304 9 months ago
0.65.240620.1 34,522 9 months ago
0.64.240619.1 1,328 9 months ago
0.63.240618.1 2,983 9 months ago
0.62.240605.1 29,171 10 months ago
0.62.240604.1 631 10 months ago
0.61.240524.1 10,609 5/24/2024
0.61.240519.2 11,176 5/19/2024
0.60.240517.1 241 5/18/2024
0.51.240513.2 8,123 5/13/2024