Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

datasets is missing. #45

Closed
rhatdan opened this issue Feb 11, 2025 · 0 comments · Fixed by #46
Closed

datasets is missing. #45

rhatdan opened this issue Feb 11, 2025 · 0 comments · Fixed by #46

Comments

@rhatdan
Copy link
Contributor

rhatdan commented Feb 11, 2025

./pragmatic/optimizations/finetuning.py:from datasets import load_dataset, Dataset
pragmatic --indexing --path /docs "milvus_file_path"=/tmp/output/dan.db
Traceback (most recent call last):
File "/usr/bin/pragmatic", line 81, in
main()
File "/usr/bin/pragmatic", line 60, in main
index_path_for_rag(args.path, **custom_settings)
File "/PRAGMATIC/pragmatic/api.py", line 5, in index_path_for_rag
from pragmatic.pipelines.indexing import LocalFileIndexingPipelineWrapper
File "/PRAGMATIC/pragmatic/pipelines/indexing.py", line 13, in
from pragmatic.optimizations.finetuning import finetune_embedding_model
File "/PRAGMATIC/pragmatic/optimizations/finetuning.py", line 1, in
from datasets import load_dataset, Dataset

rhatdan added a commit to rhatdan/PRAGmatic that referenced this issue Feb 11, 2025
Fixes: redhat-et#45
Signed-off-by: Daniel J Walsh <[email protected]>
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 a pull request may close this issue.

1 participant