Skip to content

Conversation

@nerpaula
Copy link
Contributor

@nerpaula nerpaula commented Oct 17, 2025

Description

Importer & Retriever: Update startup parameters., including descriptions and parameters for instant and deep search.

TO DO:

  • Apply changes to all versions

@arangodb-docs-automation
Copy link
Contributor

Deploy Preview Available Via
https://deploy-preview-809--docs-hugo.netlify.app

@cla-bot cla-bot bot added the cla-signed label Oct 17, 2025
@nerpaula nerpaula self-assigned this Oct 17, 2025
cursor[bot]

This comment was marked as outdated.

Copy link
Member

@aMahanna aMahanna left a 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",
Copy link
Member

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

Copy link
Contributor

@diegomendez40 diegomendez40 left a 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.

@bluepal-pavan-kothapalli
Copy link

bluepal-pavan-kothapalli commented Oct 31, 2025

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
{
"project_name": "my_project_1",
"project_type": "ML",
"project_description": "My project description"
}
This project can then be referenced in other services, like the importer or retriever, using the genai_project_name field:

json
{
"genai_project_name": "my_project_1"
}

WDYT?
CC @diegomendez40

@nerpaula
Copy link
Contributor Author

nerpaula commented Oct 31, 2025

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 { "project_name": "my_project_1", "project_type": "ML", "project_description": "My project description" } This project can then be referenced in other services, like the importer or retriever, using the genai_project_name field:

json { "genai_project_name": "my_project_1" }

WDYT? CC @diegomendez40

@bluepal-pavan-kothapalli There is a section on how to create a new project, in importer.md line 33. We should however reference this in the Retriever page as well.

@cursor
Copy link

cursor bot commented Oct 31, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants