Reduce number of embeddings fetched from 500 to 200
This commit is contained in:
parent
c981a311cf
commit
d7ae4effb9
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class EmbeddingStore {
|
|||
|
||||
Future<RemoteEmbeddings> _getRemoteEmbeddings(
|
||||
Model model, {
|
||||
int limit = 500,
|
||||
int limit = 200,
|
||||
}) async {
|
||||
final remoteEmbeddings = <RemoteEmbedding>[];
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue