Skip to content

Commit bfeabb3

Browse files
committed
max batch size is now None by default in orchestrator-core
1 parent 7fb3f10 commit bfeabb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/embeddings/embeddings.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
OPENAI_BASE_URL=http://embeddings:80/v1
55
EMBEDDING_DIMENSION=384
6+
EMBEDDING_MAX_BATCH_SIZE=32 # Not required when using OpenAI
67

78
# Alternative: Uncomment below to use OpenAI embeddings instead
89
# (Requires OPENAI_API_KEY in your .env file)

0 commit comments

Comments
 (0)