[SSI] Streaming data

Streaming Data là cách thức lấy dữ liệu trực tiếp, trực tuyến từ máy chủ về theo cơ chế thời gian thực, đối với dữ liệu giao dịch chứng khoán,…

GraphRAG

https://microsoft.github.io/graphrag https://microsoft.github.io/graphrag/get_started https://github.com/taipm/graphrag-newfriend.git Bước 01: Cài đặt graphrag pip install graphrag Bước 02: Tạo index cho tài liệu Bước 1: Tạo thư mục docs chứa các tài liệu Ta sẽ…

[ag2] The Open Source AGENTOS

https://ag2.ai https://docs.ag2.ai/docs/Home#option-2-install-autogen-locally-using-virtual-environment https://docs.ag2.ai/docs/FAQ#code-execution https://docs.ag2.ai/docs/FAQ#set-your-api-endpoints https://github.com/ag2ai/build-with-ag2/tree/main/cookbook https://github.com/ag2ai/ag2 https://docs.ag2.ai/docs/contributor-guide/docker https://github.com/ag2ai PYAUTOGEN pip install pyautogen

Autogen

https://docs.ag2.ai/docs/Getting-Started https://docs.ag2.ai/docs/autogen-studio/usage pip install autogen Ví dụ 01 - Khởi động import os from autogen import AssistantAgent, UserProxyAgent llm_config = {"model": "gpt-4o-mini", "api_key": os.environ["OPENAI_API_KEY"]} assistant = AssistantAgent("assistant", llm_config=llm_config) user_proxy =…

Using Clusters to Boost LLMs

BÀI TOÁN THỰC TẾ Tôi đang có (1) Máy Mac Studio M1 Ultra (64G, 1TB) và (2) Macbook Pro M1 Pro (16, 512), tôi muốn tận dụng 02 máy tính…