Explore >> Select a destination


You are here

veekaybee.github.io
| | blacklight.sh
2.6 parsecs away

Travel
| | RAG isn't about vector databases and embeddings, or any specific architecture. It's about retrieving relevant context well.
| | weaviate.io
2.4 parsecs away

Travel
| | Learn what a vector database is and how it powers vector search, semantic search, and LLM RAG with embeddings, indexing (HNSW/ANN), and scalable retrieval.
| | vickiboykis.com
0.0 parsecs away

Travel
| | [AI summary] The text provides an in-depth account of the development and deployment of a semantic search application called Viberary, focusing on its design, challenges, and lessons learned. The author details the entire process, from initial data exploration and model selection to production deployment using Docker, DigitalOcean, and load balancing. Key takeaways include the importance of a testable prototype, careful hyperparameter management, and the benefits of using DigitalOcean over larger cloud providers. The text also highlights the difficulty of semantic search and the need for algorithmic fine-tuning across machine learning, UI, and deployment processes. The author emphasizes reproducible environments, efficient Docker practices, and the value of ...
| | www.nicktasios.nl
17.4 parsecs away

Travel
| In the Latent Diffusion Series of blog posts, I'm going through all components needed to train a latent diffusion model to generate random digits from the MNIST dataset. In this first post, we will tr