You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rag engine docker image installs with cuda libraries. These libraries aren't really needed when using embeddings from and OPENAI endpoint (remotely). So we should not need cuda libraries.
The cuda libraries are introduced via the huggingface embeddings python library.
This ticket explores having an option to package the rag engine without cuda libraries in order to trim down the docker image size.
The text was updated successfully, but these errors were encountered:
The rag engine docker image installs with cuda libraries. These libraries aren't really needed when using embeddings from and OPENAI endpoint (remotely). So we should not need cuda libraries.
The cuda libraries are introduced via the huggingface embeddings python library.
This ticket explores having an option to package the rag engine without cuda libraries in order to trim down the docker image size.
The text was updated successfully, but these errors were encountered: