[PR #17] [MERGED] Add notebook for vectorstore and update bug in add_documents #118

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-postgres/pull/17
Author: @eyurtsev
Created: 4/9/2024
Status: Merged
Merged: 4/9/2024
Merged by: @eyurtsev

Base: mainHead: eugene/more_pgvector_fixes


📝 Commits (4)

📊 Changes

3 files changed (+599 additions, -155 deletions)

View changed files

examples/vectorstore.ipynb (+421 -0)
📝 langchain_postgres/vectorstores.py (+99 -107)
📝 tests/unit_tests/test_vectorstore.py (+79 -48)

📄 Description

  • Fix bug in add documents
  • Add documentation

🔄 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/17 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 4/9/2024 **Status:** ✅ Merged **Merged:** 4/9/2024 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/more_pgvector_fixes` --- ### 📝 Commits (4) - [`eff68d1`](https://github.com/langchain-ai/langchain-postgres/commit/eff68d1484ab7f66aa0c8b2da99492460091467a) x - [`688c488`](https://github.com/langchain-ai/langchain-postgres/commit/688c488e82dc1d943260515fe9a87dad153a18b2) x - [`77dd0e0`](https://github.com/langchain-ai/langchain-postgres/commit/77dd0e0a716e3a3c87a15f980eb4737c00e8078c) x - [`be1ddfc`](https://github.com/langchain-ai/langchain-postgres/commit/be1ddfcabbdb3937d1149b7c852ac71ddc92ef2a) x ### 📊 Changes **3 files changed** (+599 additions, -155 deletions) <details> <summary>View changed files</summary> ➕ `examples/vectorstore.ipynb` (+421 -0) 📝 `langchain_postgres/vectorstores.py` (+99 -107) 📝 `tests/unit_tests/test_vectorstore.py` (+79 -48) </details> ### 📄 Description * Fix bug in add documents * Add documentation --- <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:39 -05:00
yindo closed this issue 2026-02-16 05:16:39 -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#118