Skip to content
View JMarcSyd's full-sized avatar

Block or report JMarcSyd

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. guacamole-portainer guacamole-portainer Public

    Ready to use YAML script to load Guacamole 1.6 as a stack in Portainer. Uses Postgres as SQL database. Also works as direct docker compose up -d, just rename as docker-compose.yaml. Read comments w…

    1

  2. comfyui_workflow_models comfyui_workflow_models Public

    This Python script creates an Excel file (and CSV too) documenting ComfyUI workflows and which models are used. You'll need to change workflow_dir and models_dir with your own paths.

    Python

  3. rag-ingest-multidomain-v2 rag-ingest-multidomain-v2 Public

    Multi-domain RAG (Retrieval Augmented Generation) ingestion pipeline that syncs documents from Microsoft SharePoint/OneDrive, generates embeddings, and stores them in FAISS indexes.

    Python

  4. rag-retriever-multidomain-v2 rag-retriever-multidomain-v2 Public

    A FastAPI-based multi-domain document retrieval service using hybrid search (vector + BM25 + reranking). Overview This service provides semantic search capabilities across multiple domains (e.g., C…

    Python