The technicalities

obracajacy sie tekst
podwojna strzalka w dol
all articles
ChatBot LangChain LLM RAG Self-Query
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.
ChatBot ChatGPT Embeddings LLM RAG
The technicalities 9 min read

What Data Format is suitable for LLM?

LLM's Frontier: The Data Format Issue

check out.
cloud projects code duplication Git branches 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.
IntelliJ IDEA node.js 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 data-aware scheduling 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.
big query cartesian join
The technicalities 15 min read

Big cartesian join in Big Query

When working on more advanced analytics (or reports), you may stumble upon the problem of doing a self-join. Be it all pairs of available products,…

check out.