Skip to content

qdrant/contexto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

A simple script to solve contexto.me using word embeddings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors