Add doc strings for all channels, small update to names/semantics

This commit is contained in:
Nuno Campos
2023-10-23 14:12:44 +01:00
parent 4f206fcc49
commit d0df4103cd
10 changed files with 149 additions and 107 deletions
+2 -2
View File
@@ -86,8 +86,8 @@ def recursive_web_loader(
channels = {
"base_url": Channels.LastValue(str),
"next_urls": Channels.UniqueInbox(str),
"documents": Channels.Stream(Document),
"visited": Channels.Set(str),
"documents": Channels.Archive(Document),
"visited": Channels.UniqueArchive(str),
"client": Channels.ContextManager(httpx_client, httpx_aclient),
}
# the main chain that gets executed recursively