Pedro Gil Mora
How to RAG by combining Semantic Kernel Memory and Semantic Kernel?
I currently have two kernels in separate LinqPad. Both of them working, but don't see how integrate both kernels or both features such like chat completion being answered using documents imported in memory but using eg. gpt-4o-mini
1 replies
Dictionary vs switch in source generated code
I have doubt.
Im generating a compiled communication framework and the "endpoint handler" is a dictionary is int64 key-based with actions processing the context. keyvalue pairs are generated with my source generator. My question is. if I generate the equivalent switch to handle like 150 cases in compile time. would be inefficient?
52 replies