Semantic search engine for locating files and code by meaning.
Vexor is a semantic search system that indexes files and source code so users can retrieve them based on conceptual similarity rather than keyword matches. It supports multiple embedding providers and can run entirely locally or with cloud models, exposing consistent functionality across its API, CLI, and experimental GUI.
The system automatically creates and caches indexes on first use, allowing fast subsequent searches. Configuration covers embedding dimensions, concurrency settings, extraction backends, and provider choices such as OpenAI, Gemini, or VoyageAI. An included agent skill lets AI coding assistants invoke the same search capabilities directly.
It is intended for individual developers, teams maintaining large codebases, and autonomous AI agents that must locate configuration, implementation, or test files during workflows.
Retrieve source files when you recall their purpose but not their exact name or folder location.
Enable coding assistants to find relevant modules and tests through semantic queries instead of brittle path traversal.
Quickly surface related implementation and test files during onboarding or refactoring tasks.
pip install vexorpip install vexor # also works with pipx, uvNo, it can run with local embedding models, though cloud providers are also supported.
Verified reviews from the community shape this listing's rating.
Loading reviews…