Dariia Korenieva
Dariia Korenieva
Error message: ``` > Task :compileThrift FAILED Could not find /Users/myuser/Workspace/cadence/cadence-java-client/src/main/thrift. Will ignore it [FAILURE:arguments:1] Could not open input file with realpath: /Users/myuser/.gradle/daemon/6.0/src/main/idls/thrift/cadence.thrift ```
I have an application where app classes are loaded by a different class loader than that which loads library classes (the library class loader is a parent of the application...
This PR introduces Valkey integration for the Redis-based vector store in GPTCache. https://github.com/zilliztech/GPTCache/issues/673. Key changes include: Valkey compatibility: - Detects Valkey vs Redis behavior for FT.SEARCH. - Handles cases where...
[Enhancement]: Valkey support in GPTCache as an alternative to Redis for vector store functionality
### What would you like to be added? Enabling Valkey support in GPTCache as an alternative to Redis for vector store functionality. Since Valkey is a drop-in replacement for Redis...
### Problem Statement [cognee-community](https://github.com/topoteretes/cognee-community) repo supports several vector backends (some examples are: Qdrant, Redis), but it lacks an adapter for [Valkey](https://valkey.io/), an open source fork of Redis. ### Proposed Solution...
### Bug Description Running the Redis adapter example crashes during the index creation step. The pipeline fails inside create_vector_index() → redisvl.index.Index.create(), where redisvl executes FT._LIST to check existing indexes. The...
**What is the new container you'd like to have?** I’d like to add Valkey, the open-source fork of Redis, as a dedicated Testcontainers module. - Docker container: valkey/valkey:latest - Valkey...
It would be great to add a new example in the vector database cookbook demonstrating how to use Valkey as a vector datastore with OpenAI embeddings—covering setup, vector inserts, similarity...