Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Memri
plugins
Memri Bot
Commits
daab6eca
Commit
daab6eca
authored
1 year ago
by
Alp Deniz Ogut
Browse files
Options
Download
Email Patches
Plain Diff
Revert "Increase chunk (node) size to 256"
This reverts commit
c9582050
.
parent
c9582050
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
memri_bot/text_rank.py
+1
-1
memri_bot/text_rank.py
with
1 addition
and
1 deletion
+1
-1
memri_bot/text_rank.py
+
1
-
1
View file @
daab6eca
...
...
@@ -12,7 +12,7 @@ from summa.summarizer import ( # type: ignore
_set_graph_edge_weights
,
)
CHUNK_MAX_WORDS
=
256
CHUNK_MAX_WORDS
=
128
TOKENIZER_ENDPOINT
=
"https://llm.dev.backend.memri.io/v1/tokenize"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment