community[minor]: Add TablestoreVectorStore (#25767)

Thank you for contributing to LangChain!

- [x] **PR title**:  community: add TablestoreVectorStore



- [x] **PR message**: 
    - **Description:** add TablestoreVectorStore
    - **Dependencies:** none


- [x] **Add tests and docs**: If you're adding a new integration, please
include
  1. a test for the integration: yes
  2. an example notebook showing its use: yes

If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17.

---------

Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
Co-authored-by: Bagatur <baskaryan@gmail.com>
This commit is contained in:
ScriptShi
2024-12-14 03:17:28 +08:00
committed by GitHub
parent 86b3c6e81c
commit b0a298894d
7 changed files with 1057 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ EXPECTED_ALL = [
"StarRocks",
"SupabaseVectorStore",
"SurrealDBStore",
"TablestoreVectorStore",
"Tair",
"TencentVectorDB",
"TiDBVectorStore",

View File

@@ -88,6 +88,7 @@ def test_compatible_vectorstore_documentation() -> None:
"SingleStoreDB",
"SupabaseVectorStore",
"SurrealDBStore",
"TablestoreVectorStore",
"TileDB",
"TimescaleVector",
"TencentVectorDB",