Skip to content

Nimbleway/langchain-nimble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Nimble's langchain's integration package

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published