I have a batch of question and answer data. How do I import it into the system?
I have a batch of question and answer data. How do I import it into the system?
I have the same request for importing a batch of question and answer data.I want to enrich the Q&A data in the system.However, manually submitting a large amount of question and answer data is extremely laborious.I hope to receive assistance.
Using the API. https://answer.apache.org/docs/api/
The same problem, how to solve @fenbox
I have the same request for importing historical QA data into Answer. We can organize the structure into a CSV file, with <question, answer, tag> for each line. And we figure it out to call the /v1/question/answer API to achieve it.
Could you please describe your data structure?
I have the same request.Do you have a solution?