Really cool, still got a weird issue when executing the
await memory.SaveInformationAsync(MemoryCollectionName,
instruction, throwing this exception:
Method not found: 'System.ValueTuple`3<System.ReadOnlyMemory`1<Int64>,System.ReadOnlyMemory`1<Int64>,System.ReadOnlyMemory`1<Int64>> FastBertTokenizer.BertTokenizer.Encode(System.String, Int32, System.Nullable`1<Int32>)'.
This is not from your code but from the embedding generator added by
builder.AddLocalTextEmbeddingGeneration();
Which comes from "SmartComponents.LocalEmbeddings.SemanticKernel" Version="0.1.0-preview10148"
elbruno which version did you use in your sample? at thee moment used a previous version and just now updated to latest so wondering what might be the issue. Also tried with my laptop and the result is the same.