Skip to content

Commit 605c31d

Browse files
authored
feat: Update Postgres VectorStore to expected LangChain functionality (#290)
* chore: Add Langchain vectorstore standard suite tests (#272) * chore: Add Langchain vectorstore standard suite tests * fix test * chore: support ids in Documents and update insert SQL query to upsert (#274) * chore: support ids in Documents and update insert SQL query to upsert * chore: Add Langchain vectorstore standard suite tests (#272) * chore: Add Langchain vectorstore standard suite tests * fix test * Newline * remove Newline * Review changes * feat: Add get_by_ids and aget_by_ids to vectorstore (#276) * feat: Add get_by_ids and aget_by_ids to vectorstore * Review changes * Add sync test in async vectorstore * chore: Convert id field in document to str (#278) chore: Convert id field in document to str * feat: Enable DB-Agnostic metadata filtering in vectorstores (#289) * feat: Enable DB-Agnostic metadata filtering in vectorstores * minor change * minor change * minor change * minor change * Add negative tests for code coverager * Add extra tests for code coverage
1 parent af0b61c commit 605c31d

File tree

7 files changed

+1002
-80
lines changed

7 files changed

+1002
-80
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ test = [
4949
"pytest-asyncio==0.25.3",
5050
"pytest==8.3.4",
5151
"pytest-cov==6.0.0",
52+
"langchain-tests==0.3.12",
5253
"langgraph==0.2.74"
5354
]
5455

0 commit comments

Comments
 (0)