community[minor]: Add SQL storage implementation (#22207)

Hello @eyurtsev

- package: langchain-comminity
- **Description**: Add SQL implementation for docstore. A new
implementation, in line with my other PR ([async
PGVector](https://github.com/langchain-ai/langchain-postgres/pull/32),
[SQLChatMessageMemory](https://github.com/langchain-ai/langchain/pull/22065))
- Twitter handler: pprados

---------

Signed-off-by: ChengZi <chen.zhang@zilliz.com>
Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
Co-authored-by: Piotr Mardziel <piotrm@gmail.com>
Co-authored-by: ChengZi <chen.zhang@zilliz.com>
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
This commit is contained in:
Philippe PRADOS
2024-06-07 23:17:02 +02:00
committed by GitHub
parent f2f0e0e13d
commit 9aabb446c5
6 changed files with 548 additions and 1 deletions

View File

@@ -390,4 +390,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}