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.4.tar.gz
(3.7 kB
view details)
Built Distribution
File details
Details for the file langchain_nomic-0.1.4.tar.gz
.
File metadata
- Download URL: langchain_nomic-0.1.4.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa3103f373e1f6b01abcaf23f9f746f66c29f43d593271e2be0b64a285b3ef36 |
|
MD5 | 3a5ed0e3cb4be93364307b8e8c528e75 |
|
BLAKE2b-256 | db37ed8df7c435884ffc471b6817688be9b1bc2293d4f104b819a6d76e3d49c1 |
File details
Details for the file langchain_nomic-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: langchain_nomic-0.1.4-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.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64c12ad069db0d8368b039d40a20730981be5147e7c35a24d7f286477c53c290 |
|
MD5 | 157cd19fd5efa7e34da329e95279cc24 |
|
BLAKE2b-256 | 282f841c3ec2b3df908c6ca8c57efcc5ddc36bf197a1f372dc8d09e0760e8e4f |