Timothy Eng
Timothy Eng
As related to my investigations of the Python redis memory connector in https://github.com/microsoft/semantic-kernel/issues/6084 and https://github.com/microsoft/semantic-kernel/issues/6088, the redis memory connector by default only goes *=> to do the search. This will...
Python redis memory connector should be able to take an existing redis connection. For example, some enterprises require/have other methodologies to connect to redis beyond the default connection string and...
There are several performance issues with the **Python Redis Memory Connector**. These issues were discovered by developing an application in C# that worked properly, then duplicating the application in Python...