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
Built Distribution
File details
Details for the file langchain_nomic-0.0.1rc0.tar.gz
.
File metadata
- Download URL: langchain_nomic-0.0.1rc0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.4 Darwin/23.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba2e31663173aaa20cc16fc43b044f8c8a66cccb1334baceb118ed880149ab1a |
|
MD5 | 9145a92e0f4177336dae19c3689cb5e5 |
|
BLAKE2b-256 | b282527a0e4d2ab4854011a1828bee4d1a02b56b143226d2c8c4c11499f58f6a |
File details
Details for the file langchain_nomic-0.0.1rc0-py3-none-any.whl
.
File metadata
- Download URL: langchain_nomic-0.0.1rc0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.4 Darwin/23.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a3c5e9b5c835a06cc78f9247306f910b7160fe86ca35e3159eebb4e62bf20f2 |
|
MD5 | 811e1eaef4790d2ad68ba7f885f46600 |
|
BLAKE2b-256 | d089a271cfde5bf045fb74be88b9ce20d3d11343be6b34f0859a84808f3177c0 |