Skip to content

Commit

Permalink
set batch sizing back to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
Jibola committed Feb 21, 2024
1 parent 40ee1ac commit e0c81e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

logger = logging.getLogger(__name__)

DEFAULT_INSERT_BATCH_SIZE = 1000
DEFAULT_INSERT_BATCH_SIZE = 100


class MongoDBAtlasVectorSearch(VectorStore):
Expand Down

0 comments on commit e0c81e1

Please sign in to comment.