HabanaAI / Gaudi-tutorials

Tutorials for running models on First-gen Gaudi and Gaudi2 for Training and Inference. The source files for the tutorials on https://developer.habana.ai/
https://developer.habana.ai/tutorials/
49 stars 32 forks source link

RAG: fix langchain deprecated warning #67

Closed rbrugaro closed 1 month ago

rbrugaro commented 1 month ago

Huggingface community integrations into langchain are deprecating in favor of langchain-huggingface partner package. This code fixes the error message. Added comment in regards to adding proxy env variables to docker run.