Closed hdelossantos closed 10 hours ago
Excellent work, just made a minor update to make the maxEmbeddingChunks
a class getter so make sure the value in the ENV is parsed to number and always something we can work with.
Also updated field UI to the new UI so it looks right.
Pull Request Type
Relevant Issues
resolves #2654
What is in this change?
Adds an advanced settings collapsible menu to the Generic OpenAI embedder configuration with input to optionally set max concurrent chunks. If no input is provided, the
maxConcurrentChunks
variable is defaulted to 500.Additional Information
Developer Validations
yarn lint
from the root of the repo & committed changes