Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liamca authored May 22, 2022
1 parent afad02f commit dca8d11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Image, Text, Video and Audio Search Using Azure Cognitive Search (Vector Search) -- [Experimental]

PLEASE NOTE: This is an experimental capability. It should not be used for production purposes at this time.
# Image, Text, Video and Audio Search Using Azure Cognitive Search (Vector Search)

The goal of this is to enable search over Text, Images, Videos and Audio using [Azure Cognitive Search](https://azure.microsoft.com/en-us/services/search/). The technique was inspired by the following [research article](http://nmis.isti.cnr.it/falchi/Draft/2016-DaWaK-DRAFT.pdf), which converts vectors (embeddings) to text which allows the Cognitive Search service to leverage the inverted index to quickly find the most relevant items. For this reason, any model that will convert an object to a vector can be leveraged as long as the number of dimensions in the resulting vector is less than 3000. It also allows users to leverage existing pretrained or fine-tuned models.

Expand Down

0 comments on commit dca8d11

Please sign in to comment.