You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs
Hugoberry 96dc180883
community[minor]: Add `DuckDB` as a vectorstore (#18916)
DuckDB has a cosine similarity function along list and array data types,
which can be used as a vector store.
- **Description:** The latest version of DuckDB features a cosine
similarity function, which can be used with its support for list or
array column types. This PR surfaces this functionality to langchain.
    - **Dependencies:** duckdb 0.10.0
    - **Twitter handle:** @igocrite

---------

Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
2 months ago
..
cli cli[patch]: Modified regular expression (#19449) 3 months ago
community community[minor]: Add `DuckDB` as a vectorstore (#18916) 2 months ago
core docs: docstring Runnable `pipe` and `pick` methods (docs only) (#19395) 2 months ago
experimental experimental[patch]: Release 0.0.55 (#19353) 3 months ago
langchain langchain[patch]: Use async memory in Chain when needed (#19429) 2 months ago
partners mistralai[patch]: streaming tool calls (#19469) 3 months ago
text-splitters splitters: Add ensure_ascii parameter (#18485) 3 months ago