--- title: VibeAtlas Code Search Playground emoji: 🔍 colorFrom: indigo colorTo: purple sdk: gradio sdk_version: 4.0.0 app_file: app.py pinned: true license: apache-2.0 short_description: Semantic code search powered by UniXcoder tags: - code-search - semantic-search - embeddings - vibeatlas - unixcoder --- # VibeAtlas Code Search Playground 🔍 Experience semantic code search powered by UniXcoder embeddings. ## Features - **Natural Language → Code Search**: Find code using everyday language - **Cross-Language Matching**: Find similar patterns across Python, JavaScript, TypeScript - **Semantic Understanding**: Understands code intent, not just keywords ## Try It 1. Enter a search query like "user authentication with password" 2. See semantically similar code snippets 3. Compare results across languages ## Get It In Your IDE ```bash code --install-extension vibeatlas.vibeatlas ``` ## Links - 🌐 [Website](https://vibeatlas.dev) - 📦 [VS Code Extension](https://marketplace.visualstudio.com/items?itemName=vibeatlas.vibeatlas) - 🛠️ [GitHub](https://github.com/vibeatlas) ## Model This demo uses [vibeatlas/unixcoder-base-onnx](https://huggingface.co/vibeatlas/unixcoder-base-onnx), our ONNX conversion of Microsoft's UniXcoder for browser/Node.js use. --- Made with ❤️ by [VibeAtlas](https://vibeatlas.dev)