Results 14 issues of Bill Murdock

Some key differences between this proposed chunking notebook and the one in `advanced_chunking.ipynb`: 1. This one merges chunks that have the same headings and captions (e.g., adjacent paragraphs within the...

### System Info python -m "torch.utils.collect_env" /Users/bmurdock/.pyenv/versions/3.10.16/lib/python3.10/runpy.py:126: RuntimeWarning: 'torch.utils.collect_env' found in sys.modules after import of package 'torch.utils', but prior to execution of 'torch.utils.collect_env'; this may result in unpredictable behaviour warn(RuntimeWarning(msg))...

bug

### System Info ``` llama_stack==0.2.17 llama_stack_client==0.2.17 ``` ### Information - [ ] The official example scripts - [x] My own modified scripts ### 🐛 Describe the bug When I try...

bug

### System Info ``` llama_stack==0.3.2 llama_stack_client==0.3.2 ``` ### Information - [ ] The official example scripts - [x] My own modified scripts ### 🐛 Describe the bug The Responses API...

bug

### System Info :128: RuntimeWarning: 'torch.utils.collect_env' found in sys.modules after import of package 'torch.utils', but prior to execution of 'torch.utils.collect_env'; this may result in unpredictable behaviour Collecting environment information... PyTorch...

bug
stale

This is proposed in https://github.com/docling-project/docling-sdg/pull/38#pullrequestreview-3070957814

As noted in https://github.com/docling-project/docling-sdg/pull/38#discussion_r2210919359 and the comments in that part of the code, the fact that you can't resume conceptual question generation after a failed run is a missing feature...

To limit scope for the first inclusion of conceptual generation, CLI support was omitted. All that was provided were the implementing classes and a sample notebook showing how to use...

The definition of QaPromptTemplate includes: ``` type_: PromptTypes = Field(alias="type") ``` Having two different names for the field makes development harder and confuses Ruff and MyPy. Could we consider just...

There is a proposal for best practices for AI-Assisted contributions in open source at https://vibe-coding-manifesto.github.io/ . It includes elements like a PROMPTING.md file that open source communities can adopt and...