Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
At Groq, we've developed the world's first Language Processing Unit™, or LPU. The Groq LPU has a deterministic, single core streaming architecture that sets the standard for GenAI inference speed with predictable and repeatable performance for any given workload.
Beyond the architecture, our software is designed to empower developers like you with the tools you need to create innovative, powerful AI applications. With Groq as your engine, you can:
Want more Groq? Check out our website for more resources and join our Discord community to connect with our developers!
Install the integration package:
pip install langchain-groq
Request an API key and set it as an environment variable
export GROQ_API_KEY=gsk_...
See a usage example.
To develop the langchain-groq
package, you'll need to follow these instructions:
poetry install --with test,test_integration,lint,codespell
poetry build
Unit tests live in tests/unit_tests
and SHOULD NOT require an internet connection or a valid API KEY. Run unit tests with
make tests
Integration tests live in tests/integration_tests
and require a connection to the Groq API and a valid API KEY.
make integration_tests
Run additional tests and linters to ensure your code is up to standard.
make lint spell_check check_imports
FAQs
An integration package connecting Groq and LangChain
We found that langchain-groq demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.