Skip to content

Commit

Permalink
move defaults file into configs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyash2106 committed Jun 3, 2024
1 parent 566406c commit 5fe9bac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/agrag/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import yaml

from agrag.defaults import DATA_PROCESSING_MODULE_DEFAULTS, EMBEDDING_MODULE_DEFAULTS
from agrag.configs.defaults import DATA_PROCESSING_MODULE_DEFAULTS, EMBEDDING_MODULE_DEFAULTS
from agrag.modules.data_processing.data_processing import DataProcessingModule
from agrag.modules.embedding.embedding import EmbeddingModule
from agrag.modules.generator.generator import GeneratorModule
Expand Down

0 comments on commit 5fe9bac

Please sign in to comment.