Skip to content

Commit f705b91

Browse files
committed
Add SQLiteVec support.
1 parent 3a001b0 commit f705b91

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

newrelic/config.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

newrelic/hooks/mlmodel_langchain.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
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",

0 commit comments

Comments
 (0)