The Missing Layer in Your AI Stack

Get the Forrester report to see what’s changing.

Word Embeddings in ArangoDB

This post will dive into the world of Natural Language Processing by using word embeddings to search movie descriptions in ArangoDB.

In this post we:

  • Discuss the background of word embeddings
  • Introduce the current state-of-the-art models for embedding text
  • Apply a model to produce embeddings of movie descriptions in an IMDb dataset
  • Perform similarity search in ArangoDB using these embeddings
  • Show you how to query the movie description embeddings in ArangoDB with custom search terms

Check it out on github Last updated: 23/08/2023 15:05:13

Related Blogs