-
The dialect 3 api changes the outputs for JSON:
```python
q = VectorQuery(
vector=[0.23, 0.12, -0.03, 0.98],
vector_field_name="embedding",
filter_expression=filter_expression,
…
-
PGSync version: latest
Postgres version:
Elasticsearch version: 7.17.7
Redis version:
Python version: 3.7
Problem Description:
How to assign a database to children during associat…
-
Hi there,
https://redis.io/docs/interact/search-and-query/indexing/#index-json-arrays-as-numeric
According to the guide page, I can index the JSON array to `NUMERIC`.
With this feature, I can als…
-
**Is your feature request related to a problem? Please describe.**
While adding some integration tests for our Akka.Cluster.Sharding persistence cleanup tool, I ran into a small problem on this PR: h…
-
- https://github.com/chanzuckerberg/redis-memo/pull/6 drops support for join queries because they could be unbound.
-
I've recently moved from `redislabs/redisgraph:2.8.0` to `redis/redis-stack-server`, since then I've been experiencing a peculiar issue with recursive matches.
Every night we have to reseed our gra…
-
-
Hi, I happen to watch your presentation over YouTube yesterday. Really very useful and focused on doing it rather than reading. Following the same, I was able to setup docks with mongo, redis and node…
-
Currently there is implementation details for saving | deleting multiple records at once using redis pipelines.
Example:
```
@py_test_mark_asyncio
async def test_delete_many(m):
member1 = m.M…
-
### A note for the community
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to he…