[PR #79] [CLOSED] wip: test out interface addition #154

Closed
opened 2026-02-16 05:16:47 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-postgres/pull/79
Author: @eyurtsev
Created: 6/27/2024
Status: Closed

Base: mainHead: eugene/document_inedxer


📝 Commits (6)

📊 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

  • qxqx
  • qxqx
  • x
  • qxqx
  • x
  • x

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langchain-postgres/pull/79 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 6/27/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `eugene/document_inedxer` --- ### 📝 Commits (6) - [`1bf8df7`](https://github.com/langchain-ai/langchain-postgres/commit/1bf8df7108831d1818674d1d14e984f9d2357d95) qxqx - [`586b65e`](https://github.com/langchain-ai/langchain-postgres/commit/586b65e126d61d77f688ab74995f530edb07a014) qxqx - [`ed55de1`](https://github.com/langchain-ai/langchain-postgres/commit/ed55de1651b53102241776447a4fc4f362fcf8c3) x - [`135e3ba`](https://github.com/langchain-ai/langchain-postgres/commit/135e3ba067d1c3dc8c30e2b545f551d097600d1f) qxqx - [`9c429fa`](https://github.com/langchain-ai/langchain-postgres/commit/9c429fa145912211d7b2c98fdaac3b24095810a5) x - [`ed80e21`](https://github.com/langchain-ai/langchain-postgres/commit/ed80e21f3a7a11586123387cd3f178dc00a54ba4) x ### 📊 Changes **8 files changed** (+1858 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description - qxqx - qxqx - x - qxqx - x - x --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 05:16:47 -05:00
yindo closed this issue 2026-02-16 05:16:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langchain-postgres#154