1
0
mirror of https://github.com/hwchase17/langchain.git synced 2025-09-05 04:55:14 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
ccurme
dcba7df2fe community[patch]: deprecate langchain_community Chroma in favor of langchain_chroma () 2024-07-22 11:00:13 -04:00
rbrugaro
37b89fb7fc fix RAG with quantized embeddings notebook ()
1. Fix HuggingfacePipeline import error to newer partner package
 2. Switch to IPEXModelForCausalLM for performance

There are no dependency changes since optimum intel is also needed for
QuantizedBiEncoderEmbeddings

---------

Co-authored-by: ccurme <chester.curme@gmail.com>
2024-07-22 13:44:03 +00:00
Bagatur
50186da0a1 infra: rm unused # noqa violations ()
Updating 
2024-05-22 15:21:08 -07:00
Bagatur
5efb5c099f text-splitters[minor], langchain[minor], community[patch], templates, docs: langchain-text-splitters 0.0.1 () 2024-02-29 18:33:21 -08:00
Moshe Berchansky
20a56fe0a2 community[minor]: Add QuantizedEmbedders ()
**Description:** 
* adding Quantized embedders using optimum-intel and
intel-extension-for-pytorch.
* added mdx documentation and example notebooks 
* added embedding import testing.

**Dependencies:** 
optimum = {extras = ["neural-compressor"], version = "^1.14.0", optional
= true}
intel_extension_for_pytorch = {version = "^2.2.0", optional = true}

Dependencies have been added to pyproject.toml for the community lib.  

**Twitter handle:** @peter_izsak

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
2024-02-15 11:01:24 -08:00