Microsoft.KernelMemory.MemoryDb.Elasticsearch 0.61.240524.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This package has a SemVer 2.0.0 package version: 0.61.240524.1+87575c4.
dotnet add package Microsoft.KernelMemory.MemoryDb.Elasticsearch --version 0.61.240524.1
NuGet\Install-Package Microsoft.KernelMemory.MemoryDb.Elasticsearch -Version 0.61.240524.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.61.240524.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.KernelMemory.MemoryDb.Elasticsearch --version 0.61.240524.1
#r "nuget: Microsoft.KernelMemory.MemoryDb.Elasticsearch, 0.61.240524.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.
// Install Microsoft.KernelMemory.MemoryDb.Elasticsearch as a Cake Addin
#addin nuget:?package=Microsoft.KernelMemory.MemoryDb.Elasticsearch&version=0.61.240524.1

// Install Microsoft.KernelMemory.MemoryDb.Elasticsearch as a Cake Tool
#tool nuget:?package=Microsoft.KernelMemory.MemoryDb.Elasticsearch&version=0.61.240524.1

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. 
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.Core The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.61.240524.1 788 5/24/2024
0.61.240519.2 2,161 5/19/2024
0.60.240517.1 124 5/18/2024
0.51.240513.2 1,531 5/13/2024