[IMP] ai: add documentation about pgvector#17852
Closed
pkyriakou wants to merge 1 commit into
Closed
Conversation
Collaborator
f757ce3 to
d09b40a
Compare
AntoineVDV
requested changes
May 13, 2026
Collaborator
AntoineVDV
left a comment
There was a problem hiding this comment.
Hey @pkyriakou, thanks for updating this for everyone 🙂
1e3de4e to
47ac1e8
Compare
Contributor
Author
|
@AntoineVDV addressed your comments ✌️ |
AntoineVDV
approved these changes
May 21, 2026
Collaborator
AntoineVDV
left a comment
There was a problem hiding this comment.
LGTM! I'd just split longer lines to ease readability as you add the missing trailing dots.
@robodoo delegate+
|
|
||
| $ sudo make install | ||
|
|
||
| If you run into any issues during installation, make sure to check the official `installation notes <https://github.com/pgvector/pgvector#installation-notes---linux-and-mac>`__ |
Collaborator
There was a problem hiding this comment.
Suggested change
| If you run into any issues during installation, make sure to check the official `installation notes <https://github.com/pgvector/pgvector#installation-notes---linux-and-mac>`__ | |
| If you run into any issues during installation, make sure to check the official `installation notes <https://github.com/pgvector/pgvector#installation-notes---linux-and-mac>`__. |
|
|
||
| $ sudo make install | ||
|
|
||
| If you run into any issues during installation, make sure to check the official `installation notes <https://github.com/pgvector/pgvector#installation-notes---linux-and-mac>`__ |
Collaborator
There was a problem hiding this comment.
Suggested change
| If you run into any issues during installation, make sure to check the official `installation notes <https://github.com/pgvector/pgvector#installation-notes---linux-and-mac>`__ | |
| If you run into any issues during installation, make sure to check the official `installation notes <https://github.com/pgvector/pgvector#installation-notes---linux-and-mac>`__. |
|
|
||
| $ nmake /F Makefile.win install | ||
|
|
||
| If you run into any issues during installation, make sure to check the official `installation notes <https://github.com/pgvector/pgvector#installation-notes---windows>`__ |
Collaborator
There was a problem hiding this comment.
Suggested change
| If you run into any issues during installation, make sure to check the official `installation notes <https://github.com/pgvector/pgvector#installation-notes---windows>`__ | |
| If you run into any issues during installation, make sure to check the official `installation notes <https://github.com/pgvector/pgvector#installation-notes---windows>`__. |
bbdf5d0 to
46c1ca2
Compare
The PostgreSQL extention `pgvector` is required in order for users to use the AI features when they are self hosting Odoo. The documentation did not mention `pgvector` at all though, In this commit we add some installation instructions for pgvector. Issue-17800
46c1ca2 to
9241043
Compare
Contributor
Author
|
@robodoo r+ |
This was referenced Jun 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

The PostgreSQL extention
pgvectoris required in order for users to use the AI features when they are self hosting Odoo. The documentation did not mentionpgvectorat all though,In this commit we add some installation instructions for pgvector.
Issue-17800