James

Results 37 issues of 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...

enhancement
sm
sma-api

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",...

bug

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 ![image](https://user-images.githubusercontent.com/58147075/74613486-c5e51600-5106-11ea-9148-94b6b3445229.png) 2. Press Ctrl-Shift-X and type the priority ![image](https://user-images.githubusercontent.com/58147075/74613508-f331c400-5106-11ea-97a7-561b762157a2.png) 3....

enhancement

cannot zoom in because it exits the queue

requires-internal-changes

`useTracker` not returning undefined for removed rem?

bug

![image](https://github.com/bjsi/incremental-everything/assets/58147075/baa79655-9f92-44fe-b2b6-b8bc979b3310)

bug

![image](https://github.com/bjsi/incremental-everything/assets/58147075/0cd2442a-0b0d-4ed4-a835-2cda17ad4685)

good first issue