1 comments

  • bessouat40 5 hours ago ago

    Hi HN,

    I’ve been working on an open-source project called RAGLight.

    The goal is to make it easy to prototype RAG pipelines locally.

    Recent feature: You can now deploy a RAG pipeline as a REST API with one command:

    pip install raglight raglight serve --port 8000

    The API is configured entirely via environment variables (LLM provider, embeddings, vector database).

    Currently supports: - Ollama - OpenAI - Mistral - Gemini - HuggingFace - ChromaDB

    Repo: https://github.com/Bessouat40/RAGLight

    Doc: https://raglight.mintlify.app/documentation/rest-api Curious to hear feedback from people building RAG systems.