Skip to content

Commit

Permalink
Update core/src/main/java/com/theagilemonkeys/ellmental/core/schema/E…
Browse files Browse the repository at this point in the history
…mbedding.java

Co-authored-by: Juan José Rodríguez López <[email protected]>
  • Loading branch information
javiertoledo and juanjoman committed Sep 6, 2023
1 parent b6dc775 commit 971f294
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* Embeddings represent a point in the embeddings space, representing the semantics of a given text.
*/
@Data
@RequiredArgsConstructor
@AllArgsConstructor
public class Embedding {
public final UUID id;
Expand Down

0 comments on commit 971f294

Please sign in to comment.