This project provides an interactive playground for comparing text similarities using various embedding models.
- Compare the similarity between two texts using embeddings
- Support for multiple providers (OpenAI, Voyage AI)
- Visual representation of similarity using a gauge
- Vector preview functionality
- API key management for different providers
- Clone the repository
- Install dependencies:
bun i - Run the development server:
bun run dev - Open your browser and navigate to
http://localhost:5173
- Select a provider from the dropdown menu
- Choose an embedding model
- Enter your API key for the selected provider
- Input two texts you want to compare
- Click "Calculate Similarity" to see the results
- React
- TypeScript
- Remix
- Tailwind CSS
- Radix UI
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the GPL-3.0 License.