An integration package connecting Nimble and LangChain
Project description
langchain-nimble
This package contains the LangChain integration with Nimble
Installation
pip install -U langchain-nimble
And you should configure credentials by setting the following environment variables:
export NIMBLE_API_KEY=<PLACEHOLDER_FOR_YOUR_NIMBLE_API_KEY>
You can get your API key from Nimble's website Just, go to the log-in page and sign up for a new account. After that, you can get your API key from the dashboard.
Retrievers
NimbleSearchRetriever
class exposes LLMs from Nimble.
from langchain_nimble import NimbleSearchRetriever
retriever = NimbleSearchRetriever()
retriever.invoke("Nimbleway")
For the full reference with examples please see our documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file langchain_nimble-0.1.3.tar.gz
.
File metadata
- Download URL: langchain_nimble-0.1.3.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.0 CPython/3.13.1 Darwin/24.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8edbd3a4f1be1e6296847f516d9f1f1c1d1d1f0129976c240684366f3bab261b |
|
MD5 | ae38606857b4f907b616144896290526 |
|
BLAKE2b-256 | 8640999df2150a348c842ca1be222fe5cbb7246f2574109403adeb90ec98ed0f |
File details
Details for the file langchain_nimble-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: langchain_nimble-0.1.3-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.0 CPython/3.13.1 Darwin/24.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b0e021fba9bd760021b5e6aa165b43a059ed2191e3fb4410d8479fadf3aa5bb |
|
MD5 | cb87a8a4f98b485b792ff66e21e851d3 |
|
BLAKE2b-256 | b7afedb20d3eaea00c29cdf266b5573512b267f547edd1578f5e4d1ee782bfbd |