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.2.tar.gz
(3.6 kB
view details)
Built Distribution
File details
Details for the file langchain_nomic-0.1.2.tar.gz
.
File metadata
- Download URL: langchain_nomic-0.1.2.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3be4081a774a7adec006fdc59d6f2ccae751ade6e57427e15c0a5d5d227c116a |
|
MD5 | 1e58a1e716a3a4bf3b9dedb3311af7f3 |
|
BLAKE2b-256 | e6511499215203008eb06617782fd13a1df85b0f43aafd948cdd71fed725b2aa |
File details
Details for the file langchain_nomic-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: langchain_nomic-0.1.2-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 | d21f399ffa8e4d719901861aab6fd33b1e0eed80bc44b4c726609c7281c9fe76 |
|
MD5 | 37fb27cc73dc147a23cba379b93d32b3 |
|
BLAKE2b-256 | df65f8374645acd19811aa696f61b96e9f8f5aa0baa7b5e3d2b2ea82218fd0b7 |