You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/integrations/tensorflow_hub.md

591 B

Tensorflow Hub

TensorFlow Hub is a repository of trained machine learning models ready for fine-tuning and deployable anywhere.

TensorFlow Hub lets you search and discover hundreds of trained, ready-to-deploy machine learning models in one place.

Installation and Setup

pip install tensorflow-hub
pip install tensorflow_text

Text Embedding Models

See a usage example

from langchain.embeddings import TensorflowHubEmbeddings