NLP_RAG / config.py
droushb's picture
Increased number of documents to 50000
8b52ce3
raw
history blame
215 Bytes
CONFIG = {
"DATASET": "aalksii/ml-arxiv-papers",
"MAX_NUM_OF_RECORDS": 50000,
"TEXTAREA_HEIGHT": 200,
"CHUNK_SIZE": 200,
"OPENAI_ENGINE": "gpt-4o-mini",
"MAX_TOKENS": 500,
"TOP_DOCS": 3
}