Nuno Campos
92da3505d3
Implement new semantics for OUT topic
...
- The first message published to OUT ends the computation
- .invoke() returns a single value or None
- .stream() returns iterator of log entries, including the final OUT entry, if any
- Remove .peek() method
2023-09-19 14:09:59 +01:00
Nuno Campos
3751b35bd9
Lint
2023-09-19 12:44:37 +01:00
Nuno Campos
a25b4e584e
Rename keys in LogMessage
2023-09-19 11:19:18 +01:00
Nuno Campos
62f27eb8c4
Simpler init syntax for pubsub
2023-09-19 11:12:02 +01:00
Nuno Campos
c2a5f54121
Rename state_id to correlation_id
2023-09-19 11:05:37 +01:00
Nuno Campos
02b5c77943
Add comment
2023-09-15 11:59:24 +01:00
Nuno Campos
0e80272764
Support any nr of parts in full_topic_name
2023-09-15 11:59:11 +01:00
Nuno Campos
60b1fe619c
Return input from RunnablePublisherEach
2023-09-15 11:58:39 +01:00
Nuno Campos
f12f501c79
Lint
2023-09-13 23:03:06 +01:00
Nuno Campos
c74fd2b0ae
Add more comments
2023-09-13 23:02:00 +01:00
Nuno Campos
e093d989a0
Rename reduce() to join()
2023-09-13 22:44:56 +01:00
Nuno Campos
c37f7e2c2a
Add Topic.reduce()
2023-09-13 17:38:11 +01:00
Nuno Campos
24451a5ed7
Use explicit state_id
2023-09-12 19:23:59 +01:00
Nuno Campos
d6501ebe0f
Add test for .peek()
2023-09-12 18:43:26 +01:00
Nuno Campos
53feef5eff
Lint
2023-09-12 18:07:37 +01:00
Nuno Campos
f03e08d126
Lint
2023-09-12 15:48:02 +01:00
Nuno Campos
4c79b7a8a0
Move prefix management to Connection, Add Connection.peek(), Add test for resuming ongoing execution
2023-09-12 15:40:17 +01:00
Nuno Campos
45ee0a1807
Implement IN and OUT as regular topics
2023-09-12 12:57:01 +01:00
Nuno Campos
1b9089ccca
Add retry support
2023-09-12 12:09:05 +01:00
Nuno Campos
1dce62f755
Update readme
2023-09-06 13:04:22 +01:00
Nuno Campos
f98046ce0c
Update readme
2023-08-29 14:52:07 +01:00
Nuno Campos
a4e1f9036d
Add readme
2023-08-29 14:40:21 +01:00
Nuno Campos
b56453c9f6
Comment out with_retry
2023-08-29 14:13:12 +01:00
Nuno Campos
7f3eae759f
Add first tests, fix some minor issues
...
- Temporarily comment out code using future runnables features
2023-08-29 14:10:52 +01:00
Nuno Campos
af070018c2
Add retry to PubSub
2023-08-25 16:47:46 +02:00
Nuno Campos
a4e7e08fcd
Fix publisher
2023-08-25 12:06:10 +02:00
Nuno Campos
67ee1d87c7
Improve tracing output, update for newer runnables features,
2023-08-24 17:21:53 +02:00
Nuno Campos
d1a518fdfa
Allow non-dict output
2023-08-19 10:35:04 +01:00
Nuno Campos
0d39132602
Lint
2023-08-18 15:10:30 +01:00
Nuno Campos
f0c9f95cf8
Fix batch method
2023-08-18 14:40:35 +01:00
Nuno Campos
e5532d59eb
Update for latest langchain, start to implement isolation and batch
2023-08-18 12:30:55 +01:00
Nuno Campos
7c867d8dac
Format
2023-08-18 12:30:24 +01:00
Harrison Chase
14a62fbc3f
more research stuff
2023-08-17 19:10:32 -07:00
Harrison Chase
4aed6395c3
cr
2023-08-17 11:14:15 -07:00
Harrison Chase
fb5433bcca
add web research notebook
2023-08-16 15:37:38 -07:00
Harrison Chase and GitHub
728d4a71c5
Merge pull request #1 from langchain-ai/harrison/simple-example
...
add simple example notebook
2023-08-15 16:11:53 -07:00
Harrison Chase
d7dc693fc6
add simple example notebook
2023-08-15 13:28:50 -07:00
Nuno Campos
acd8265600
Support latest langchain master
2023-08-10 12:33:26 +01:00
Nuno Campos
b7692fc361
Rename
2023-08-09 19:54:34 +01:00
Nuno Campos
d0dbe3994c
First commit
2023-08-09 19:50:50 +01:00