Skip to content
View JackXueIndiana's full-sized avatar

Block or report JackXueIndiana

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 Loading

  1. DeepSeek-R1-Install-Win11 DeepSeek-R1-Install-Win11 Public

    This is the note I took when I try to install DeepSeek R1 on my laptop.

    Python

  2. APIM-AI-Service-Farm APIM-AI-Service-Farm Public

    This repo is to demonstrate how we implement manual steps to use APIM as a load balancer to distribute GPT chat/completions calls to two gpt-35-tubo models belonging to different Azure AI services.

    Python

  3. Timer-Function-V2-SQL-Read-Write-LLM-Call Timer-Function-V2-SQL-Read-Write-LLM-Call Public

    This is to demonstrate how we can run an Azure Function V2 every minute based on a Timer Trigger. This function gets a row from a SQL DB table, makes a gpt-4o call to build a marketing statement an…

    Python

  4. Semantic-Kernel-Agent-for-RAG Semantic-Kernel-Agent-for-RAG Public

    This is a simple example on how to use Semantic Kernel to build a RAG with GPT-4o and Qdrant Memory Store.

    Jupyter Notebook

  5. Semantic-Kernel-Plugin-for-Multi-Time-Series-Problem Semantic-Kernel-Plugin-for-Multi-Time-Series-Problem Public

    This is to show how we can use Semantic Kernel and its plug-in mechanism to conduct analysis based multiple data sources and multiple time series with defined business logic and well-established ti…

    Python

  6. PyMUpdf-RAG-gpt-4o-Completion PyMUpdf-RAG-gpt-4o-Completion Public

    This is to demostrate how to use library pymupdf to extract text from page, table and image in PDF file and resize the images in pages and associate the image back for LLM completion.

    Python