Skip to content

Commit

Permalink
"Add SwiftyNotion 0.1.5 as a remote source control and include WatchL…
Browse files Browse the repository at this point in the history
…istLoader.swift file."
  • Loading branch information
buhe committed Mar 11, 2024
1 parent 5628b52 commit 6eb5da2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/buhe/SwiftyNotion",
"state" : {
"branch" : "main",
"revision" : "ccfe5600df5e315e48470ca840f682ec446869f8"
"revision" : "ccfe5600df5e315e48470ca840f682ec446869f8",
"version" : "0.1.5"
}
},
{
Expand Down
15 changes: 15 additions & 0 deletions Sources/LangChain/document_loaders/tmdb/WatchListLoader.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
//
// File.swift
//
//
// Created by 顾艳华 on 3/11/24.
//

import Foundation
public class WatchListLoader: BaseLoader {
public override func _load() async throws -> [Document] {
var docs: [Document] = []

return docs
}
}

0 comments on commit 6eb5da2

Please sign in to comment.