We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efbeb8e commit 1bc69eaCopy full SHA for 1bc69ea
ingest/tiger_slack/constants.py
@@ -1,3 +1,3 @@
1
SEARCH_CONTENT_FIELD = "searchable_content"
2
MAX_TOKENS_PER_EMBEDDING_REQUEST = 300_000
3
-MAX_TOKENS_PER_DOCUMENT = 8192
+MAX_TOKENS_PER_DOCUMENT = 8191
0 commit comments