Skip to content

Commit 3459112

Browse files
authored
Update README.md
1 parent 3cc300d commit 3459112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ print(np.dot(embeddings[0], embeddings[3]))
118118

119119
**Q: What should I embed?**
120120

121-
A: Typically products, stores, urls, locations, or any entity that people interact with.
121+
A: Any entities that interact with each other, co-occur or can be said to be present together in a given context. Examples can include: products in a shopping basket, locations frequented by the same people at similar times, employees collaborating together, chemical molecules being present in specific circumstances, proteins produced by the same bacteria, drug interactions, co-authors of the same academic papers, companies occurring together in the same LinkedIn profiles.
122122

123123
**Q: How should I construct the input?**
124124

0 commit comments

Comments
 (0)