Find large-cap companies by describing them in plain language. For example, "parapapapaaa i'm lovin it" shows McDonald's. It's like Google Search for stocks, but based on meaning instead of keywords. Click a button below to see how it works:
We convert your query text into a 768‑dimensional vector (an "embedding", i.e., a list of 768 numbers) and then rank stocks by how close their vectors are to your query (using cosine similarity).
An embedding is a list of numbers that captures the meaning of text. Similar texts produce vectors that point in similar directions (e.g., "Missile" and "Lockheed Martin" are relatively close). This website in particular uses Google’s gemini-embedding-001 model to turn text into a 768‑dimensional vector.
gemini-embedding-001 model to generate a 768‑number vector.