westey

Results 25 comments of westey

Hi @vasemax, thanks for trying out Semantic Kernel and thanks for the feedback! Let me clarify the use cases for the two methods you mentioned, since that should help clarify...

We have an example now that addresses most of the asks here. See: https://github.com/microsoft/semantic-kernel/tree/main/dotnet/samples/Demos/VectorStoreRAG There are some good ideas here about also including blog posts and samples as RAG input...

The above PR is adding datetimeoffset storage capabilities. Filtering will need to be done after a refactoring PR that is currently in progress, so moving the remaining filtering work to...

Have had to reduce the support to DateTimeOffset for now, since DateTime will produce inconsistent results. Based on a design discussion, we may reintroduce DateTime but with DateTimeKind.Utc only. Further...

@TsengSR, note that you can still use DateTimeOffset, and of course it is possible to convert between DateTime and DateTimeOffset. The problem with DateTime is that it has various modes...

> @westey-m @RogerBarreto Can you please review this pull request? @atiq-bs23, I realise you have a sent a few PRs, and we have been a bit slow reviewing some of...

> @westey-m, @RogerBarreto Can you please help me to test this current change? @atiq-bs23, looks like there is an issue with the batch request model. I'm getting 422 (Unprocessable Entity)...

> @roji > > > @TsengSR you can pass embeddings (e.g. as `ReadOnlyMemory`) directly to the new SearchAsync method - this is covered in [this section of the May 2025...

> in some cases it seems that we register the vector store as transient because of this > In general having AddXX methods with the same name that register the...

Closing this PR, since this change could be a breaking change for some customers, but I've created a new PR that allows customizing the `JsonSerializer` behavior to output unescaped characters...