Skip to content

Commit

Permalink
issue #1028: removes useless records
Browse files Browse the repository at this point in the history
  • Loading branch information
mrk-vi committed Jul 18, 2024
1 parent 80503fe commit 5df8543
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -361,24 +361,8 @@ public record EmbeddingConfiguration(
String apiKey
) {}

public record EmbeddedChunk(
String indexName,
String contentId,
String title,
String url,
Map<String, Object> acl,
int number,
int total, String chunkText,
Map<String, Object> metadata,
List<Float> vector,
List<EmbeddedChunk> previous,
List<EmbeddedChunk> next
) {}

public record EmbeddedText(
List<Float> vector
) {}

public record EmbeddedChunks(List<EmbeddedChunk> list) {}

}

0 comments on commit 5df8543

Please sign in to comment.