burgerbee commited on
Commit
c4fe1a5
1 Parent(s): 1f0f99b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ from txtai.embeddings import Embeddings
29
 
30
  # Load the index from the HF Hub
31
  embeddings = Embeddings()
32
- embeddings.load(provider="huggingface-hub", container="neuml/txtai-wikipedia")
33
 
34
  # Run a search
35
  embeddings.search("Roman Empire")
 
29
 
30
  # Load the index from the HF Hub
31
  embeddings = Embeddings()
32
+ embeddings.load(provider="huggingface-hub", container="burgerbee/txtai-sv-wikipedia")
33
 
34
  # Run a search
35
  embeddings.search("Roman Empire")