Skip to main content
Open In ColabOpen on GitHub

Netmind

Netmind AI Build AI Faster, Smarter, and More Affordably. Train, Fine-tune, Run Inference, and Scale with our Global GPU Network—Your all-in-one AI Engine.

This example goes over how to use LangChain to interact with Netmind AI models.

Installation and Setup

pip install langchain-netmind

Get an Netmind api key and set it as an environment variable (NETMIND_API_KEY).
Head to https://www.netmind.ai/ to sign up to Netmind and generate an API key.

Chat Models

For more on Netmind chat models, visit the guide here

Embedding Model

For more on Netmind embedding models, visit the guide


Was this page helpful?