Expose Redis (TCP) Service with Traefik 2.0

Expose Redis (TCP) Service with Traefik 2.0

Previously, we mentioned that Traefik 2.0 has officially been released, and it now supports TCP services. However, the official documentation for Traefik is somewhat confusing, especially regarding its use in Kubernetes, where the details are even less comprehensive. In my spare time, I have been trying to translate the official documentation. You can find it … Read more

RestAI: An Open Source AIaaS Platform Using LlamaIndex, Ollama, and HF Pipelines

RestAI: An Open Source AIaaS Platform Using LlamaIndex, Ollama, and HF Pipelines

Project Introduction Project: There are various types of agents (projects), each with its own functionality. (rag, ragsql, inference, vision) User: Users represent the system’s users. It is used for authentication and authorization (basic authentication). Each user can access multiple projects. LLMs: Supports any public or local LLM supported by LlamaIndex or Ollama. VRAM: Automatic VRAM … Read more

Building A Video Search System Using Images

Building A Video Search System Using Images

Image-based video search, as the name suggests, is to take an image and search the video database for videos containing similar shots. A key step in image-based video search is video vectorization, which involves extracting key frames from the video and performing feature extraction for each frame, converting it into a structured vector. At this … Read more