test2 / CONFIG_NOTES.md
Martechsol
Restore to latest backup from 13 May - 2026-05-15 17:56
608d6ed
|
Raw
History Blame Contribute Delete
1.2 kB
# Configuration Backup - Martechsol RAG Chatbot
**Date:** 2026-04-28
**Source:** C:\Users\DELL\Desktop\RAG_backup2
**Destination:** D:\RAG_Backup_2026_04_28
## Core Settings (from app/core/config.py)
- **App Name:** Fast RAG Chatbot
- **LLM Provider:** groq (default)
- **Groq Model:** llama-3.1-8b-instant
- **HF Model:** meta-llama/Llama-3.1-8B-Instruct
- **Embedding Model:** BAAI/bge-small-en-v1.5
- **Docs Directory:** docs/
- **Index Directory:** data/index/
- **Sessions Directory:** data/sessions/
- **Chunk Size:** 420 tokens
- **Overlap:** 80 tokens
- **Top K:** 4
## Admin Credentials
- **Username:** martech_admin
- **Password:** martech_admin_303
- **OTP Expiry:** 300 seconds (5 minutes)
## Security
- **Auth Method:** HTTP Basic Auth + OTP (email-based)
- **Email for OTP:** randomjoedown@gmail.com
- **SMTP Server:** smtp.gmail.com (Port 465)
## API / Integration
- **Endpoint:** /api/chat
- **Widget Endpoint:** /widget
- **Admin Endpoint:** /admin
- **CORS:** Allowed for all (*) for testing
## Infrastructure
- **Hugging Face Path:** /data (for persistent storage)
- **Local Path:** data/ (for local storage)
- **Dockerfile:** Based on python:3.10-slim, serves on port 7860