Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
langchain4j committed Aug 5, 2024
1 parent 118b154 commit 38e025f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package dev.langchain4j.store.embedding.elasticsearch;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
Expand All @@ -11,6 +12,7 @@
@NoArgsConstructor
@AllArgsConstructor
@Builder
@JsonIgnoreProperties(ignoreUnknown = true)
class Document {

private float[] vector;
Expand Down

0 comments on commit 38e025f

Please sign in to comment.