Devashish Lal

Results 17 comments of Devashish Lal

Yeah this had been annoying me, thanks you can create a pull request for this if you like

```cs _ChunkPoolSize = (settings.Chunk.DrawDistance + 2).CubedSize(); ``` I changed the pool size to draw_distance + 2, So there will be more chunks active even a few far ones. This initialization...

can you raise this pr against the develop branch

Okay, For now, I implemented a chain factory and used string interpolation for the query, not ideal but it's working

Hi, I created [Neo4j Vector Store](https://www.nuget.org/packages/Codeblaze.SemanticKernel.Connectors.Memory.Neo4j) connector for Semantic Kernel; I make the retrieval query configurable by providing an overridable query factory and a Dynamic properties dictionary. The user can...

Could you let me know what version of Semantic Kernel you are using? Something might have changed in the new versions. I'll take a look at this over the weekend....

`builder. AddOllamaTextGeneration ` should also work; I have pushed version 1.3.1 of the plugin that I tested against semantic kernel 1.14.1; let me know if it works for you.