semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

Python: new memory abstractions

Open eavanvalkenburg opened this issue 1 month ago • 1 comments

Motivation and Context

First pieces of the new memory abstractions for Python.

Includes new classes for VectorStoreModels, records, fields, decorator Includes new:

  • VectorRecordStoreBase
  • AzureAISearchVectorRecordStore
  • RedisVectorRecordStore Includes new samples

TODO:

  • finalize naming
  • implement Qdrant
  • add tests

Implements #6497

eavanvalkenburg avatar Jun 12 '24 14:06 eavanvalkenburg