Skip to content
View Al3nMicL's full-sized avatar
💭
Wow, such empty
💭
Wow, such empty

Block or report Al3nMicL

Report abuse

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

Report abuse

Pinned Loading

  1. introduction-to-ai-native-vector-databases-4470531 introduction-to-ai-native-vector-databases-4470531 Public

    Forked from LinkedInLearning/introduction-to-ai-native-vector-databases-4470531

    This repo is for the Linkedin Learning course: Introduction to AI-Native Vector Databases

    Jupyter Notebook

  2. Install Docker Debian 12 WSL container Install Docker Debian 12 WSL container
    1
    #!/bin/bash
    2
    echo "Starting Docker Engine installation for Debian 12 in WSL..."
    3
    echo "Updating package lists and installing dependencies..."
    4
    sudo apt update || { echo "Failed to update apt. Exiting."; exit 1; }
    5
    sudo apt install -y ca-certificates curl gnupg lsb-release || { echo "Failed to install dependencies. Exiting."; exit 1; }
  3. LinkedInLearning/hands-on-introduction-to-hugging-face-for-developers-3858051 LinkedInLearning/hands-on-introduction-to-hugging-face-for-developers-3858051 Public

    This is a code repository for the LinkedIn Learning course A Hands-On Introduction to Hugging Face for Developers.

    Python 7 20

  4. freeCodeCamp/learn-relational-databases-by-building-a-database-of-video-game-characters freeCodeCamp/learn-relational-databases-by-building-a-database-of-video-game-characters Public

    Shell 6 60