Also, say I want to have multiple collections of data be indexed, but such data is completely unrela
Also, say I want to have multiple collections of data be indexed, but such data is completely unrelated to each other. Is it better to:
- Create a single index and have it search the embeddings by namespace? (Also: Is the intended usage for namespaces specifically for file/data types?)
- Store grouping information in the metadata, and have it query by the metadata? I doubt this one, since the collections are intended to be completely unrelated.
- Create new indexes for each collection of data?


