Git Product home page Git Product logo

Comments (3)

joein avatar joein commented on September 26, 2024

hi @MowlanicaBilla

in zsh you need to use quotes: pip install "qdrant-client[fastembed]", this is the common way to install python packages with extra dependencies in zsh

which fastembed version are you using?
we had some problems with launching models when the model downloading process was interrupted, have you tried removing the cache?

from qdrant-client.

MowlanicaBilla avatar MowlanicaBilla commented on September 26, 2024

Thanks for the quick reply, @joein.

I have tried installing pip install "qdrant-client[fastembed]" but still the same error.

Screenshot 2024-05-02 at 4 42 20 PM

I have fastembed==0.2.5 and qdrant-client==1.8.2 versions on my system.

Is this the correct docker image.? docker pull qdrant/qdrant docker run -p 6333:6333 qdrant/qdrant
Screenshot 2024-05-02 at 4 41 07 PM

from qdrant-client.

joein avatar joein commented on September 26, 2024

@MowlanicaBilla Yes, it is the correct docker image

Could you try removing the path mentioned in the traceback (/var/folders/bk/1644ckzd4z1_.... and so on), so the model could be downloaded again?
Maybe the process of downloading the model had been interrupted and the cache got into a broken state

Btw, the image you're referring to is latest, which is 1.9.0, but you're using qdrant-client==1.8.2
I believe that the situation when the downloading process interruption could prevent the following launches should've been fixed in the latest version of fastembed, update to qdrant-client==1.9.0 and fastembed==0.2.6 might help to avoid such issues in the future.

from qdrant-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.