Alex Meyer

Results 7 issues of Alex Meyer

**Is your feature request related to a problem? Please describe.** The out-of-the-box experience for Sycamore doesn't handle embeddings well. Considering that this is the main use-case, the default index settings...

This is a proposal/example, not meant to be checked in. The basic idea here is not only to bypass Ray, but also avoid the lazy-evaluated pipeline abstraction. Instead, it's coded...

Calling `PdfWriter.write(fileobj)` unexpectedly closed `fileobj` causing my program to crash later when it tried to do `fileobj.seek(0)`. ## Environment Which environment were you using when you encountered the problem? Linux...

is-bug
PdfWriter

**Describe the bug** The partition_file() call works fine alone, but wrapping it in `with vcr.use_cassette()` causes it to hang indefinitely. **To Reproduce** Try a script like this: ``` import vcr...