- 
                Notifications
    You must be signed in to change notification settings 
- Fork 8
DOC-790 | Importer & Retriever: Update startup parameters #809
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| Deploy Preview Available Via | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! minor comment about including embedding_api_provider
| "openrouter_model": "mistralai/mistral-nemo" // Specify a model here | ||
| "chat_api_provider": "openai", | ||
| "embedding_api_provider": "openai", | ||
| "chat_api_url": "https://openrouter.ai/api/v1", | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fine - since setting openai as the provider means that we just use the OpenAI() client to interact with the OpenRouter URL, which is OpenAI-compatible
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a couple of comments.
| IMHO: It would be great if we could provide short documentation on how to create a project in genai-service. Create a New Project Endpoint: POST /v1/project Validation: The name must be 1–63 characters long and can only contain letters, numbers, underscores, and hyphens. Request Body: json json WDYT? | 
| 
 @bluepal-pavan-kothapalli There is a section on how to create a new project, in  | 
| You have run out of free Bugbot PR reviews for this billing cycle. This will reset on November 28. To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial. | 
Description
Importer & Retriever: Update startup parameters., including descriptions and parameters for instant and deep search.
TO DO: