how to store and retrieve 2 different domain information from the database using langchain?
Let’s say we have 2 domains Sales and HR, we store docs in different domains as a knowledge base in Weaviate.
We don’t want to mix user search query results in one , if the query belongs to one domain only the result of that domain should return using long-chain or weaviate.
Also some cases search results should be retrieved depending on user role this is next requrimrenet