Improvements to Document Interface and correcting embedding workers
This commit is contained in:
@@ -69,8 +69,8 @@ class Config(object):
|
||||
CELERY_ENABLE_UTC = True
|
||||
|
||||
# Chunk Definition, Embedding dependent
|
||||
O_TE3SMALL_MIN_CHUNK_SIZE = 2000
|
||||
O_TE3SMALL_MAX_CHUNK_SIZE = 3000
|
||||
OAI_TE3S_MIN_CHUNK_SIZE = 2000
|
||||
OAI_TE3S_MAX_CHUNK_SIZE = 3000
|
||||
|
||||
# LLM TEMPLATES
|
||||
GPT4_SUMMARY_TEMPLATE = """Write a concise summary of the text in the same language as the provided text.
|
||||
|
||||
Reference in New Issue
Block a user