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?")
Release files for langchain-netmind 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| langchain_netmind-0.1.0.tar.gz | 8.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| langchain_netmind-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 19.0 kB
Release files / langchain_netmind-0.1.0.tar.gz
| Download URL | langchain_netmind-0.1.0.tar.gz |
|---|---|
| Size | 8.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b1e12413f51cb6c3afe99cc6da3f6e38709d7104702482981b580059596021f5
|
|
BLAKE2b-256 checksum How to use checksums |
87e728cbcc7115d735b991025c7cd3f1169f6b485fe9dda32afe92306656b52e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.8.2 CPython/3.12.2 Darwin/23.5.0
|
Release files / langchain_netmind-0.1.0-py3-none-any.whl
| Download URL | langchain_netmind-0.1.0-py3-none-any.whl |
|---|---|
| Size | 10.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0a0eee6073f27884553222efef78e864f90715d439059ce1c1b78694a32417dd
|
|
BLAKE2b-256 checksum How to use checksums |
8ed6948c08483c9cc365cd87d74fc9ffedf952ffd7a63423976ea763af0610b8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.8.2 CPython/3.12.2 Darwin/23.5.0
|