Closed wszgrcy closed 5 months ago
I checked the official examples: https://github.com/qdrant/qdrant-js/blob/master/examples/node-js-basic/index.js But the document does not show how the vector value was obtained. Can an interface be provided to load the 'all MiniLM-L6-v2' model? (Transformers has a JS version @xenova/transformers but still requires torch https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2)
@xenova/transformers
Same issue
@wszgrcy, how did you solved it?
use @xenova/transformers pipeline
pipeline
I checked the official examples: https://github.com/qdrant/qdrant-js/blob/master/examples/node-js-basic/index.js But the document does not show how the vector value was obtained. Can an interface be provided to load the 'all MiniLM-L6-v2' model? (Transformers has a JS version
@xenova/transformers
but still requires torch https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2)