Skip to content

Commit

Permalink
Add ms marco and correct ssd (#9162)
Browse files Browse the repository at this point in the history
* Add ms marco and correct ssd

Signed-off-by: natebower <[email protected]>

* Add NMSLIB and Faiss

Signed-off-by: natebower <[email protected]>

---------

Signed-off-by: natebower <[email protected]>
  • Loading branch information
natebower authored Feb 6, 2025
1 parent eeaaac7 commit 8fe5adc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 3 additions & 0 deletions STYLE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ The following table lists acronyms that you don't need to spell out.
| CSV | comma-separated values |
| DNS | Domain Name System |
| DOS | disk operating system |
| Faiss | Facebook AI Similarity Search |
| FAQ | frequently asked questions |
| FTP | File Transfer Protocol |
| GIF | Graphics Interchange Format |
Expand All @@ -141,8 +142,10 @@ The following table lists acronyms that you don't need to spell out.
| JPEG | Joint Photographic Experts Group |
| JSON | JavaScript Object Notation |
| k-NN | k-nearest neighbors |
| MS MARCO | Microsoft Machine Reading Comprehension |
| NAT | network address translation |
| NGINX | engine x |
| NMSLIB | Non-Metric Space Library |
| PDF | Portable Document Format |
| RAM | random access memory |
| REST | Representational State Transfer |
Expand Down
12 changes: 11 additions & 1 deletion TERMS.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,8 @@ Exception: *Execution* is unavoidable for third-party terms for which no alterna

**Faiss**

Facebook AI Similarity Search. Do not define on first appearance. Faiss is a library that allows developers to quickly search for embeddings of multimedia documents that are similar to each other.

**file name**

**frontend (n., adj.)**
Expand Down Expand Up @@ -505,6 +507,10 @@ Do not use. Use *management account* instead.

Avoid. Use _can_ or _might_ instead.

**MS MARCO**

Microsoft Machine Reading Comprehension. Do not define on first appearance. MS MARCO is a collection of datasets focused on deep learning in search.

**multilayer, multilayered**

**must, shall, should**
Expand All @@ -525,6 +531,10 @@ Use _near real time_ as a noun; use near real-time as an adjective. Don't add a

Spell out _near real time_ on first mention; _NRT_ can be used on subsequent mentions.

**NMSLIB**

Non-Metric Space Library. Do not define on first appearance. NMSLIB is an efficient similarity search library and a toolkit for evaluation of k-NN methods for generic non-metric spaces.

**node**

A server that stores your data and processes search requests with OpenSearch, usually as part of a cluster. Do not use _master node_ and avoid using _worker node_.
Expand Down Expand Up @@ -704,7 +714,7 @@ Do not use. Use *replica*, *secondary*, or *standby* instead.

**Snapshot Management (SM)**

**solid state drive (SSD)**
**solid-state drive (SSD)**

**standalone**

Expand Down

0 comments on commit 8fe5adc

Please sign in to comment.