Replies: 1 comment 1 reply
-
For getting familiar with Haystack REST APIs, I suggest you look at our REST API Tutorial Also, I don't think Haystack supports excel format today, you might have to convert it to CSV and upload it. More details here |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys,
How can I upload excel data in haystack using file upload api ? I tried with the below command.
curl -X POST -H 'Accept: application/json' -F files='/home/ubuntu/test_HR_Data.xlsx' http://127.0.0.1:8000/file-upload
Then I got this error. Please help. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions