juvi

Results 4 comments of juvi

The docker-compose command represents the legacy version of the tool. Try without the '-' e.g docker compose up should work.

Looks good to me. It would be cool if you could add the BM25Okapi package to the '**requirements.txt**'

Commit the updated requirements.txt to this pull request instead of opening a new one. I think you can close https://github.com/stitionai/devika/pull/254 :)

I think it would be easier to use the `contextmanager` from [https://docs.python.org/3/library/contextlib.html](https://docs.python.org/3/library/contextlib.html) instead of 'manually' changing sessions. But don't pin me on that. ```python from contextlib import contextmanager class ProjectManager:...