Results 19 issues of Shawn

![Uploading image.png…]()

This enables users to register Serializers with Weave, like so: ```python import faiss from weave.trace import serializer def save_instance(obj: faiss.Index, artifact, name: str) -> None: with artifact.writeable_file_path(f"{name}.faissindex") as write_path: faiss.write_index(obj,...

This is a prototype that makes it so you can do this: Or more complex stuff like ``` client.calls('Evaluation.evaluate', filter={'output.llm_judge_accuracy.avg_support.mean': {'$gt': 2.3}}) ``` using Tim's new mongo calls filter capability,...

https://www.npmjs.com/package/weave

This has the query_service completely separated from weave. Most of the weave unit tests pass. I think the remaining failures are test setup issues, not functional. So if you checkout...