Ask HN: How Turn a Person into Embeddings?
1 comments
What you propose is certainly possible, you could do that with a vector database like Weaviate (https://weaviate.io). Import the data, vectorize it, and connect it to a person with cross-references
For example, we import all twitter and medium of many users and vectorize all their social content. When we type: Help me find someone who cares about AI research and is good at giving independent tech opinions. We will get a list of users.
In this way, we can find people in general fields through ambiguous language.