Skip to content

Recommendations for hosting multiple embedding models? #130

Closed Answered by OlivierDehaene
jordanparker6 asked this question in Q&A
Discussion options

You must be logged in to vote

One process of TEI is always responsible for one and only one model. You will need to have a different process to handle routing to the different models.

Now, that doesn't necessarily mean multiple containers.
You could modify the official container to launch multiple processes of TEI inside the container and have nginx or something similar running in the same container to handle the routing and then manage all these processes with supervisord.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by OlivierDehaene
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants