Skip to content

Commit

Permalink
trigger build after adding actions secret
Browse files Browse the repository at this point in the history
  • Loading branch information
markpollack committed Aug 15, 2023
1 parent 2682e0e commit 6eb0bf7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public List<Document> load(TextSplitter textSplitter) {
TypeReference<HashMap<String, Object>> typeRef = new TypeReference<HashMap<String, Object>>() {
};


List<Document> documents = new ArrayList<>();
try {
// TODO, not all json will be an array
Expand Down

0 comments on commit 6eb0bf7

Please sign in to comment.