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


source

Node

 Node (query:emb_opt.schemas.Query, iteration:int)

Initialize self. See help(type(self)) for accurate signature.


source

QueryTree

 QueryTree ()

Initialize self. See help(type(self)) for accurate signature.

Search iteration batches are logged in the Log class


source

Log

 Log ()

Initialize self. See help(type(self)) for accurate signature.