An integration package connecting Netmind and LangChain
Project description
langchain-netmind
This package contains the LangChain integration with Netmind
Installation
pip install -U langchain-netmind
And you should configure credentials by setting the following environment variables:
- TODO: fill this out
Chat Models
ChatNetmind
class exposes chat models from Netmind.
from langchain_netmind import ChatNetmind
llm = ChatNetmind()
llm.invoke("Sing a ballad of LangChain.")
Embeddings
NetmindEmbeddings
class exposes embeddings from Netmind.
from langchain_netmind import NetmindEmbeddings
embeddings = NetmindEmbeddings()
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_netmind-0.1.0.tar.gz
.
File metadata
- Download URL: langchain_netmind-0.1.0.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.2 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1e12413f51cb6c3afe99cc6da3f6e38709d7104702482981b580059596021f5 |
|
MD5 | 05c3ad875b99df43b4484e1296d90347 |
|
BLAKE2b-256 | 87e728cbcc7115d735b991025c7cd3f1169f6b485fe9dda32afe92306656b52e |
File details
Details for the file langchain_netmind-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: langchain_netmind-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.2 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a0eee6073f27884553222efef78e864f90715d439059ce1c1b78694a32417dd |
|
MD5 | c2d5d457f2ba77bc88f8b1c9f2cb49fe |
|
BLAKE2b-256 | 8ed6948c08483c9cc365cd87d74fc9ffedf952ffd7a63423976ea763af0610b8 |