Navigate Your Codebase with Semantic Search and Qdrant Time: 45 minLevel: Intermediate You too can enrich your applications with Qdrant semantic search. In this tutorial, we describe how you can use Qdrant to navigate a codebase, to help you find relevant code snippets. As an example, we will use the Qdrant source code itself, which is mostly written in Rust. The approach We want to search codebases using natural semantic queries, and searching for code based on similar logic. You can set up ...