{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/4"}],"enrichment":{"capability":"vecs is a Python client for storing, indexing, and querying vectors in PostgreSQL using the pgvector extension, enabling semantic search and similarity operations on vector data.","skillfed_tags":["vector-search","postgresql","embeddings"],"use_cases":["Build semantic search over documents by storing embeddings and querying with similarity filters.","Implement recommendation systems by storing user/item embeddings and finding nearest neighbors.","Add vector similarity matching to existing PostgreSQL applications without migrating to a specialized vector store.","Query embeddings with metadata constraints, e.g., find similar vectors only from a specific time period or category.","Prototype vector search workflows before committing to a dedicated vector database."],"what_it_does":"vecs is a lightweight Python wrapper around PostgreSQL's pgvector extension, designed to simplify vector storage and retrieval operations. It provides a client interface for creating collections of vectors, upserting records with associated metadata, building indices for fast search, and querying with metadata filtering. The package handles the connection management and SQL generation needed to work with pgvector, abstracting away direct database interaction.\n\nThe package is intended for developers building semantic search, similarity matching, or embedding-based applications on top of PostgreSQL. It requires an existing PostgreSQL instance with pgvector already installed\u2014there is no embedded database or managed service bundled with the package itself. Use it when you have vector data to store alongside relational data and want to leverage PostgreSQL's existing infrastructure rather than adopting a separate vector database.","worth_installing":"Yes, if you already operate PostgreSQL with pgvector and need a Python interface to vector operations. The permissive MIT license and lack of runtime dependencies make it low-friction to add to an existing stack. However, the aging maintenance status (last commit 2025-04-09, no releases since 2024-12-13) and high install friction (requires external database setup) mean this is best suited for teams with PostgreSQL expertise and a clear need to keep vectors in relational storage. Not a good choice if you need active development support or are evaluating vector databases from scratch."},"id":"vecs","links":{"html":"https://skillfed.io/packages/vecs","md":"https://skillfed.io/packages/vecs.md","pypi":"https://pypi.org/project/vecs/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2024-12-13","license_spdx":null,"license_treatment":"permissive","name":"vecs","python_support":"unspecified","summary":"pgvector client"},"popularity":{"monthly_downloads":114912,"position":12274,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.4.5"}
