Maximum Code

Results 12 comments of Maximum Code

What about [kernel-memory](https://github.com/microsoft/kernel-memory)? Can it follow the same pattern as the Semantic Kernel?

I am not sure if this will help, but I have the following: ~~~ var KernelMemory = new KernelMemoryBuilder() .WithOpenAI(new OpenAIConfig() { APIKey = "API_KEY", EmbeddingModel = "Model" }) .WithSimpleVectorDb(new...