Skip to content

Commit

Permalink
fix(core): megaparse config (#3384)
Browse files Browse the repository at this point in the history
# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):
  • Loading branch information
StanGirard authored Oct 16, 2024
1 parent 16a1863 commit ffe86ca
Show file tree
Hide file tree
Showing 46 changed files with 51 additions and 2,864 deletions.
2 changes: 0 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ COPY worker/pyproject.toml worker/README.md ./worker/
COPY worker/quivr_worker/__init__.py ./worker/quivr_worker/__init__.py
COPY worker/diff-assistant/pyproject.toml worker/diff-assistant/README.md ./worker/diff-assistant/
COPY worker/diff-assistant/quivr_diff_assistant/__init__.py ./worker/diff-assistant/quivr_diff_assistant/__init__.py
COPY core/MegaParse/pyproject.toml core/MegaParse/README.md ./core/MegaParse/
COPY core/MegaParse/megaparse/__init__.py ./core/MegaParse/megaparse/__init__.py

RUN PYTHONDONTWRITEBYTECODE=1 pip install --no-cache-dir -r requirements.lock

Expand Down
2 changes: 0 additions & 2 deletions backend/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ COPY worker/pyproject.toml worker/README.md ./worker/
COPY worker/quivr_worker/__init__.py ./worker/quivr_worker/__init__.py
COPY worker/diff-assistant/pyproject.toml worker/diff-assistant/README.md ./worker/diff-assistant/
COPY worker/diff-assistant/quivr_diff_assistant/__init__.py ./worker/diff-assistant/quivr_diff_assistant/__init__.py
COPY core/MegaParse/pyproject.toml core/MegaParse/README.md ./core/MegaParse/
COPY core/MegaParse/megaparse/__init__.py ./core/MegaParse/megaparse/__init__.py

RUN PYTHONDONTWRITEBYTECODE=1 pip install --no-cache-dir -r requirements.lock

Expand Down
1 change: 0 additions & 1 deletion backend/core/MegaParse/.env.example

This file was deleted.

1 change: 0 additions & 1 deletion backend/core/MegaParse/.gitattributes

This file was deleted.

50 changes: 0 additions & 50 deletions backend/core/MegaParse/.github/workflows/release-please.yml

This file was deleted.

18 changes: 0 additions & 18 deletions backend/core/MegaParse/.gitignore

This file was deleted.

41 changes: 0 additions & 41 deletions backend/core/MegaParse/.pre-commit-config.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions backend/core/MegaParse/.release-please-manifest.json

This file was deleted.

16 changes: 0 additions & 16 deletions backend/core/MegaParse/Dockerfile

This file was deleted.

201 changes: 0 additions & 201 deletions backend/core/MegaParse/LICENSE

This file was deleted.

13 changes: 0 additions & 13 deletions backend/core/MegaParse/Makefile

This file was deleted.

Loading

0 comments on commit ffe86ca

Please sign in to comment.