vector store by user

This commit is contained in:
2026-02-22 03:07:37 +01:00
parent 6ea0c5fa5e
commit d2e8f4ab90

View File

@@ -23,6 +23,7 @@ public class ChatEntry {
@GeneratedValue(strategy = GenerationType.IDENTITY) @GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id; private Long id;
@Column(columnDefinition = "TEXT")
private String content; private String content;
@Enumerated(EnumType.STRING) @Enumerated(EnumType.STRING)