🏷️ Tag

#llm

Explore materials tagged "llm" from expert practitioners. Up-to-date articles and useful tips to help you grow.

21 Articles
6 Similar tags

Articles with tag "#llm"

All materials on the topic llm

httpx: A Modern HTTP Client for Python
🟑 Medium

httpx: A Modern HTTP Client for Python

httpx is a next-generation HTTP client. Its interface is similar to requests, but it supports async/await out of the box.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
AI Agents: ReAct Loop and Autonomous Actions
πŸ”΄ Difficult

AI Agents: ReAct Loop and Autonomous Actions

A chatbot answers questions. An agent takes action: it calls tools, retrieves real data, and uses that data in its...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Typer: CLI Applications Without the Boilerplate
🟑 Medium

Typer: CLI Applications Without the Boilerplate

Typer builds CLIs from Python type annotations. No argparse, no manual parsing β€” just decorators and types.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Document Chunking Strategies for RAG
🟣 Expert

Document Chunking Strategies for RAG

Embedding a long document averages out its meanings β€” a specific question won't find the right paragraph. The solution is...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Pydantic v2: Data Validation in Python
🟑 Medium

Pydantic v2: Data Validation in Python

Pydantic validates and converts data through type annotations. It is commonly used in APIs and LLM applications when an external...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
asyncio in Python: Asynchronous Programming
🟑 Medium

asyncio in Python: Asynchronous Programming

asyncio is Python's standard library for asynchronous code. It lets you execute multiple tasks "simultaneously" within a single thread.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
AsyncAnthropic: Async Client for the Claude API
πŸ”΄ Difficult

AsyncAnthropic: Async Client for the Claude API

AsyncAnthropic is the asynchronous version of the Anthropic client. It uses async/await and integrates with the asyncio event loop.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
RAG: Chatting with Documents via Vector Search
🟣 Expert

RAG: Chatting with Documents via Vector Search

RAG (Retrieval-Augmented Generation) is a pattern for working with your own documents. Instead of fine-tuning the model, you find the...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Prompt Caching in the Claude API: Saving on Tokens
🟣 Expert

Prompt Caching in the Claude API: Saving on Tokens

Every request to Claude costs money. inputtokens includes everything: the system prompt, conversation history, and the current question. If you...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Embeddings: Coordinates of Text in Semantic Space
πŸ”΄ Difficult

Embeddings: Coordinates of Text in Semantic Space

An embedding is a numerical vector that represents a piece of text. Texts that are similar in meaning get vectors...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
JSON Schema: Describing Data Structures
🟑 Medium

JSON Schema: Describing Data Structures

JSON Schema is a standard for describing the structure of JSON. In the Claude API it is used to define...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Tool Use in the Claude API: Agents with Tools
πŸ”΄ Difficult

Tool Use in the Claude API: Agents with Tools

Tool use lets Claude call functions in your code β€” fetching weather, reading files, running searches. Claude decides when to...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026

Similar tags

Study related topics

🏷️

#python

Related articles python

πŸ“š 59 articles
🏷️

#basics

Related articles basics

πŸ“š 32 articles
🏷️

#ai

Related articles ai

πŸ“š 29 articles
🏷️

#devops

Related articles devops

πŸ“š 13 articles
🏷️

#database

Related articles database

πŸ“š 11 articles
🏷️

#async

Related articles async

πŸ“š 9 articles

Looking for more on the topic?

Study all our materials or subscribe to updates