Earn 8,550 ($85.50)
Take CSV of content -> convert to vector DB -> Use OpenAI api key to make content generation tool
Bounty Description
Problem Description
I need to take several thousand rows of sentences in a CSV format, put them into a vector db, and then make a simple content generation tool using the OpenAI API for Chatgpt 4o to allow me to generate new sentences similar to the ones from the CSV.
Acceptance Criteria
You have done projects similar to this in the past (content -> vector -> content generator) and delivered something that the client was happy with and solved their problem. You know how to tune the content generator to make sure it is coherent and not producing gibberish.
Technical Details
App needs to be web accessible (and would be nice if it was behind a password).
I don't care where it is hosted. Here on Replit is fine.
Needs to be well optimized to not over use API calls or vector db instances with the OpenAI API and end up costing me hundreds of dollars to use the tool on a monthly basis.