RAG

Beautiful Soup Alternatives for Go

Beautiful Soup Alternatives for Go

Continuing the topic of extracting data from html

  • For a direct Beautiful Soup analogue in Go, use soup.
  • For CSS selector support, consider goquery.
  • For XPath queries, use htmlquery.
  • For another Beautiful Soup-inspired option, look at Node.

If you’re looking for a Beautiful Soup equivalent in Go, several libraries offer similar HTML parsing and scraping functionality:

How Ollama Handles Parallel Requests

How Ollama Handles Parallel Requests

Understand Ollama concurrency, queueing, and how to tune OLLAMA_NUM_PARALLEL for stable parallel requests.

This guide explains how Ollama handles parallel requests (concurrency, queuing, and resource limits), and how to tune it using the OLLAMA_NUM_PARALLEL environment variable (and related knobs).

Testing Deepseek-R1 on Ollama

Testing Deepseek-R1 on Ollama

Comparing two deepseek-r1 models to two base ones

DeepSeek’s first-generation of reasoning models with comparable performance to OpenAI-o1, including six dense models distilled from DeepSeek-R1 based on Llama and Qwen.

Writing effective prompts for LLMs

Writing effective prompts for LLMs

Requires some experimenting but

Still there are some common approaches how to write good prompts so LLM would not get confused trying to understand what you wand from it.