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

Add VLite Vectorstore to Langchain #1131

Closed lrafeei closed 6 months ago

lrafeei commented 6 months ago

This PR adds the VLite Vectorstore to Langchain

github-actions[bot] commented 6 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 2 0 5.59s
✅ PYTHON black 2 0 0 1.8s
✅ PYTHON flake8 2 0 0.93s
✅ PYTHON isort 2 0 0 0.35s
✅ PYTHON pylint 2 0 6.87s

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 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.73%. Comparing base (d9dcfaa) to head (e908c37).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1131 +/- ## ========================================== - Coverage 81.76% 81.73% -0.03% ========================================== Files 192 192 Lines 21300 21301 +1 Branches 3706 3706 ========================================== - Hits 17415 17410 -5 - Misses 2812 2814 +2 - Partials 1073 1077 +4 ```

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