Nuno Campos
725c416511
Improve docstrings
2023-10-13 14:17:36 +01:00
Nuno Campos
25dce1ff58
Update readme
2023-10-13 14:03:42 +01:00
Nuno Campos
065a1a6e15
Fix async impl
2023-10-13 13:45:04 +01:00
Nuno Campos
12c203f3a3
Add tests
2023-10-13 13:37:39 +01:00
Nuno Campos
8a35811262
Lint
2023-10-13 12:27:03 +01:00
Nuno Campos
2b04283c96
It works!
2023-10-13 12:26:26 +01:00
Nuno Campos
c5d42ed09b
Update mypy and langchain
2023-10-13 12:26:11 +01:00
Nuno Campos
851e8f88dd
WIP
2023-10-11 18:32:02 +01:00
Nuno Campos
bd8260760d
Update readme
2023-10-05 11:11:10 +01:00
Nuno Campos
4950c2405a
0.0.3
v0.0.3
2023-10-05 10:48:54 +01:00
Nuno Campos
128fabb3cd
Lint
2023-10-05 10:30:40 +01:00
Nuno Campos
138aa4bd49
Cherry pick bugfix from nc/combined-batch branch
2023-10-05 10:29:27 +01:00
Nuno Campos
5e416347e7
Move over more tests from nc/combined-batch branch
2023-10-05 10:26:36 +01:00
Nuno Campos and GitHub
880917cd2b
Merge pull request #5 from langchain-ai/nc/single-out-message
...
Nc/single out message
2023-10-05 10:00:47 +01:00
Nuno Campos
d19f4999b8
Chat listen() and iterate() to use PubSubMessage wrapper instead of raw value
2023-09-19 14:30:47 +01:00
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