The technicalities

obracajacy sie tekst
podwojna strzalka w dol
all articles
Nvidia NeMo-Guardrails
Chatbot Development
Custom LLM Integration
Conversational AI
The technicalities min read

NeMo-Guardrails

Building a dedicated chatbot is both challenging and dangerous. At company X, the model should talk about X’s offer and, ideally, nothing else to save…

check out.
RAG
Self-Query
LLM
ChatBot
The technicalities 7 min read

What if the data is too large for the LLM context?

Navigating Large Data with LLM: Splitting, Context, and Self-Query Solutions

check out.
LLM
RAG
Embeddings
ChatGPT
The technicalities 9 min read

What Data Format is suitable for LLM?

LLM's Frontier: The Data Format Issue

check out.
Git branches
code duplication
cloud projects
scalability
The technicalities 9 min read

Terraform: multiple environments

Why terraform? When one starts a new project, there is a high probability that the project will be placed in the cloud. Having a…

check out.
node.js
IntelliJ IDEA
node.js installation
non-system-wide installation
The technicalities 5 min read

NPM & N on MacOSX

Most programming languages have their SDK available for non-system-wide installation. Python offers venv, while Java Development Kit needs only the JAVA_HOME variable to be set,…

check out.
Apache Airflow
DAG dependencies
data pipelines
performance tuning
The technicalities 15 min read

Managing inter-DAG dependencies in Airflow

In the real world, data pipelines only sometimes come as a completely independent sequence of operations. Usually, they share dependences on one another, occasionally easy…

check out.