Qdrant & Rust – embeddings
While most examples for performing embeddings will be Python code, Rust is better when performance, safety, and scalability are critical. Most examples/tutorials stick to Python, maybe it’s easier to start with but let’s look beyond “getting started”. Let’s explore Qdrant some more, this time we’ll delve into the Rust client plus fastembed. (Note: If you […]