Build collections
- Create: Click New Collection, name it, provide a source (bucket or collection), and select feature extractors. API: Create Collection.
- Features: Studio shows available feature addresses and vector indexes. Use this to configure retrievers. API: Describe Features.
- Update: Modify description, enablement, and taxonomy applications. API: Update Collection.
- List/Get/Delete: Browse, inspect, or remove collections. API: List, Get, Delete.
Documents
- View documents produced by extraction with metadata and vectors.
- Create or update documents directly for advanced workflows. API: Create, Update, Get, List, Delete.
Tips
- Collections are the searchable view of your data; choose extractors that match your modalities.
- Ensure
internal_idandX-Namespacecontext is correct—Studio handles this automatically.
Create a collection
Select a source, add feature extractors, and save. Studio bootstraps vector indexes as needed.
Inspect features
Use Describe Features to confirm vector names, dimensions, and index metadata for retriever setup.
Documents are stored as Qdrant points with payload and vectors; the point ID is the document_id in results.

