TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Best tools to create LLM prodcuts?

4 点作者 funerr大约 2 年前
I'd like to maximize DX. I'm looking for reasonable pricing for embedding databases, fine-tuning models and chatbot interfaces. What's the best game in town for those?

2 条评论

tikkun大约 2 年前
1. Embedding databases: pgvector, storing embeddings in plain json (if you don&#x27;t have too many), chroma, weaviate, pinecone<p>2. Fine-tuning: The better a model is, the more it&#x27;s worth fine tuning it. GPT-4 is the best model by far. To fine tune it you need to be an OpenAI foundry customer, 6 figures plus spend. Otherwise, any GPU compute provider can allow you to fine tune an open model<p>3. Interfaces: Not quite sure what you mean here, but Vercel has some templates&#x2F;open source examples
kacperlukawski大约 2 年前
Definitely Qdrant is a great option. It&#x27;s an open source vector DB, so you can experiment locally without any cost, but if you prefer managed solution Qdrant Cloud is an option: <a href="https:&#x2F;&#x2F;cloud.qdrant.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cloud.qdrant.io&#x2F;</a>