Log
Log functions and classes
With branching updates, it can be hard to track the movement of an initial query to a final query. The QueryTree class constructs a tree of Node objects to map parent/child relationships between search iterations
Node
Node (query:emb_opt.schemas.Query, iteration:int)
Initialize self. See help(type(self)) for accurate signature.
QueryTree
QueryTree ()
Initialize self. See help(type(self)) for accurate signature.
Search iteration batches are logged in the Log class
Log
Log ()
Initialize self. See help(type(self)) for accurate signature.