langchain4j/langchain4j-redis/src
Martin7-1 e66eb6327a
[Bug] Fix #1340 (#1981)
## Issue
Fixes #1340 

## Change
1. Make `prefix` configurable and default value is backwards compatible
(i.e. the default value is `embedding:`).


## General checklist
- [x] There are no breaking changes
- [x] I have added unit and integration tests for my change
- [x] I have manually run all the unit and integration tests in the
module I have added/changed, and they are all green
- [x] I have manually run all the unit and integration tests in the
[core](https://github.com/langchain4j/langchain4j/tree/main/langchain4j-core)
and
[main](https://github.com/langchain4j/langchain4j/tree/main/langchain4j)
modules, and they are all green

## Checklist for changing existing embedding store integration
- [x] I have manually verified that the
`{NameOfIntegration}EmbeddingStore` works correctly with the data
persisted using the latest released version of LangChain4j
2024-10-30 09:56:41 +01:00
..
main/java/dev/langchain4j/store [Bug] Fix #1340 (#1981) 2024-10-30 09:56:41 +01:00
test/java/dev/langchain4j/store [Bug] Fix #1340 (#1981) 2024-10-30 09:56:41 +01:00