Here’s how to build your app idea using OpenAI o1-pro with my 6-prompt template system.
Even if you can’t code.
Watch for a 3hr 58min tutorial and learn how to build + code with AI.
Prompts & links below.
@levelsio Users don’t care about your tech stack or underlying app logic. If the product doesn’t solve their problem they won’t pay for, let alone use it.
If you're building something now with pgvector on postgresql this might be useful:
- You need pgvector >= 0.7.0 to index Open AI text-embedding-3-large vectors
- To get pgvector on AWS RDS you need to run a dedicated postgres instance. Aurora only supports up to 0.6.0
You can also use an open source embedding like gte-large-en-v1.5 (which actually outperforms t-e-3-lg according to this leaderboard: https://t.co/z6SuNyECEy)