microsoft / kernel-memory

RAG architecture: index and query any data using LLM and natural language, track sources, show citations, asynchronous memory patterns.
https://microsoft.github.io/kernel-memory
MIT License
1.35k stars 252 forks source link

Port Elasticsearch connector to KM repo #465

Closed afederici75 closed 2 months ago

afederici75 commented 2 months ago

Motivation and Context (Why the change? What's the scenario?)

@dluc here's a PR that uses the latest main with the changes to the nuget packages. Everything builds and the Elasticsearch tests work, too. I only included the unittest that descends from BaseFunctionalTestCase for now. I will include the others once I see if this is good so far.

High level description (Approach, Design)