Views
No views yet
1from txtai.embeddings import Embeddings
2
3# Load the index from the HF Hub
4embeddings = Embeddings()
5embeddings.load(provider="huggingface-hub", container="neuml/txtai-intro")
6
7# Run a search
8embeddings.search("Tell me a feel good story")