The dependency libraries are not installed in the docker image by default. You’ll need to add the libraries to
project requirements.txt file manually and install them.
Create a new pipeline or open an existing pipeline.
Add a data loader or data exporter using the Qdrant template under the “Databases” category.
Both the data loader and exporter use SentenceTransformer ‘all-MiniLM-L6-v2’ as the default embedding function.
Add your customized code into the loader, exporter or add extra transformer blocks.