newrelic / newrelic-python-agent

New Relic Python Agent
https://docs.newrelic.com/docs/agents/python-agent
Apache License 2.0
178 stars 102 forks source link

Instrument SQLiteVec vectorstore in LangChain #1231

Closed umaannamalai closed 1 month ago

umaannamalai commented 1 month ago

This PR instruments the SQLiteVec vectorstore in LangChain

github-actions[bot] commented 1 month ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 2 0 6.06s
✅ PYTHON black 2 0 0 1.84s
✅ PYTHON flake8 2 0 1.15s
✅ PYTHON isort 2 0 0 0.31s
✅ PYTHON pylint 2 0 7.03s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 81.22%. Comparing base (3a001b0) to head (6a2a660). Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
newrelic/hooks/mlmodel_langchain.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1231 +/- ## ========================================== - Coverage 81.33% 81.22% -0.12% ========================================== Files 197 197 Lines 21643 21644 +1 Branches 3789 3428 -361 ========================================== - Hits 17604 17580 -24 - Misses 2911 2935 +24 - Partials 1128 1129 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.