davidmezzetti commited on
Commit
47a5108
·
1 Parent(s): 75af753

Update README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ embeddings = Embeddings()
28
  embeddings.load(provider="huggingface-hub", container="neuml/txtai-arxiv")
29
 
30
  # Run a search
31
- embeddings.search("txtai is an all-in-one embeddings database for semantic search, LLM orchestration and language model workflows.")
32
  ```
33
 
34
  ## Use Cases
 
28
  embeddings.load(provider="huggingface-hub", container="neuml/txtai-arxiv")
29
 
30
  # Run a search
31
+ embeddings.search("txtai is an all-in-one embeddings database")
32
  ```
33
 
34
  ## Use Cases