langchain/libs
Ash Vardanian d01bad5169
core[patch]: Convert SimSIMD back to NumPy (#19473)
This patch fixes the #18022 issue, converting the SimSIMD internal
zero-copy outputs to NumPy.

I've also noticed, that oftentimes `dtype=np.float32` conversion is used
before passing to SimSIMD. Which numeric types do LangChain users
generally care about? We support `float64`, `float32`, `float16`, and
`int8` for cosine distances and `float16` seems reasonable for
practically any kind of embeddings and any modern piece of hardware, so
we can change that part as well 🤗
2024-03-25 16:36:26 -07:00
..
cli cli[patch]: Modified regular expression (#19449) 2024-03-22 15:24:08 -07:00
community core[patch]: Convert SimSIMD back to NumPy (#19473) 2024-03-25 16:36:26 -07:00
core core[patch]: fix xml output parser transform (#19530) 2024-03-25 21:34:45 +00:00
experimental experimental[patch]: Release 0.0.55 (#19353) 2024-03-20 13:06:39 -07:00
langchain cohere[patch]: add cohere as a partner package (#19049) 2024-03-25 20:23:47 +00:00
partners core[patch]: Convert SimSIMD back to NumPy (#19473) 2024-03-25 16:36:26 -07:00
text-splitters splitters: Add ensure_ascii parameter (#18485) 2024-03-19 12:51:16 -07:00