Commit 605c31d
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 coverage1 parent af0b61c commit 605c31d
File tree
7 files changed
+1002
-80
lines changed- src/langchain_google_cloud_sql_pg
- tests
7 files changed
+1002
-80
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments