langchain4j/langchain4j-weaviate
Jaland 86353f9b13
Allow user to modify text key (#1723)
## Issue
Closes #1722

## Change
Parameterized the field name used to look up the text value in Weaviate.

## General checklist
<!-- Please double-check the following points and mark them like this:
[X] -->
- [x ] There are no breaking changes
- [? ] I have added unit and integration tests for my change (Based on
the test that are there I am not really sure what to add that would
really test it well)
- [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
<!-- Before adding documentation and example(s) (below), please wait
until the PR is reviewed and approved. -->
- [ ] I have added/updated the
[documentation](https://github.com/langchain4j/langchain4j/tree/main/docs/docs)
- [ ] I have added an example in the [examples
repo](https://github.com/langchain4j/langchain4j-examples) (only for
"big" features)
- [ ] I have added/updated [Spring Boot
starter(s)](https://github.com/langchain4j/langchain4j-spring) (if
applicable)
2024-09-10 10:00:32 +02:00
..
src Allow user to modify text key (#1723) 2024-09-10 10:00:32 +02:00
pom.xml changed version to 0.35.0-SNAPSHOT 2024-09-09 10:11:09 +02:00