Skip to content

Codebase indexing qdrant docker compose can not start indexing #4441

@FabianHertwig

Description

@FabianHertwig

App Version

3.19.5

API Provider

OpenAI

Model Used

N/A

🔁 Steps to Reproduce

Setup codebase indexing with a docker compose file like described here: https://docs.roocode.com/features/experimental/codebase-indexing

version: '3.8'
services:
  qdrant:
    image: qdrant/qdrant
    ports:
      - "6333:6333"
    volumes:
      - qdrant_storage:/qdrant/storage
volumes:
  qdrant_storage:

Go to codebase indexing settings and configure and save them.

💥 Outcome Summary

I expected I could start indexing, but the start indexing button is grayed out. There is a hint to save the settings to start indexing.

📄 Relevant Logs or Errors (Optional)

In the Roocode output there is this line


[CodeIndexManager] Error during background CodeIndexManager configuration/indexing: Cannot create services: Code indexing is not properly configured

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue - Needs InfoMissing details or unclear. Waiting on author to provide more context.bugSomething isn't working

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions