DeepLearning.AI class-Short Course: How Business Thinkers Can Start Building AI Plugins With Semantic Kernel
I am trying to walk through the short course code and get it to run on my local machine. I have run into several instance where functions within the library are not present in the latest version (e.g. kernel.run_async replaced by kernel.run).
Rather than stumble my way through trying to find the correct replacement function name, I am hoping someone could tell me the version used in the course and I will down rev to that library. Thx
1 Like
Same problem. It seems the semantic-kernel used in the course is ‘0.3.8.dev0’; however, with the same version installed locally, I still get:
AttributeError: ‘SemanticTextMemory’ object has no attribute ‘save_information_async’
1 Like
has anyone managed to get around this issue?