newrelic / newrelic-python-agent

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

Add new langchain vectorstore models #1119

Closed lrafeei closed 5 months ago

lrafeei commented 5 months ago

Overview

This PR adds the following vectorstore models to Langchain: 'DuckDB', 'EcloudESVectorStore', 'InMemoryVectorStore', 'PathwayVectorClient', 'VDMS'

github-actions[bot] commented 5 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 2 0 5.32s
✅ PYTHON black 2 0 0 1.68s
✅ PYTHON flake8 2 0 0.88s
✅ PYTHON isort 2 0 0 0.21s
✅ PYTHON pylint 2 0 7.85s

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_