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.0.1.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file langchain_nomic-0.0.1.tar.gz
.
File metadata
- Download URL: langchain_nomic-0.0.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96232cb3f2d23e1218db69a8994a6e9b50c2fc752d01a56b385b4e25620685d0 |
|
MD5 | b507ca2a637b45e988503e6fbfdc90c7 |
|
BLAKE2b-256 | a9b914538c8df39e3d4dfba7739bb7281a1a8853cc2e30eaf2abe7e7482e553f |
File details
Details for the file langchain_nomic-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: langchain_nomic-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0cac7dfbcc411feed6ab4b2258727a6dc088973452f8662bacf914392b53ae36 |
|
MD5 | 16acb5118f8ae453b0c7f2a8d30d6738 |
|
BLAKE2b-256 | 4e8280da2b81ce3edeb6b3b2e117e1afea421eba3ba012051c704d61ef9a55e0 |