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.3.tar.gz
(3.7 kB
view details)
Built Distribution
File details
Details for the file langchain_nomic-0.1.3.tar.gz
.
File metadata
- Download URL: langchain_nomic-0.1.3.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c707fbadf654551b1d1205742b4d5f2602273f670733aff01f3cfc8c167e395 |
|
MD5 | 9a507a3eb242ebb792d9661951715109 |
|
BLAKE2b-256 | ab0c34dd1ff064427b68e8210287432fde3dd9e69f506b11c03cf66a43f89c60 |
File details
Details for the file langchain_nomic-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: langchain_nomic-0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c846c9e0e88741cd1b73eae5adbace9ca7a1d1edecd30d74e0865fafb4ca853f |
|
MD5 | 912be4555c80db97d62724dfc3378214 |
|
BLAKE2b-256 | 83a82cc317412d350d58742014327e8bf5c582ecd94a5ee61dc925b14d6732a7 |