nhirschfeld

↗ HN profile [ 57.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I'm excited to announce Kreuzberg v3.0, which was released yesterday. Kreuzberg is an MIT licensed Python library that extracts text from a wide range of documents (PDFs, images, office files etc.) without depending on…

  2. I built a RAG system using pgvector as the backend for local-first vector search. I've already extracted and open-sourced the text extraction component as Kreuzberg (https://github.com/Goldziher/kreuzberg), separate…

  3. I'm excited to showcase Kreuzberg! Kreuzberg is a modern Python library built from the ground up with async/await, type hints, and optimized I/O handling. It provides a unified interface for extracting text from…

  4. Hi there, I'd like to introduce you to Starlite - a new python ASGI API framework built on top of pydantic and Starlette. You can find the repo for the framework here: https://github.com/Goldziher/starlite The…