Cross-Lingual embedding and vector search

#7
by alexlopespereira - opened

I have a dataset of documents in portuguese. I'm looking for a way to do a vector search on this dataset. I though I could translate the documents to english, perform the embedding indexing,translate the user search input to english and then perform the vector search.

Is it the best way to do it nowadays?

Sign up or log in to comment