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 7fb3f10 commit bfeabb3Copy full SHA for bfeabb3
docker/embeddings/embeddings.env
@@ -3,6 +3,7 @@
3
4
OPENAI_BASE_URL=http://embeddings:80/v1
5
EMBEDDING_DIMENSION=384
6
+EMBEDDING_MAX_BATCH_SIZE=32 # Not required when using OpenAI
7
8
# Alternative: Uncomment below to use OpenAI embeddings instead
9
# (Requires OPENAI_API_KEY in your .env file)
0 commit comments