Skip to content

trunganhvu/project_sigma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3a0a05b · Mar 4, 2025

History

9 Commits
Feb 20, 2025
Jan 26, 2025
Mar 4, 2025
Feb 8, 2025
Feb 20, 2025
Mar 4, 2025

Repository files navigation

Setup

  1. Python

Python 3.13.1

  1. Tạo môi trường env

py -m venv venv

  1. Active venv (mục đích sử dụng thư viên riêng biệt).

.\venv\Scripts\activate

  1. Install các thư viên

cd Langchain_RAG

pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu

pip install -r setup.txt

  1. Tải model để vào folder models

https://huggingface.co/TheBloke/CodeLlama-7B-GGUF/blob/main/codellama-7b.Q8_0.gguf

https://huggingface.co/RichardErkhov/vilm_-_vinallama-7b-chat-gguf/blob/main/vinallama-7b-chat.Q8_0.gguf

https://huggingface.co/caliex/all-MiniLM-L6-v2-f16.gguf/blob/main/all-MiniLM-L6-v2-f16.gguf

  1. Tải ollama (NEW)

Window: https://ollama.com/download/windows

MacOS: https://ollama.com/download/mac

  1. Pull Deepseek ollama run deepseek-r1:1.5b ollama run deepseek-r1:7b

Chạy

Folder Langchain_RAG/get_insight/

# Đặt câu hỏi về sigma
python .\get_insight\bot11.py 

Đặt prompt trên browser

url: http://127.0.0.1:7860

URL

https://docs.omni.co/docs

https://help.sigmacomputing.com/docs/get-around-in-sigma

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages