An open API service indexing awesome lists of open source software.

https://github.com/delee03/rag_llama_usecase


https://github.com/delee03/rag_llama_usecase

Last synced: 3 months ago
JSON representation

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