mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-16 01:33:18 -04:00
[PR #79] [CLOSED] wip: test out interface addition #154
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/79
Author: @eyurtsev
Created: 6/27/2024
Status: ❌ Closed
Base:
main← Head:eugene/document_inedxer📝 Commits (6)
1bf8df7qxqx586b65eqxqxed55de1x135e3baqxqx9c429faxed80e21x📊 Changes
8 files changed (+1858 additions, -2 deletions)
View changed files
➕
langchain_postgres/indexer/__init__.py(+0 -0)➕
langchain_postgres/indexer/document_indexer.py(+1124 -0)➕
langchain_postgres/indexer/vectorstore_v2.py(+341 -0)📝
langchain_postgres/vectorstores.py(+259 -1)📝
tests/unit_tests/fixtures/filtering_test_cases.py(+1 -1)➕
tests/unit_tests/standard_tests/__init__.py(+0 -0)➕
tests/unit_tests/standard_tests/standard_vectorstore.py(+0 -0)➕
tests/unit_tests/test_document_indexer.py(+133 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.