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

Python: Add save_information_batch to SemanticTextMemory class #6115

Open
sinyubonnie-ho opened this issue May 3, 2024 · 0 comments
Open
Assignees
Labels
python Pull requests for the Python Semantic Kernel

Comments

@sinyubonnie-ho
Copy link
Contributor

Currently I am using save_information in the memory (https://github.com/microsoft/semantic-kernel/blob/main/python/semantic_kernel/memory/semantic_text_memory.py) which only allows me to create embedding and save the record one by one. I want to do it in batch to speed up the process. I will work on adding the function save_information_batch to the SemanticTextMemory class and create PR. Thanks!

@markwallace-microsoft markwallace-microsoft added python Pull requests for the Python Semantic Kernel triage labels May 3, 2024
@github-actions github-actions bot changed the title Add save_information_batch to SemanticTextMemory class Python: Add save_information_batch to SemanticTextMemory class May 3, 2024
@moonbox3 moonbox3 removed the triage label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Pull requests for the Python Semantic Kernel
Projects
Status: No status
Development

No branches or pull requests

3 participants