gayatri.hashnode.devIntroduction to Generative AI with Ollama: Part 2In recent years, Generative AI has moved from a "cloud-only" luxury to something you can run directly on your laptop. While web-based tools like ChatGPT are great for quick tasks, developers are increasingly moving toward Local LLMs to build their ow...Feb 8·11 min read
gayatri.hashnode.devIntroduction to Generative AI with Ollama: Installing and Running Models LocallyCover image credits: Photo by Steve Johnson on Unsplash Introduction Generative AI (GenAI) is a subset of artificial intelligence focused on creating new, original content—such as text, images, audio, video, and code—by learning patterns from massive...Jan 29·7 min read
gayatri.hashnode.devAdvanced - Python Developer InterviewPhoto by Kelly Sikkema on Unsplash Iterators An iterator is an object representing a stream of data; this object returns the data, one element at a time. The iterator objects themselves are required to support the following two methods, which togethe...Jun 25, 2023·5 min read
gayatri.hashnode.devIntermediate- Python Developer Interview - part 4Hey all, in this article we are going to discuss the following intermediate-level Python topics: Modules, packages, logging, Error handling . So let's see them one by one. Modules and Packages: What are modules? Modules are nothing but files with .py...May 31, 2023·7 min read
gayatri.hashnode.devFundamental concepts you should know while working with ElasticsearchElasticsearch is one of the important part of the ELK stack, E in ELK stands for Elasticsearch. When I initially started working with Elasticsearch I was bit overwhelmed with all the concepts. So I thought I should collect all the fundamental concept...Jul 27, 2021·8 min read