Skip to content

Instantly share code, notes, and snippets.

View anpigon's full-sized avatar
👨‍💻

anpigon

👨‍💻
View GitHub Profile
@anpigon
anpigon / steem_incoming.js
Last active January 14, 2024 01:24
obsidian 노트앱의 Tamplater 플러그인용 스팀 수익 자동 조회 스크립트
'use strict';
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all) __defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if ((from && typeof from === 'object') || typeof from === 'function') {
@anpigon
anpigon / 한국어 임베딩 테스트.md
Created June 4, 2024 16:16
한국어 임베딩 테스트.md
module_name module_params execution_time retrieval_f1 retrieval_recall retrieval_precision is_best
vectordb {'top_k': 3, 'embedding_model': 'bge-m3'} 0.21 0.35 0.7 0.23 True
vectordb {'top_k': 3, 'embedding_model': 'ko-sroberta-multitask'} 0.13 0.14 0.28 0.09 False
vectordb {'top_k': 3, 'embedding_model': 'ko-sbert-nli'} 0.03 0.08 0.16 0.05 False
bm25 {'top_k': 3, 'bm25_tokenizer': 'ko_kiwi'} 1.02 0.13 0.26 0.09 False
vectordb {'top_k': 3, 'embedding_
@anpigon
anpigon / 제미나이로 유튜브 자막 추출하기.ipynb
Last active September 20, 2024 14:29
Google Gemini의 멀티모달을 사용하여 유튜브 영상에서 자막 추출하기
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@anpigon
anpigon / 01 Autogen에서 2개의 에이전트 대화 방식 구현하기.ipynb
Last active September 22, 2024 04:12
Autogen에서 2개의 에이전트 대화 방식 구현하기
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@anpigon
anpigon / 02 Autogen에서 순차적 대화 방식 구현하기.ipynb
Last active September 22, 2024 03:38
Autogen에서 순차적 대화 방식 구현하기
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@anpigon
anpigon / 03 Autogen에서 그룹챗 대화 방식 구현하기.ipynb
Created September 22, 2024 04:05
Autogen에서 그룹챗 대화 방식 구현하기
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@anpigon
anpigon / 04 Autogen에서 Code Executor로 코드 실행하기.ipynb
Last active September 23, 2024 13:46
Autogen에서 Code Executor로 코드 실행하기
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@anpigon
anpigon / 05 Autogen으로 데이터 시각화 구현하기.ipynb
Created September 23, 2024 13:45
Autogen으로 데이터 시각화 구현하기
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@anpigon
anpigon / 01 기본적인 랭그래프 만들어보기.ipynb
Last active September 28, 2024 01:45
Langgraph 기본적인 그래프 만들어보기
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@anpigon
anpigon / 02 랭그래프에 도구(Tool) 추가하기.ipynb
Last active September 28, 2024 04:06
랭그래프에 도구(Tool) 추가하기
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.