An integration package connecting Nomic and LangChain
Project description
langchain-nomic
This package contains the LangChain integration with Nomic
Installation
pip install -U langchain-nomic
And you should configure credentials by setting the following environment variables:
NOMIC_API_KEY
: your nomic API key
Embeddings
NomicEmbeddings
class exposes embeddings from Nomic.
from langchain_nomic import NomicEmbeddings
embeddings = NomicEmbeddings()
embeddings.embed_query("What is the meaning of life?")
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
langchain_nomic-0.1.1.tar.gz
(3.5 kB
view details)
Built Distribution
File details
Details for the file langchain_nomic-0.1.1.tar.gz
.
File metadata
- Download URL: langchain_nomic-0.1.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0beec120efffda2131406c344c3c6e94197acdd252b820b412dcad72dd2bf77 |
|
MD5 | ec1485af79aa493329f517ca89ca8df1 |
|
BLAKE2b-256 | a808747a6b91210fb84056097b72900b5b77d9fd66363f4e87bef15f246e39a7 |
File details
Details for the file langchain_nomic-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: langchain_nomic-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54bc86e3029cb2fd132a58bb96d1da845b4df4213f586867c65024db36cf58d7 |
|
MD5 | f1e4794dd01d0e53dcd19667c0c90737 |
|
BLAKE2b-256 | 773af87f416dd1778e5ae62929b9627697b19b3d33e48b674cac51e5c9f3cb90 |