Hi, not sure if this is the place for this, but I'm currently exploring hybrid search utilizing the Qdrant vector DB integration. Currently have the embedding in the online instance (free tier) of qdrant. The issue is, utilizing just Qdrant without hybrid search, the entire RAG pipeline runs smoothly (including the hosted backend service for it) After enabling hybrid search, it seems the pytorch library became a dependency (i may be wrong about when torch was needed, but it is a dpendency in utilzing qdrant). After enabling hybrid search, my docker image size bloats up to 8gb and the instance that was previously hosting and running the app is now suddenly unable to handle the workload
Now I'm not sure if that is normal behaviour, but I'm asking to see if the only workaround would be to upgrade the instance I'm woking on or I missed something