-
Notifications
You must be signed in to change notification settings - Fork 10
Collection: take provider as input parameter #490
Copy link
Copy link
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Collections are currently hardcoded to use OpenAI for vector store operations. As we move towards supporting multiple LLM providers, we need the ability to specify which provider a collection should use.
Describe the solution you'd like
Add a provider parameter to Collection creation:
Implementation Details:
- Add provider: str field to Collection model
- Default value: "openai" (maintains backward compatibility)
- Validate provider value against supported providers
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Closed