https://github.com/delee03/rag_llama_usecase
https://github.com/delee03/rag_llama_usecase
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/delee03/rag_llama_usecase
- Owner: delee03
- Created: 2025-03-03T07:20:49.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-03T09:27:52.000Z (3 months ago)
- Last Synced: 2025-03-03T10:32:48.256Z (3 months ago)
- Language: Python
- Size: 840 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### creae venv
python -m venv venv
### Kích hoạt Virtual Environment
venv\Scripts\activate otherwise : deactivate
### Lưu danh sách package vào requirements.txt
pip freeze > requirements.txt
### Cài đặt package từ requirements.txt:
pip install -r requirements.txt
### Cài đặt langchain U community
pip install -U langchain-community