Skip to content

Commit

Permalink
Merge pull request #2 from redhat-composer-ai/weaviate-metadata
Browse files Browse the repository at this point in the history
Add "title" to default weaviate request metadata
  • Loading branch information
joshuacanter authored Nov 7, 2024
2 parents 2464de7 + d50d2a1 commit 40f92c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class WeaviateRequest extends BaseRetrieverRequest {
String textKey;

// List of metadata fields to be retrieved as part of the content
List<String> metadataFields = List.of("source");
List<String> metadataFields = List.of("source","title");

String index;

Expand Down

0 comments on commit 40f92c2

Please sign in to comment.