We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6058492 commit 9e92b03Copy full SHA for 9e92b03
scrapegraphai/helpers/models_tokens.py
@@ -84,6 +84,9 @@
84
"mistral.mistral-7b-instruct-v0:2": 32768,
85
"mistral.mixtral-8x7b-instruct-v0:1": 32768,
86
"mistral.mistral-large-2402-v1:0": 32768,
87
+ # Embedding models
88
+ "amazon.titan-embed-text-v1": 8000,
89
+ "amazon.titan-embed-text-v2:0": 8000,
90
"cohere.embed-english-v3": 512,
91
"cohere.embed-multilingual-v3": 512
92
},
0 commit comments