James
James
#### Description Add a .WithInterval method to the ElementBuilder to set the newly created element's interval. #### Environment SMA ElementBuilder #### Motivation Would be useful for Anki Importer so Anki...
My code: ```python def rag(args: SearchArgs) -> List[List[SearchResult]]: RAG = RAGPretrainedModel.from_pretrained("colbert-ir/colbertv2.0", verbose=0) metadata = [doc["metadata"] for doc in args["docs"]] RAG.encode( [doc["content"] for doc in args["docs"]], document_metadatas=metadata, ) k = args.get("k",...
Here's my simple example program. ```python import dspy from dspy.predict.retry import Retry from dspy.primitives.assertions import ( assert_transform_module, suggest_backtrack_handler, ) turbo = dspy.OpenAI(model="gpt-3.5-turbo", max_tokens=1000) dspy.settings.configure(lm=turbo, trace=[]) class GenerateQuestions(dspy.Signature): concept = dspy.InputField(desc="a...
I noticed that if I update things like `dspy.Suggest`s it doesn't seem to trigger re-compilation. It just uses the cached output from the last execution.
Allows you to extract a bookmark from a PDF and specify the priority in a popup window. 1. Select bookmark  2. Press Ctrl-Shift-X and type the priority  3....
cannot zoom in because it exits the queue
`useTracker` not returning undefined for removed rem?

