rag_api
rag_api copied to clipboard
add EMBEDDINGS_CHUNK_SIZE parameter for Azure + OpenAI
This is an alternate version of https://github.com/danny-avila/rag_api/pull/150, with two differences:
- make the
chunk_sizeparameter configurable using theEMBEDDINGS_CHUNK_SIZEparameter - also apply this to Azure OpenAI endpoints (I'm currently running into issues there myself)