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

feat:support downloading files to specific directories #621

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

xxxxibo
Copy link
Contributor

@xxxxibo xxxxibo commented Jan 23, 2024

What type of PR is this?

/kind feature

What this PR does / why we need it

support downloading files to specific directories

Which issue(s) this PR fixes

Fixes #

Special notes for your reviewer

./arctl -nrag-eval eval download —rag=test123 —application=def —dir=/tmp/xyz
copy source /rag-eval/a.csv to /tmp/xyz/a.csv
copy source /rag-eval/kaoqin.csv to/tmp/xyz/kaoqin.csv

root@ecs-4fc018ff-1ded-4c65-92dc-67dc1911226c:/tmp/xyz$ ls
a.csv  kaoqin.csv
root@ecs-4fc018ff-1ded-4c65-92dc-67dc1911226c:/tmp/xyz$ cat a.csv
a,a
b,b
c,c
d,d
e,e
f,f
g,g

@0xff-dev
Copy link
Collaborator

@dayuy pls review.

@bjwswang
Copy link
Collaborator

Thanks @xxxxibo @dayuy @0xff-dev

@bjwswang bjwswang merged commit c9cdd52 into kubeagi:main Jan 24, 2024
10 checks passed
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 this pull request may close these issues.

4 participants