Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New+Optional memorydb interface to support batch memories upset #441

Merged
merged 1 commit into from
Apr 27, 2024

Conversation

dluc
Copy link
Collaborator

@dluc dluc commented Apr 27, 2024

No description provided.

@dluc dluc merged commit b31638e into microsoft:main Apr 27, 2024
2 checks passed
@dluc dluc deleted the batchinterface branch April 27, 2024 02:32
dluc added a commit that referenced this pull request May 27, 2024
## Motivation and Context (Why the change? What's the scenario?)

Add batching upsert support to Qdrant Memory.
See #441.

## High level description (Approach, Design)
Now the
[QdrantMemory.cs](https://github.com/microsoft/kernel-memory/blob/main/extensions/Qdrant/Qdrant/QdrantMemory.cs)
class implements the
[IMemoryDbBatchUpsert](https://github.com/microsoft/kernel-memory/blob/main/service/Abstractions/MemoryStorage/IMemoryDbBatchUpsert.cs)
interface.

---------

Co-authored-by: Devis Lucato <dluc@users.noreply.github.com>
sangar-1028 added a commit to sangar-1028/kernel-memory that referenced this pull request Oct 21, 2024
## Motivation and Context (Why the change? What's the scenario?)

Add batching upsert support to Qdrant Memory.
See microsoft/kernel-memory#441.

## High level description (Approach, Design)
Now the
[QdrantMemory.cs](https://github.com/microsoft/kernel-memory/blob/main/extensions/Qdrant/Qdrant/QdrantMemory.cs)
class implements the
[IMemoryDbBatchUpsert](https://github.com/microsoft/kernel-memory/blob/main/service/Abstractions/MemoryStorage/IMemoryDbBatchUpsert.cs)
interface.

---------

Co-authored-by: Devis Lucato <dluc@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant