Skip to content

Instantly share code, notes, and snippets.

@barseghyanartur
Last active September 29, 2025 13:34
Show Gist options
  • Select an option

  • Save barseghyanartur/2d4cdb080895d58846427c5e8eec5331 to your computer and use it in GitHub Desktop.

Select an option

Save barseghyanartur/2d4cdb080895d58846427c5e8eec5331 to your computer and use it in GitHub Desktop.

PyData Amsterdam 2025 notes

Prompts

Zero-copy

End-to-end GPU processing

Vector DBs

Qdrant https://github.com/qdrant/qdrant is generally loved by many as a vector DB.

Face-recognition

ArcFace https://github.com/deepinsight/insightface and SigLip2 https://huggingface.co/blog/siglip2 are your best friends here.

Notebooks

Marimo is emerging as a Jupyter notebook replacement.

LLMs

  • Some suggest to use universal LLM proxies for corporate use. LiteLLM https://docs.litellm.ai/ is one of such. Same folks suggest using Open WebUI as a generally available tool for corporate use.
  • MCP gets tremendous amount of attention.
  • Proper (optimal) implementation of RAGs get a lot of attention too. Make sure you're familiar with pre, mid, and post optimisations.
  • Agents get tremendous amount of attention. New frameworks like Dapr https://github.com/dapr/dapr emerge.
  • Dutch local governance is actively integrating LLMs into their processes.
  • Some suggest to use outlines https://github.com/dottxt-ai/outlines for structured output.
  • Some suggest SmolLM https://github.com/huggingface/smollm or https://ollama.com/library/smollm for development/testing, as it's extremely small and fast. There's SmolVLM too, if you need a multimodal version.

Engineering

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment