mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-29 21:30:18 +00:00
community[minor]: Add ITREX optimized Embeddings (#18474)
Introduction [Intel® Extension for Transformers](https://github.com/intel/intel-extension-for-transformers) is an innovative toolkit designed to accelerate GenAI/LLM everywhere with the optimal performance of Transformer-based models on various Intel platforms Description adding ITREX runtime embeddings using intel-extension-for-transformers. added mdx documentation and example notebooks added embedding import testing. --------- Signed-off-by: yuwenzho <yuwen.zhou@intel.com> Co-authored-by: Bagatur <baskaryan@gmail.com>
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/docs/integrations/providers/optimum_intel",
|
||||
"destination": "/docs/integrations/providers/intel"
|
||||
},
|
||||
{
|
||||
"source": "/docs/integrations/providers/facebook_chat",
|
||||
"destination": "/docs/integrations/providers/facebook"
|
||||
|
||||
Reference in New Issue
Block a user