Coder Social home page Coder Social logo

Comments (8)

gabrielgalindor avatar gabrielgalindor commented on June 8, 2024 1

It ocurrs to me, so I follow the next steps and it worked:

https://github.com/gabrielgalindor/TutorialVectorPG

from pgvector.

legaltextai avatar legaltextai commented on June 8, 2024

the same issue here
ubuntu server
postgres 14
installed fine

SELECT * FROM pg_available_extensions WHERE name = 'vector'; shows I have the extension
but when trying to enable it with
CREATE EXTENSION vector; I get this error

from pgvector.

legaltextai avatar legaltextai commented on June 8, 2024

the issue is resolved if i don't specify a specific release during cloning

from pgvector.

ankane avatar ankane commented on June 8, 2024

Hi @p2991459 and @legaltextai, I'm not able to reproduce the error. I don't think it's an issue with pgvector, but if you create a new issue with the exact commands you ran to install pgvector, their full output (with any personal info removed), and the output of pg_config, I can look into it more (make sure you haven't manually copied any files).

@legaltextai If you don't specify a branch, you'll get a non-release version, which isn't supported and will likely cause issues when trying to upgrade.

from pgvector.

legaltextai avatar legaltextai commented on June 8, 2024

I am not sure I can reproduce since it's installed and working fine now after I used just git + clone https://github.com/pgvector/pgvector.git
We reproduced the errors above.
In my case, when I followed the original instruction, with the version, it got installed, showed in the list of extensions but when trying to enable, it showed that error.

from pgvector.

ankane avatar ankane commented on June 8, 2024

I'd recommend dropping the extension (DROP EXTENSION vector;) and re-running the correct installation instructions from scratch (otherwise, you won't be able to upgrade ever).

from pgvector.

legaltextai avatar legaltextai commented on June 8, 2024

from pgvector.

gabrielladfi avatar gabrielladfi commented on June 8, 2024

It ocurrs to me, so I follow the next steps and it worked:

https://github.com/gabrielgalindor/TutorialVectorPG

It works !!

from pgvector.

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.