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:
  1. Create a single index and have it search the embeddings by namespace? (Also: Is the intended usage for namespaces specifically for file/data types?)
  2. 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.
  3. Create new indexes for each collection of data?
Was this page helpful?