lora
1
Can I create a vector store with curl . I learned that OpenAI has integrated vector store, so this should be possible.
and then upload 2 PDFs to it with just a curl command.
And then I can ask quesiton also just with a curl.
i want to test it out only using API requests, and would be immensely amazing, if its possible ?
Hi welcome to the forum. You might want to try and read the assistants API documentation. https://platform.openai.com/docs/assistants/tools/file-search
Hello Community,
does someone know what to do in this case ?
I am also looking for a method to upload PDF Files to use them with the assistants API but have not figured it out yet.