Mirko Ortensi

Results 6 issues of Mirko Ortensi

**Version**: What redis-py and what redis version is the issue happening on? redis-py is 4.3.3 redis_version:7.0.0 **Platform**: What platform / version? (For example Python 3.5.1 on Windows 7 / Ubuntu...

In the following test, I create an index with: ``` $.tags TAG SEPARATOR "," ``` But OM rewrites it using `|`. (AFAIU the default separator is not `|`, but `,`...

https://github.com/langchain4j/langchain4j/blob/9cb8fe1e62405f5b79b42721738da96198500b77/langchain4j-redis/src/main/java/dev/langchain4j/store/embedding/redis/RedisEmbeddingStore.java#L61C1-L61C47 The dimension should not be required if the index exists. Is it an option to add a lighter constructor without dimension?

P3

Added two Redis official MCP Servers

Hi, What do you think about exposing createIndex/createIndexIfMissing for the RedisVectorStore class? I want to execute index creation on demand, even before the first similarity search execution. Checking if the...

Session management could be improved by modeling it as a hash as Spring does. This would reduce serialization/deserialization overheads and benefit from the latest [hash-field expiration](https://redis.io/docs/latest/develop/data-types/hashes/#field-expiration) improvements in Redis 7.4....