Earlier quoted context omitted.
The self-serve version is hosted (it’s easy to try locally), but we offer managed deployments where you bring your own DB. In this case your data is 100% yours, in your PostgreSQL. That’s how Find AI uses Velvet.
Where is this mentioned? Is there a github(etc) somewhere that someone can use this without using the hosted version?
Show HN: Velvet – Store OpenAI requests in your own DB
41–50 of 58 posts
Re: Show HN: Velvet – Store OpenAI requests in your own DB
#42interesting, seems more of an enterprise offering. its OpenAI only for and you plan to expand to other vendors? anything opensource?
I guess I don't understand what this is now. If its just proxying requests and storing in db, can't it be literally any API?
Re: Show HN: Velvet – Store OpenAI requests in your own DB
#43interesting, seems more of an enterprise offering. its OpenAI only for and you plan to expand to other vendors? anything opensource?
Re: Show HN: Velvet – Store OpenAI requests in your own DB
#44Re: Show HN: Velvet – Store OpenAI requests in your own DB
#45Very nice! I really like the design of the whole product, very clean and simple. Out of curiosity, do you have a designer, or did you take inspiration from any other products (for the landing page, dashboard, etc) when you were building this? I'm always curious how founders approach design these days.
Re: Show HN: Velvet – Store OpenAI requests in your own DB
#46Also, caught a few typos on the site: https://triplechecker.com/s/o2d2iR/usevelvet.com?v=qv9Qk
Re: Show HN: Velvet – Store OpenAI requests in your own DB
#47There are plenty of other solutions (examples include Presto, Athena, Redshift, or straight up jq over raw log files on disk) which are better suited for this use case. Storing log data in a relational DB is pretty much always an anti-pattern, in my experience.
Re: Show HN: Velvet – Store OpenAI requests in your own DB
#48Does it support MySQL for queries/storage - or only PostgreSQL? Also, caught a few typos on the site: https://triplechecker.com/s/o2d2iR/usevelvet.com?v=qv9Qk
Re: Show HN: Velvet – Store OpenAI requests in your own DB
#49I don't understand the problem that's being solved here. At the scale you're talking about (e.g. millions of requests per day with FindAI), why would I want to house immutable log data inside a relational database, presumably alongside actual relational data that's critical to my app? It's only going to bog down the app for my users. There are plenty of other solutions (examples include Presto, Athena, Redshift, or s…
Re: Show HN: Velvet – Store OpenAI requests in your own DB
#50I don't understand the problem that's being solved here. At the scale you're talking about (e.g. millions of requests per day with FindAI), why would I want to house immutable log data inside a relational database, presumably alongside actual relational data that's critical to my app? It's only going to bog down the app for my users. There are plenty of other solutions (examples include Presto, Athena, Redshift, or s…
It's a standalone DB, just for LLM logging. Since it's your DB - you can configure data retention, and migrate data to an analytics DB / warehouse if cost or latency becomes a concern. And, we're happy to support whatever DB you require (ClickHouse, Big Query, Snowflake, etc) in a managed deployment.