-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
[Feature]: Implement POST /v1/files #72
Comments
Hi, can I ask more about the details of this task ?
I'm still quite new to open source contributions, so I'm still not sure about a lot of things |
We don't got too many requests on this functionalities, you can actually do what you want. But for your direction, here are some answers:
|
Got it, thanks a lot for the direction |
Can I ask a few more questions relating to this problem ?
I've uploaded the file successfully, but there are still some validation and processing needed for the uploaded file |
|
Got it, thank you |
Hi, I just make the pull request for the POST file API, as well as another GET all file API for easier debugging. Can you help me to check it out. |
Hi, thanks for your contribution! The dataset should follows the specific format currently, which will be stored into database currently. To letting it accept any json format, perhaps the code need to be altered to use only one general column and store string into that, and calculate the embeddings of that column. The problem is that the embedding engine is using NLP, so this kind of embedding might result in a lower quality, so this need to be investigate. Besides that, any data in the required format that has no embedding column will be caucluated automatically in current code, so no worries about that. |
Contact Details(optional)
No response
What feature are you requesting?
openai reference: create files
The text was updated successfully, but these errors were encountered: