MarkEdmondson1234 / edmonbrain

A Langchain driven project to create flexible LLM bots on Google Cloud Platform
MIT License
37 stars 10 forks source link

Split out services into their own Cloud Runs #4

Open MarkEdmondson1234 opened 1 year ago

MarkEdmondson1234 commented 1 year ago

Managability wise:

All could have their own URL, no need to be in one monoapp. Maybe move some to Cloud Functions too

MarkEdmondson1234 commented 1 year ago

For very big files, encoder/chunker as its own service is needed else it gets stuck in loop