This repository has been archived on 2026-04-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
RagAgent/.env
T
2026-01-31 20:19:44 +03:00

11 lines
369 B
Bash

RAG_DB_DSN=postgresql://rag:rag_secret@localhost:5432/rag
RAG_REPO_PATH=/Users/alex/Dev_projects_v2/documentation/
GIGACHAT_CREDENTIALS=MGMyOGExMzctZDY1YS00OGNkLTk3NGYtYzFkZWVjOTEzM2RkOjFjOTc0YjFlLWNlMDUtNDM4Zi04ZDA2LWZkODA5MjRhZTY3NA==
GIGACHAT_EMBEDDINGS_MODEL=Embeddings
GIGACHAT_VERIFY_SSL=false
RAG_CHUNK_SIZE_LINES=20
RAG_CHUNK_SIZE=300
RAG_EMBEDDINGS_DIM=1024