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
Copy file name to clipboardExpand all lines: docs/tables/namespaces.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ import {
13
13
RsNamespaceTableOps,
14
14
} from'/snippets/connection.mdx';
15
15
16
-
As described in the [Namespaces and Catalog Model](/namespaces) section, "namespaces" are LanceDB's means to generalize catalog specs, providing developers a clean way to manage hierarchical organization of tables in the catalog. The SDKs treat `namespace` as a path and can use it for table resolution when you use LanceDB outside the root namespace.
16
+
As described in the [Namespaces and Catalog Model](/namespaces) section, namespaces are LanceDB's way of generalizing catalog specs, providing developers a clean way to manage hierarchical organization of tables in the catalog. The SDKs treat `namespace` as a path and can use it for table resolution when you use LanceDB outside the root namespace.
17
17
18
-
As your table organization needs grow with time and your projects become more complex, you can use namespaces to organize your tables in a way that reflects your business domains, teams, or environments.
18
+
As your table organization needs grow over time and your projects become more complex, you can use namespaces to organize your tables in a way that reflects your business domains, teams, or environments.
19
19
20
20
## Table operations with namespace paths
21
21
@@ -27,9 +27,9 @@ Let's imagine a scenario where your table management needs have evolved, and you
27
27
└── users (table)
28
28
```
29
29
30
-
Below, we show how you would express table operations on that namespace. Each item in the namespace
30
+
Below, we show how you would express table operations within that namespace. Each item in the namespace
31
31
list (`["prod", "search"]`) represents a level in the namespace hierarchy, and the table name is
0 commit comments