[file_processing] # Enable direct output mode: when True, ingestor results are returned directly # without going through the generator. When False, all files go through full RAG pipeline. # This also prevents ChatUI from resending the file in the conversation history with each turn # Note: File type validation is handled by the ChatUI frontend DIRECT_OUTPUT = True [conversation_history] # Limit the context window for the conversation history MAX_TURNS = 3 MAX_CHARS = 12000 [retriever] RETRIEVER = https://giz-chatfed-retriever0-3.hf.space/ # Optional COLLECTION_NAME = EUDRv2 [generator] GENERATOR = https://giz-eudr-chabo-generator.hf.space [ingestor] INGESTOR = https://giz-eudr-chabo-ingestor.hf.space [general] # need to include this for HF inference endpoint limits MAX_CONTEXT_CHARS = 15000