NRediSearch icon indicating copy to clipboard operation
NRediSearch copied to clipboard

Results 29 NRediSearch issues
Sort by recently updated
recently updated
newest added

Hi I cant find any code related to FT.ALIASADD/DEL/UPDATE. Here is my use case: a. create an index with some data b. expose the index out for other apps to...

In our application, we have used the GetInfoParsedAsync method to retrieve all the field names for a specific index. A few weeks ago I noticed that the 'Fields' within the...

Follow up from https://github.com/StackExchange/StackExchange.Redis/issues/2470 Is there a way to create a vector space here? My goal: ``` 127.0.0.1:6379> FT.CREATE openai-langchain-redis-aks SCHEMA content_vector VECTOR FLAT 6 TYPE FLOAT32 DIM 1536 DISTANCE_METRIC...

I am using NRediSearch and StackExchange.Redis to work with Redis for my ASP.NET project but I can't set ReturnField for my Query. Here is my code: var query = new...

I am looking on the client for the ability to List the indexes, or at least check if an index already exist, but am unable to find it. Are you...

Hello, How to do query with Not in operator : say I what to run query where country not in brazil or australia > Query q = new Query($"(@name:{ abc...

On RediSearch[ 2.4.3 ](https://github.com/RediSearch/RediSearch/releases/tag/v2.4.3) we introduced a new `DIALECT` command argument for queries (`FT.SEARCH`, `FT.AGGREGATE`) this will allow to process queries either by the current dialect (RediSearch 2.2.x) or the...