Giter Site home page Giter Site logo

Comments (2)

codebanesr avatar codebanesr commented on May 23, 2024

@shanmu-raoyunfei Threre was a bug a day ago, where document ingestion was failing due to qdrant api key.
Please take a pull from main and make sure of the following

  1. The files were readable pdf files
  2. switch to browser: http://localhost:6333/dashboard#/console
  3. Run the following -
    replace f1eaa77b-f833-4639-be82-86b75b38d46b with your bot_id, you can find it from the url http://localhost:8888/copilot/**bot_id**
POST /collections/actions/points/scroll
{
    "filter": {
        "must": [
            {
                "key": "metadata.bot_id",
                "match": {
                    "value": "f1eaa77b-f833-4639-be82-86b75b38d46b"
                }
            }
        ]
    },
    "limit": 1,
    "with_payload": true,
    "with_vector": false
}

If the data is ingested and the bot still fails to find the relevant information, we would like to look into it

from opencopilot.

codebanesr avatar codebanesr commented on May 23, 2024

@shanmu-raoyunfei, there was a problem with the initialization of Qdrant, and a necessary fix was not included. Please pull the latest changes, and it should be resolved now.

Note: You will have to reindex those documents, sorry about that 😞

from opencopilot.

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.