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.2.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file langchain_nomic-0.0.2.tar.gz
.
File metadata
- Download URL: langchain_nomic-0.0.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7bba8cbd2693845878e97a8b03cfcbb21403ef8231203bf539afd73f0896612b |
|
MD5 | e61009477e123be24b7ec9fa79915aad |
|
BLAKE2b-256 | 839876522796a1afe6bbec7e2584e56221c133b28c396bb5d7e1c74ce0f282b0 |
File details
Details for the file langchain_nomic-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: langchain_nomic-0.0.2-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.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89e27cdcdd917e2b4f02a821504f3eef8b656e9c264d82ae186bd73353dbd180 |
|
MD5 | 30cb25b807775f43fb36b10ed86ce730 |
|
BLAKE2b-256 | 4f4fb748ec1cbd77745bd3021d481452a31dcbe8256e77b04c11cdb4819ec9ee |