Explore >> Select a destination


You are here

blog.codeminer42.com
| | abuisman.com
10.4 parsecs away

Travel
| | Blog about solving problems with code, mostly Ruby, and other things I have learned working as an engineer and a technical leader
| | fabianlindfors.se
9.3 parsecs away

Travel
| | MSc Computer science student
| | lancecarlson.com
11.3 parsecs away

Travel
| | Imagine a system that not only stores data but grasps its very essence. A system that can swiftly navigate through myriad data points to pinpoint the most relevant. That's the power of vector databases. They're tailor-made for QA systems, acting as memory boosters for large language models. Their ability to seamlessly link questions to exact answers showcases their pivotal role in modern AI. I'm going to show you how you can setup your very own vector database using Ruby on Rails so you can ask your data questions!
| | thecodinginterface.com
63.4 parsecs away

Travel
| In this article I demonstrate a novel Node.js package named PyNode used to invoke Python code within a Node.js application and, more importantly, receive Python return types in the calling Node.js application. To facilitate demonstrating this awesomeness I use the popular scikit-learn Python library to load the included California Housing dataset from the 1990 US Census and build a Linear Regression model for predicting home values within a Express.js application.