You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
When you use a database for different clients, the correct approach is to create a different namespace for each client. This is extremely useful for scaling and keeping the clients isolated.
Additional context
I have noticed in the code that you have an AstraClient class where the namespace already exists. I think it would be relatively quick to include namespace parameters in the AstraDocumentStore class.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
When you use a database for different clients, the correct approach is to create a different namespace for each client. This is extremely useful for scaling and keeping the clients isolated.
Additional context
I have noticed in the code that you have an AstraClient class where the namespace already exists. I think it would be relatively quick to include namespace parameters in the AstraDocumentStore class.
The text was updated successfully, but these errors were encountered: