Optimum-intel
All functionality related to the optimum-intel and IPEX.
Installationβ
Install using optimum-intel and ipex using:
pip install optimum[neural-compressor]
pip install intel_extension_for_pytorch
Please follow the installation instructions as specified below:
Embedding Modelsβ
See a usage example. We also offer a full tutorial notebook "rag_with_quantized_embeddings.ipynb" for using the embedder in a RAG pipeline in the cookbook dir.
from langchain_community.embeddings import QuantizedBiEncoderEmbeddings