mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-13 20:21:48 -04:00
[PR #147] Added latest PGVector features #187
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langchain-postgres/pull/147
Author: @danielfornarini
Created: 12/10/2024
Status: 🔄 Open
Base:
main← Head:main📝 Commits (8)
3e885dd🆕 added latest pgvector features7bdf7ff:fix: prevent SQL injection when using full text searchc32f6beMerge remote-tracking branch 'upstream/main'b1eeb8c:fix: partition creation1c453ee:fix: partition creation915c00d:fix: partition creation99a2572:fix: add embeddings402b88ereduce chunk to 500📊 Changes
13 files changed (+2342 additions, -250 deletions)
View changed files
📝
.github/workflows/ci.yml(+2 -2)➕
.tool-versions(+1 -0)📝
README.md(+180 -0)📝
docker-compose.yml(+1 -1)📝
langchain_postgres/__init__.py(+3 -1)📝
langchain_postgres/_utils.py(+5 -0)📝
langchain_postgres/vectorstores.py(+737 -100)📝
poetry.lock(+146 -70)📝
pyproject.toml(+3 -3)📝
tests/unit_tests/query_constructors/test_pgvector.py(+1004 -1)📝
tests/unit_tests/test_imports.py(+2 -0)📝
tests/unit_tests/test_vectorstore.py(+224 -72)📝
tests/utils.py(+34 -0)📄 Description
max_scan_tuplesandscan_mem_multiplieroptions for HNSW indexef_contructionandmoptions for HNSW index creationcollection_id🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.