Laur's blog
Sign in Subscribe

local

A collection of 2 posts
Use Rag with continue.dev
rag Featured

Use Rag with continue.dev

continue.dev is a plugin system that is available for VS Code and IntelliJ products. It allows using the code base to answer AI questions, as well as custom RAG extensions, where you can index e.g. your proprietary repositories. The purpose of this exercise is to create an ollama-based
Feb 16, 2025 1 min read
Access Data Files for Local Tests in Android
android

Access Data Files for Local Tests in Android

TL;DR: Put your data files in test/resources and access it with: InputStream inputStream = this.getClass() .getClassLoader() .getResourceAsStream(path); I've got an android application with a module performing data processing (HTML scraping in fact). This part is pure java and all its tests are in the src/
Mar 9, 2016 1 min read
Page 1 of 1
Laur's blog © 2025
  • Sign up
Powered by Ghost