File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -2719,6 +2719,12 @@ def _process_module_builtin_defaults():
27192719 "instrument_langchain_vectorstore_similarity_search" ,
27202720 )
27212721
2722+ _process_module_definition (
2723+ "langchain_community.vectorstores.tablestore" ,
2724+ "newrelic.hooks.mlmodel_langchain" ,
2725+ "instrument_langchain_vectorstore_similarity_search" ,
2726+ )
2727+
27222728 _process_module_definition (
27232729 "langchain_core.tools" ,
27242730 "newrelic.hooks.mlmodel_langchain" ,
Original file line number Diff line number Diff line change 105105 "langchain_community.vectorstores.starrocks" : "StarRocks" ,
106106 "langchain_community.vectorstores.supabase" : "SupabaseVectorStore" ,
107107 "langchain_community.vectorstores.surrealdb" : "SurrealDBStore" ,
108+ "langchain_community.vectorstores.tablestore" : "TablestoreVectorStore" ,
108109 "langchain_community.vectorstores.tair" : "Tair" ,
109110 "langchain_community.vectorstores.tencentvectordb" : "TencentVectorDB" ,
110111 "langchain_community.vectorstores.tidb_vector" : "TiDBVectorStore" ,
You can’t perform that action at this time.
0 commit comments