Hi,
This is a feature request/roadmap question.
Maybe this is the wrong place ?
I was wondering if any thought has gone into supprting a numeric vector with cosine similarity indexing ?
Modern NLP leverages these vectors as inputs and outputs, e.g. Word2Vec, and a common deployment story is to encode the text query as a vector and encoded the documents index time, and then leverage cosine similarity between the doc & query vectors.
we've done this in elasticsearch, and more recently in the vector database milvus. but having a combine search & vector index allows you to combine NLP/Machine Learning & Information Retrieval techniques.
Anyways, just an idea.
Regards
Hi,
This is a feature request/roadmap question.
Maybe this is the wrong place ?
I was wondering if any thought has gone into supprting a numeric vector with cosine similarity indexing ?
Modern NLP leverages these vectors as inputs and outputs, e.g. Word2Vec, and a common deployment story is to encode the text query as a vector and encoded the documents index time, and then leverage cosine similarity between the doc & query vectors.
we've done this in elasticsearch, and more recently in the vector database milvus. but having a combine search & vector index allows you to combine NLP/Machine Learning & Information Retrieval techniques.
Anyways, just an idea.
Regards