Skip to content

Commit

Permalink
Release new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Milvus-doc-bot authored and Milvus-doc-bot committed Sep 11, 2023
1 parent da64381 commit 1190fdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions v2.3.x/site/en/integrations/integrate_with_hugging-face.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ COLLECTION_NAME = 'huggingface_db' # Collection name
DIMENSION = 768 # Embeddings size
LIMIT = 10 # How many results to search for
MILVUS_HOST = "localhost"
MIVLUS_PORT = "19530"
MILVUS_PORT = "19530"
```

To know more about the model and dataset used on this page, refer to [bert-base-uncased](https://huggingface.co/bert-base-uncased) and [squad](https://huggingface.co/datasets/squad).
Expand Down Expand Up @@ -212,4 +212,4 @@ Answer, Distance, Original Question
('Antonio B. Won Pat', tensor(25.8398), 'What is the name of the international airport in Guam?')
('1973', tensor(26.7827), 'In what year did the State Management Scheme cease?')
('2019', tensor(27.1236), 'When will Argo be launched?')
```
```
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "v2.2.x",
"version": "v2.3.x",
"released": "yes"
}

0 comments on commit 1190fdb

Please sign in to comment.