Hello, I am trying to find out whether integrating...
# ask-for-help
m
Hello, I am trying to find out whether integrating queries to an external database in my bentoml app makes sense vs. returning just the embeddings to the main app. My main app is based on fastapi. I would like to use bentoml to create the embeddings. I store and search for embeddings in a vector database. I am unsure whether starlette/bentoml is suitable for this latter part. Any guidance? Thank you!