This package contains the LangChain integration with Nimble
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.
NimbleSearchRetriever
class exposes LLMs from Nimble.
from langchain_nimble import NimbleSearchRetriever
retriever = NimbleSearchRetriever()
retriever.invoke("Nimbleway")