Data for Evaluating Different RAG Configurations
In any AI project, it’s crucial to ensure a proper evaluation, clearly define a problem, and continually assess how well your solution addresses it. Regular evaluations and feedback loops are cruci...
In any AI project, it’s crucial to ensure a proper evaluation, clearly define a problem, and continually assess how well your solution addresses it. Regular evaluations and feedback loops are cruci...
This post is my summarized interpretation of what I read in the LlamaIndex documentation. What is LlamaIndex? LlamaIndex provides abstractions to make the ingestion, structuring, and access of da...
All bubl-ai repositories will have the same structure: bubls: Think of this as the source code of our repository, containing all the importable classes and functionalities. These are the f...
So, what’s the deal with the command pip install -e, and why is it a game-changer for our project? The pip install -e command is your ticket to installing a Python package in “editable” mode. In s...
Use of Docker in AI Dockerfiles, images, and containers are essential players in the realm of Artificial Intelligence development, creating a foundation for consistency and reproducibility. They s...
Let’s Kick Off the Raspberry Pi Adventure! Why Start from Scratch? Starting from scratch is like starting a video game on easy mode – it’s the best way to learn, have some fun, and maybe break a f...