Engineering /
LanceDB / December 6, 2023
We show how to use the CLIP from OpenAI for Text-to-Image and Image-to-Image searching. We’ll also do a comparative analysis of the PyTorch model, FP16 OpenVINO format, and INT8 OpenVINO format in terms of speedup.
Engineering /
LanceDB / November 27, 2023
In the world of search engines, the quest to find the most relevant information is a constant challenge. Researchers are always on the lookout for innovative ways to improve the effectiveness of search results.
Engineering /
LanceDB / November 17, 2023
by Akash A. Get practical steps and examples from 'Better RAG with Active Retrieval Augmented Generation FLARE'.
Engineering /
LanceDB / November 2, 2023
Speed up vector index training in LanceDB with CUDA or Apple Silicon (MPS). See how GPU‑accelerated IVF/PQ training compares to CPU and how to enable it in code.
Engineering /
LanceDB / July 19, 2023
Understand about reduce hallucinations from llm-powered agents using long-term memory. Get practical steps, examples, and best practices you can use now.
Engineering /
LanceDB / July 13, 2023
Explore about scalable computer vision with lancedb & voxel51. Get practical steps, examples, and best practices you can use now.
Engineering /
Chang She / May 31, 2023
It was Spring of 2012. After being an avid user for 2+ years, I finally decided to join Wes Mckinney and work on pandas full time.
Engineering /
LanceDB / April 24, 2023
An untold story about how we make LanceDB vector search fast. Get practical steps and examples from 'My SIMD is faster than Yours'.
Engineering /
Chang She / March 14, 2023
In this short blog post we’ll take you through some simple benchmarks to show the random access performance of Lance format. Get practical steps and examples from 'Benchmarking random access in Lance'.