Commit caf9fe9
committed
chore(compose): Update env and compose
1 parent 3db75b7 commit caf9fe9
File tree
6 files changed
+21
-15
lines changed- compose
6 files changed
+21
-15
lines changed- .github/workflows/ci.yaml+1-1
- package.json+2-2
- pnpm-lock.yaml+12-205
- src/attachments/attachments.module.ts+2-2
- src/attachments/attachments.service.ts+67-63
- src/auth/google/google.service.ts+17-13
- src/feedback/feedback.controller.ts+6-7
- src/feedback/feedback.module.ts+2-2
- src/files/files.module.ts+2-1
- src/files/files.service.ts+37-119
- src/minio/minio.module.ts-10
- src/minio/minio.service.ts-215
- src/minio/utils.ts-32
- src/namespace-resources/dto/create-file-req.dto.ts+2-4
- src/namespace-resources/dto/file-info.dto.ts+18-18
- src/namespace-resources/file-resources.controller.ts+2-96
- src/namespace-resources/internal.resource.controller.ts+1-8
- src/namespace-resources/namespace-resources.module.ts+2-2
- src/namespace-resources/namespace-resources.service.ts+66-226
- src/namespace-resources/open.resource.controller.ts-1
- src/permissions/permissions.service.ts+18
- src/resources/resources.service.ts+2-1
- src/s3/s3.module.ts+10
- src/s3/s3.service.ts+254
- src/utils/fetch-with-retry.ts+14
- src/wizard/chunk-manager.service.ts+11-38
- src/wizard/dto/fetch-task-request.dto.ts+1
- src/wizard/wizard.module.ts+2-2
- src/wizard/wizard.service.ts+39-13
- test/jest-e2e-setup.ts+1-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
- .github/workflows/ci.yaml+6-2
- .gitmodules+3
- common+1
- example.env-6
- helm/wizard-worker/templates/omnibox-wizard-worker.yaml+1-1
- main.py+3-3
- omnibox_wizard/common/__init__.py-2
- omnibox_wizard/common/_env.py-45
- omnibox_wizard/common/_project_root.py-22
- omnibox_wizard/common/config_loader.py-178
- omnibox_wizard/common/exception.py-8
- omnibox_wizard/common/json_parser.py-16
- omnibox_wizard/common/logger.py-64
- omnibox_wizard/common/model_dump.py-5
- omnibox_wizard/common/template_parser.py-27
- omnibox_wizard/common/template_render.py-13
- omnibox_wizard/common/trace_info.py-49
- omnibox_wizard/common/utils.py-7
- omnibox_wizard/resources/prompts/video_note_generation.md-44
- omnibox_wizard/wizard/api/app_factory.py+2-2
- omnibox_wizard/wizard/api/depends.py+1-1
- omnibox_wizard/wizard/api/internal.py+2-2
- omnibox_wizard/wizard/api/wizard.py+2-2
- omnibox_wizard/wizard/config.py+1-1
- omnibox_wizard/wizard/grimoire/agent/agent.py+6-6
- omnibox_wizard/wizard/grimoire/agent/tool_executor.py+2-2
- omnibox_wizard/wizard/grimoire/base_streamable.py+1-1
- omnibox_wizard/wizard/grimoire/common_ai.py+4-4
- omnibox_wizard/wizard/grimoire/entity/retrieval.py+1-1
- omnibox_wizard/wizard/grimoire/entity/tools.py+1-22
- omnibox_wizard/wizard/grimoire/retriever/meili_vector_db.py+1-1
- omnibox_wizard/wizard/grimoire/retriever/reranker.py+5-3
- omnibox_wizard/wizard/grimoire/retriever/searxng.py+2-2
- omnibox_wizard/worker/agent/base.py+3-3
- omnibox_wizard/worker/callback_util.py+2-2
- omnibox_wizard/worker/config.py+13-7
- omnibox_wizard/worker/functions/base_function.py+1-1
- omnibox_wizard/worker/functions/file_reader.py+16-34
- omnibox_wizard/worker/functions/file_readers/audio_reader.py-58
- omnibox_wizard/worker/functions/file_readers/office_reader.py+2-2
- omnibox_wizard/worker/functions/file_readers/pdf_reader.py-145
- omnibox_wizard/worker/functions/file_readers/video_reader.py-49
- omnibox_wizard/worker/functions/html_reader.py+6-4
- omnibox_wizard/worker/functions/html_reader_processors/x.py+42
- omnibox_wizard/worker/functions/index.py+1-1
- omnibox_wizard/worker/functions/tag_extractor.py+1-1
- omnibox_wizard/worker/functions/title_generator.py+1-1
- omnibox_wizard/worker/functions/video_downloaders/__init__.py-1
- omnibox_wizard/worker/functions/video_downloaders/base_downloader.py-51
- omnibox_wizard/worker/functions/video_downloaders/bilibili_downloader.py-169
- omnibox_wizard/worker/functions/video_downloaders/downloader_factory.py-45
- omnibox_wizard/worker/functions/video_downloaders/video_dl_client.py-84
- omnibox_wizard/worker/functions/video_downloaders/youtube_downloader.py-56
- omnibox_wizard/worker/functions/video_note_generator.py-485
- omnibox_wizard/worker/functions/video_utils.py-460
- omnibox_wizard/worker/task_manager.py+2-2
- omnibox_wizard/worker/worker.py+8-7
- poetry.lock+2-695
- pyproject.toml+1-6
- tests/omnibox_wizard/common/test_template_parser.py+2-2
- tests/omnibox_wizard/functions/file_readers/test_office_reader.py+1-1
- tests/omnibox_wizard/functions/file_readers/test_pdf_reader.py-41
- tests/omnibox_wizard/functions/test_bilibili_downloader_integration.py-152
- tests/omnibox_wizard/functions/test_downloader_factory.py-36
- tests/omnibox_wizard/functions/test_file_reader.py+1-9
- tests/omnibox_wizard/functions/test_html_reader.py+2-2
- tests/omnibox_wizard/functions/test_video_note_generator_integration.py-400
- tests/omnibox_wizard/functions/test_youtube_downloader_integration.py-111
- tests/omnibox_wizard/helper/chroma_container.py-22
- tests/omnibox_wizard/helper/fixture.py+6-23
- tests/omnibox_wizard/helper/meilisearch_container.py+1-1
- tests/omnibox_wizard/test_ask.py+2-2
- tests/omnibox_wizard/test_by_log.py+1-1
- tests/omnibox_wizard/test_common_ai.py+1-1
- tests/omnibox_wizard/test_tasks.py+2-2
- tests/omnibox_wizard/test_vector.py+1-1
- tests/omnibox_wizard/test_worker.py+1-1
0 commit comments