GithubHelp home page GithubHelp logo

Query errors on 0.6.1 about paradedb HOT 8 CLOSED

34code avatar 34code commented on June 9, 2024
Query errors on 0.6.1

from paradedb.

Comments (8)

34code avatar 34code commented on June 9, 2024 1

oh ok, thanks!

from paradedb.

34code avatar 34code commented on June 9, 2024

problem not present in 0.5.11

from paradedb.

philippemnoel avatar philippemnoel commented on June 9, 2024

Hey @34code, this is because we renamed the extension from pg_bm25 to pg_search in v0.6.0, to celebrate the first "stable" release of the product. This means you will need to uninstall pg_bm25 and install pg_search, and recreate your indexes.

We apologize for the inconvenience. This won't happen again in the future as we have stabilized everything and the API shouldn't change much

from paradedb.

philippemnoel avatar philippemnoel commented on June 9, 2024

I'm going to mark this as resolved, but please do let me know if you need any help with this

from paradedb.

34code avatar 34code commented on June 9, 2024

is the function to create an index in 0.6.1 still CALL paradedb.create_bm25()? I did a DROP INDEX index_name; but now am unable to recreate the indexes.

from paradedb.

34code avatar 34code commented on June 9, 2024

nvm i was able to clean up the db with CALL paradedb.drop_bm25('search_index'); which i believe is the correct way to drop the indexes.. now still stuck on recreating them though..

from paradedb.

34code avatar 34code commented on June 9, 2024

was able to fix it with the original instructions on the 0.6.1 docker image.. had to run
DROP EXTENSION pg_bm25;
CREATE EXTENSION pg_search;

from paradedb.

philippemnoel avatar philippemnoel commented on June 9, 2024

Perfect, thank you! Sorry about that, this shouldn't happen again

from paradedb.

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.