Kristian Mischke

Results 4 issues of Kristian Mischke

### Bug Description After updating llama index from 0.8.50 to 0.9.35 my vector query broke. MetadataFilters that use strings containing numeric values throw error complaining that valueNumber does not match...

bug
vector store
P1

I've been loving this tool but have been wanting to use it with some LoRAs I've created. Is it possible to: - load LoRAs based on `runwayml/stable-diffusion-v1-5` when generating with...

I've been loving the dataclass parsing features, but I ran into this issue where the library errors when parsing string values that contain double-quotes or newline characters This is my...

bug
next-release

There is currently no way to pass arguments to the python timeline function such that they are put into the `optionalArguments`. See: [streamlit_timeline/\_\_init\_\_.py#L46](https://github.com/innerdoc/streamlit-timeline/blob/44a39d008b5c1c6dd0d03b332604aa8999e62272/streamlit_timeline/__init__.py#L46) It would be nice to adjust the...