fix: remove config from being visible (#178)

* remove config from volume

* delete config folder
This commit is contained in:
Lucas Oliveira 2025-10-02 17:34:03 -03:00 committed by GitHub
parent 6fe3538be9
commit 460d3d29fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 17 deletions

View file

@ -1,15 +0,0 @@
# OpenRAG Configuration File
provider:
model_provider: "openai" # openai, anthropic, azure, etc.
api_key: "your-api-key" # or use OPENAI_API_KEY env var
knowledge:
embedding_model: "text-embedding-3-small"
chunk_size: 1000
chunk_overlap: 200
ocr: true
picture_descriptions: false
agent:
llm_model: "gpt-4o-mini"
system_prompt: "You are a helpful AI assistant..."

View file

@ -74,7 +74,6 @@ services:
- ./documents:/app/documents:Z
- ./keys:/app/keys:Z
- ./flows:/app/flows:Z
- ./config:/app/config:z
openrag-frontend:
image: phact/openrag-frontend:${OPENRAG_VERSION:-latest}

View file

@ -73,7 +73,6 @@ services:
- ./documents:/app/documents:Z
- ./keys:/app/keys:Z
- ./flows:/app/flows:z
- ./config:/app/config:z
gpus: all
openrag-frontend: