Abby Harrison

Results 40 comments of Abby Harrison

Updating thread with the link that is now in main https://github.com/microsoft/semantic-kernel/blob/main/samples/dotnet/kernel-syntax-examples/Example16_CustomLLM.cs

@alexchaomander I updated the notebook to address breaking changes as is. We should update notebook 6 to reflect new TextMemorySkill features, but I believe that should be a separate PR.

@dluc will present a design proposal asap. To address your concern (I think), this PR introduces the ability to forget both by 'key' and by 'idea' (i.e. semantically).

Can we put this project under the samples/skills folder?

@mkarle @dluc @johanste I took over development of the PR. I updated documentation, fixed unit tests, and verified functionality of the notebooks on my local copy.

Hi @joowon-dm-snu Tried this out with the memory notebook and I have a couple questions. By default, if you replace the VolatileMemoryStore() with ChromaMemoryStore(), the memory store uses embedded DuckDB...

> @awharrison-28 > > > At minimum, we should make sure to document the default behavior, but ideally the base ChromaMemoryStore() without additional settings should use embeddings from the kernel....