pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL’s full text search - GitHub - evalmee/pg_search: pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL’s full text search
.github docs: added a description to testdb script Jun 12, 2024 .husky chore: package scaffolding and cleanup Jun 7, 2024 bin test: adjusted testdb description Jun 12, 2024 config test: made pre-v0.12.0 tests pass Nov 15, 2024 src feat: added paradedb:tokenizers command Nov 24, 2024...
👍1 u007 commented on Dec 4, 2017 u007 on Dec 4, 2017 makesure you have trigram installed CREATE EXTENSION pg_trgm 👍1👎4 Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment ...
I don't understand what GitHub is telling me. Collaborator philippemnoel commented Jan 31, 2025 Is there something I need to do to make this ready for merge? I don't understand what GitHub is telling me. We only allow squash or rebase to keep the git history clean philippemnoel ...
Ticket(s) Closed Closes # What Move the "SET" statements out of the query that gets run and into the on_connect= property so that they're only run once, and not included in the measurement of the...
git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git cd pgvector docker build --pull --build-arg PG_MAJOR=17 -t myuser/pgvector .If you increase maintenance_work_mem, make sure --shm-size is at least that size to avoid an error with parallel HNSW index builds....
Open a follow-up GitHub issue for this discussion. Files and specific lines of code (under the "Files changed" tab): Tag@coderabbitaiin a new review comment at the desired location with your query. Examples: @coderabbitai generate unit testing code for this file. ...
.github/workflows/pg_tgsearch.yml +81 @@ -0,0 +1,81 @@ 1+ name:pg_tgsearch 2+ 3+ on: 4+ workflow_dispatch: 5+ push: 6+ branches: 7+ -master 8+ paths: 9+ -"pg_tgsearch/**" 10+ -".github/workflows/pg_tgsearch.yml" ...
git clone https://github.com/jaiminpan/pg_jieba 2. Init submodule cd pg_jieba # initilized sub-project git submodule update --init --recursive 3. Compile cdpg_jieba mkdir buildcdbuild cmake .. make make install#if got error when doing "make install"#try "sudo make install" ...
👍1 Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment AssigneesNo one assigned LabelsNo labels TypeNo type ProjectsNo projects MilestoneNo milestone RelationshipsNone yet Development No branches or pull requests Participants Issue actionsFooter...