Skip to content

A simple script to solve contexto.me using word embeddings

Notifications You must be signed in to change notification settings

qdrant/contexto

Repository files navigation

Solving Contexto.me with Vector Search

Contexto.me is a linguistic game that takes the popular word game Wordle to the next level.

This repository contains a solution to the game using vector search.

How to use

  1. Clone the repository

  2. Install the requirements

pip install poetry

poetry install
  1. Prepare embeddings and vocabulary
python -m contexto.prepare_embeddings
  1. Start guessing

The first word is on you, others are generated by the algorithm.

python -m contexto.guess

Average number of guesses is 30.