Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pgvector
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PostgreSQL
pgvector
Commits
a5966f81
Verified
Commit
a5966f81
authored
1 year ago
by
Bradford D. Boyle
Browse files
Options
Downloads
Patches
Plain Diff
Prepare new upstream release 0.7.0
parent
7850dc50
No related branches found
No related tags found
No related merge requests found
Pipeline
#672091
passed
1 year ago
Stage: provisioning
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+21
-0
21 additions, 0 deletions
debian/changelog
debian/patches/no-native
+3
-3
3 additions, 3 deletions
debian/patches/no-native
with
24 additions
and
3 deletions
debian/changelog
+
21
−
0
View file @
a5966f81
pgvector (0.7.0-1) UNRELEASED; urgency=medium
* New Upstream Release
- Features:
* Added `halfvec` type
* Added `sparsevec` type
* Added support for indexing `bit` type
* Added support for indexing L1 distance with HNSW
* Added `binary_quantize` function
* Added `hamming_distance` function
* Added `jaccard_distance` function
* Added `l2_normalize` function
* Added `subvector` function
* Added concatenate operator for vectors
* Added CPU dispatching for distance functions on Linux x86-64
- Improvements:
* Updated comparison operators to support vectors with different
dimensions
-- Bradford D. Boyle <bradford.d.boyle@gmail.com> Wed, 01 May 2024 05:59:22 +0000
pgvector (0.6.2-1) unstable; urgency=medium
* New upstream version 0.6.2.
...
...
This diff is collapsed.
Click to expand it.
debian/patches/no-native
+
3
−
3
View file @
a5966f81
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS))
@@ -11,7 +11,7 @@
REGRESS_OPTS = --inputdir=test --load-extension=$(EXTENSION)
# To compile for portability, run: make OPTFLAGS=""
-OPTFLAGS = -march=native
+#OPTFLAGS = -march=native
# Mac ARM doesn't support -march=native
# Mac ARM doesn't
always
support -march=native
ifeq ($(shell uname -s), Darwin)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment