Git Product home page Git Product logo

Comments (4)

joein avatar joein commented on August 24, 2024

Hi @AntoninLeroy
Sorry for the late response

It seems like you used to use pydantic<2.0.0, stored your objects and then updated to pydantic>=2.0.0
Your database is not corrupted
I guess you just need to switch back to pydantic<2.0.0

Btw, it seems like you are running it in production and using local mode.
We usually recommend to switch to qdrant in docker, or qdrant cloud to run applications in production.

from qdrant-client.

AntoninLeroy avatar AntoninLeroy commented on August 24, 2024

@joein

Thanks for your answer. Yes it was the issue because I had to upgrade vllm version. I had to create a new database and re-vectorise my documents.
I agree that I should use docker but I'm not sure how on my specific offline setup ? Is it something possible without being connected to internet ?

from qdrant-client.

joein avatar joein commented on August 24, 2024

If you have docker installed on your server, then it is not complicated, you just need to save qdrant docker image to an archive and deliver it to the server somehow, and then load it

If you don't have docker installed on the server, it might be a little bit more complicated, but should be still doable, there should be instructions on docker website how to install it without internet connection

from qdrant-client.

AntoninLeroy avatar AntoninLeroy commented on August 24, 2024

@joein Thanks will try to do that.

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.