Skip to content

protagolabs/langchain-netmind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published