Rene Leonhardt
Rene Leonhardt
> Upgrading to 3.13 seems to make Python want to compile `pandas` from source, which isn't working out well. And I didn't expect to see pandas 2.1.4, it should've been...
Is it intentional that doctest compiles with gcc? In most places I saw clang-18 configured... The Mac wheel builds are really slow, it would be better to cancel all wheel...
Could you explain what ``` pip3 install $(ls target/wheels/lancedb-*.whl)[tests,dev] ``` is intended to do? What if there are multiple wheels with different requirement versions? Or is the intention to install...
> > Great, it's logging the same 2 times! First resolved to 2.2.3 binary, then 2.1.4 source > > I'm guessing there is some other test dependency that pins an...
If I understand correctly, "default assistant prompt" means the system prompt. What speaks against allowing one system prompt per provider? 🤔 ``` You are a helpful assistant to create beautiful...
I mean this is literally the committed line, 41 chars is not a SHA-1 hash name, thank you @bistack for reporting 👍 https://github.com/tikv/jemallocator/blob/f260a80f21b7f9eb1212809720d9a5f7f0cf0e8b/jemalloc-sys/Cargo.toml#L3 @BusyJay Would it be possible to use...
> For `int4range`, `int8range` and `numrange` there is an implementation in #947. Personally I would like to have `daterange` support. For me `daterange` would be important too, and logically [datemultirange](https://www.cybertec-postgresql.com/en/multiranges-in-postgresql-14/#multiranges-aggregating-ranges)....
If the tests are green, please try yourself @paul-gauthier 😄
FYI there were many llama-index-core releases since you pinned 0.12.26 3 weeks ago, maybe test_help will work again 🤞😅