davidmezzetti commited on
Commit
cf41664
1 Parent(s): 41b10c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ from txtai.embeddings import Embeddings
22
 
23
  # Load the index from the HF Hub
24
  embeddings = Embeddings()
25
- embeddings.load(provider="huggingface-hub", container="NeuML/txtai-intro")
26
 
27
  # Run a search
28
  embeddings.search("Tell me a feel good story")
 
22
 
23
  # Load the index from the HF Hub
24
  embeddings = Embeddings()
25
+ embeddings.load(provider="huggingface-hub", container="neuml/txtai-intro")
26
 
27
  # Run a search
28
  embeddings.search("Tell me a feel good story")