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ẽ…
Tham khảo: https://microsoft.github.io/autogen/0.2/docs/topics/non-openai-models/local-ollama https://microsoft.github.io/autogen/0.2/docs/topics/non-openai-models/cloud-togetherai https://microsoft.github.io/autogen/0.2/docs/topics/non-openai-models/cloud-groq https://microsoft.github.io/autogen/0.2/docs/topics/non-openai-models/cloud-mistralai import os from dotenv import load_dotenv from autogen import ConversableAgent # Load cấu hình từ file .env load_dotenv() # Sử dụng biến môi trường…
Bài toán: Tôi muốn lấy thông tin cổ phiếu (https://s.cafef.vn/hose/fts-cong-ty-co-phan-chung-khoan-fpt.chn) để bổ sung cho chatbot. Tuy nhiên đường dẫn URL lại không có quy tắc, do đó cần phương án…