SOAPAssist / gpt_index /constants.py
AbeerTrial's picture
Upload folder using huggingface_hub
8a58cf3
raw
history blame contribute delete
89 Bytes
"""Set of constants."""
MAX_CHUNK_SIZE = 3900
MAX_CHUNK_OVERLAP = 200
NUM_OUTPUTS = 256