Skip to content
View dmigo's full-sized avatar

Organizations

@deepset-ai
Block or Report

Block or report dmigo

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned

  1. deepset-ai/haystack deepset-ai/haystack Public

    🔍 LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your d…

    Python 14k 1.7k

  2. apache/superset apache/superset Public

    Apache Superset is a Data Visualization and Data Exploration Platform

    TypeScript 59.6k 12.7k

  3. Checks if GPU is available on your m... Checks if GPU is available on your machine
    1
    import torch
    2
    
                  
    3
    print(torch.cuda.is_available())
  4. encryptor.go encryptor.go
    1
    package main
    2
    
                  
    3
    import (
    4
    	"crypto/rand"
    5
    	"encoding/base32"
  5. Example of gin application calling r... Example of gin application calling redis
    1
    package main
    2
    
                  
    3
    import "github.com/gin-gonic/gin"
    4
    import "fmt"
    5
    import "github.com/go-redis/redis"
  6. Docker compose that has redis Docker compose that has redis
    1
    version: '3.6'  
    2
    services:  
    3
      # app:
    4
      #   build:
    5
      #     context: ./app