Find answers from the community

Updated 3 months ago

hello, i am testing something and i need

hello, i am testing something and i need a little help

I have lets say 30 users, and every user has his own type of data that he want to embedd. Now i want every user to fine tune their stuff individually.
How can I achieve this?
do i need to have a serperate llm for every single user, or isit possible to have one llm and that everyone has their own fine tuning/embedding and other stuff.
T
1 comment
If you're referring to fine-tuning LLMs, then you'd need separate ones for each user. For the embeddings you can have each user have their own index or use something like namespaces to separate the user data within 1 singular index. If you don't need to fine-tune the LLM you can use the same LLM for each user
Add a reply
Sign up and join the conversation on Discord