Harrison Chase

Results 367 comments of Harrison Chase

did not add example notebook because not sure if we want to publicize this now

yeah this is `aadd` not `add`

sorry @s16h , will be in next release!

do you have an example to easily reproduce this?

agree with @dev2049 on this, the retriever should not error here, its reasonable for a retriever not to return any documents, we should gracefully check this and handle this downstream

throwing out some other options/ideas: should we expose an interface `append_message` that appends an arbitrary message? that way users can construct the `Message` object outside and pass it in. would...

even if they wanted to add direct context to a specific message though, they could still use a generic `append_messages` method though right? They'd just construct it outside

just pinged the AIM team for help with reviewing!

> @hwchase17 @dev2049 > > Two questions to figure out here: > > 1. We don't have benchmarks anywhere. Adding another parameter makes the task more complex which means that...