File tree 2 files changed +7
-0
lines changed
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():
2719
2719
"instrument_langchain_vectorstore_similarity_search" ,
2720
2720
)
2721
2721
2722
+ _process_module_definition (
2723
+ "langchain_community.vectorstores.tablestore" ,
2724
+ "newrelic.hooks.mlmodel_langchain" ,
2725
+ "instrument_langchain_vectorstore_similarity_search" ,
2726
+ )
2727
+
2722
2728
_process_module_definition (
2723
2729
"langchain_core.tools" ,
2724
2730
"newrelic.hooks.mlmodel_langchain" ,
Original file line number Diff line number Diff line change 105
105
"langchain_community.vectorstores.starrocks" : "StarRocks" ,
106
106
"langchain_community.vectorstores.supabase" : "SupabaseVectorStore" ,
107
107
"langchain_community.vectorstores.surrealdb" : "SurrealDBStore" ,
108
+ "langchain_community.vectorstores.tablestore" : "TablestoreVectorStore" ,
108
109
"langchain_community.vectorstores.tair" : "Tair" ,
109
110
"langchain_community.vectorstores.tencentvectordb" : "TencentVectorDB" ,
110
111
"langchain_community.vectorstores.tidb_vector" : "TiDBVectorStore" ,
You can’t perform that action at this time.
0 commit comments