Python: Bug: SK Learn Site Memory Docs have refs to C# code #9943
Labels
bug
Something isn't working
documentation
memory connector
python
Pull requests for the Python Semantic Kernel
sk team issue
A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
The Python code pivot for the SK memory docs has references to C# code, like
IVectorizedSearch<TRecord>
.https://learn.microsoft.com/en-us/semantic-kernel/concepts/vector-store-connectors/?pivots=programming-language-python
In the
Create the collection and add records
section, there is reference to a C# methodGenerateEmbeddingAsync
:In the
Do a vector search
section, there is C# code (GenerateEmbedding
) in the Python code block:The text was updated successfully, but these errors were encountered: