Skip to content

Conversation

@luisortz
Copy link

@luisortz luisortz commented Nov 2, 2025

This PR prepares the repository for working on issue #2395 (vector index initialization / backfill).

Changes

  • Added Dockerfile for reproducible development and testing environment.
  • Fixed loki_logger_handler import to support updated LoggerFormatter name.
  • Verified that vector-related tests run successfully inside the container.

Validation

Reproduce locally:

docker build -t superduper-dev .
docker run -it --rm -v "$PWD:/app" superduper-dev bash
pip install -e plugins/mongodb
pytest -q test -k "vector"   # 59 passed, 670 deselected

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant