Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhamer authored Sep 6, 2022
1 parent 45bfa67 commit 49ec631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ An open-source tensor search framework that seamlessly integrates with your appl

## What is tensor search?

Tensor search allows us to search documents, images and other data by using deep-learning to transform them into a collection of vectors called a "tensor". Representing data as tensors allows us to match documents against queries with human-like understanding of the document's content. Tensor search can power search for a variety of use cases such as:
Tensor search uses deep-learning to transform documents, images and other data into a collections of vectors called "tensors". Representing data as tensors allows us to match queries against documents through human-like understanding of the query and document's content. Tensor search can power a variety of use cases such as:
- end user search and recommendations
- multi-modal search (image-to-image, text-to-image, image-to-text)
- chat bots and question and answer systems
Expand Down

0 comments on commit 49ec631

Please sign in to comment.