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 @@ -2511,6 +2511,12 @@ def _process_module_builtin_defaults():
25112511 "instrument_langchain_vectorstore_similarity_search" ,
25122512 )
25132513
2514+ _process_module_definition (
2515+ "langchain_community.vectorstores.sqlitevec" ,
2516+ "newrelic.hooks.mlmodel_langchain" ,
2517+ "instrument_langchain_vectorstore_similarity_search" ,
2518+ )
2519+
25142520 _process_module_definition (
25152521 "langchain_community.vectorstores.sqlitevss" ,
25162522 "newrelic.hooks.mlmodel_langchain" ,
Original file line number Diff line number Diff line change 100100 "langchain_community.vectorstores.semadb" : "SemaDB" ,
101101 "langchain_community.vectorstores.singlestoredb" : "SingleStoreDB" ,
102102 "langchain_community.vectorstores.sklearn" : "SKLearnVectorStore" ,
103+ "langchain_community.vectorstores.sqlitevec" : "SQLiteVec" ,
103104 "langchain_community.vectorstores.sqlitevss" : "SQLiteVSS" ,
104105 "langchain_community.vectorstores.starrocks" : "StarRocks" ,
105106 "langchain_community.vectorstores.supabase" : "SupabaseVectorStore" ,
You can’t perform that action at this time.
0 commit comments