전체 그래프
Opensources

N-RAG Manual

1. Start

docker-compose up -d

2. Register & Login

http://localhost:3000

  • ID
  • Emal
  • Password

3. Model Settings

Settings -> Models 클릭 N-RAG Manual

Ollama Provider 추가 및 Enalbed 활성화

N-RAG Manual

N-RAG Manual

Models 클릭

N-RAG Manual

Add Model 클릭

N-RAG Manual

Completioon & Embedding 모델 추가

N-RAG Manual

N-RAG Manual

Agent & Collection 부분 활성화

N-RAG Manual

N-RAG Manual

4. Collection Settings

http://localhost:3000/workspace/collections

Add collection 클릭

N-RAG Manual

Collection 이름 및 옵션 설정

N-RAG Manual

Upload file

N-RAG Manual

5. Evaluation

Collections -> Evaluations -> Question Set N-RAG Manual

Add Question Set

N-RAG Manual

Add Question

Manual or Generate from collection(by LLM) N-RAG Manual N-RAG Manual N-RAG Manual

Add Evaluation

N-RAG Manual N-RAG Manual N-RAG Manual

6. Monitoring

http://localhost:5555

  • ID : admin
  • Passwd : admin

Celery-worker monitoring

N-RAG Manual

Task monitoring

N-RAG Manual

7. Appendix

7.1. Celery-worker

worker 수 늘려서 병렬처리로 속도 높일 수 있음

docker compose up -d --scale celeryworker=2