Hello Mates, just doing some brain storming and trying some new stuff on learning side. I am wondering if there is a way we can inherit the embeddings.
Like we have a folder "Main_embedding" and it contains a the index that is saved on this disk I am using this embedding to query the questions
Now I have a user and he is User_1 He has a folder "Private_embedding" and he has his own chat bot and has own embedded documents.
Same for "User_2"
Now can we inherit the the embedding from "Main_embeddings" along with user specific embedding for their chat bot.
Like User_1 gets "Main_embeddings + /user1/Private_embeddings" and User_2 "Main_embeddings + /user2/Private_embeddings"