Thomas B.

Results 11 issues of Thomas B.

I am trying to add an additional FAB, also anchored to the BottomSheet. When adding an additional one as sibling to my first FAB, it (naturally) is rendered above the...

**Describe the issue:** How can I populate a form with an instance of a model that e.g. is loaded from a database? I was hoping for sth. like this to...

type:enhancement

Is there some kind of callback to when an `ExpandablePanel` was expanded/toggled? An `onExpanded()` prop would be ideal for my use case. Thanks!

When feeding the map_reduce summarization chain with a single document, the doc is run through an unnecessary map step before running a combine prompt on it. The combine prompt would...

Even with questions that point directly to a part in an uploaded document (a transcript of a webinar), the retriever (the only activated tool) returns only the first n documents...

I am running Mixtral 8x7B Q4 on a RTX 3090 with 24GB VRAM. 23/33 layers are offloaded to the GPU: ``` llm_load_tensors: offloading 23 repeating layers to GPU llm_load_tensors: offloaded...

bug
nvidia

First up, brilliant project! Still trying to wrap my head around the concept, but making some baby steps. My question is: Why do we have to toggle recording when at...

```python @dataclass class ListResult: page: int = 1 per_page: int = 0 total_items: int = 0 total_pages: int = 0 items: list[BaseModel] = field(default_factory=list) ``` Would items contain anything other...

With no other change, a ton of errors flooded the log with the bot eventually terminating. My bot has a intro task that speaks a short message (11Labs), then a...