Hacker News new | ask | show | jobs
Show HN: Yes, another vector embeddings API (github.com)
2 points by adaro 1112 days ago
I started on this a few months back very much inspired by the Metal (YC) codebase. It's a Pinecone/OpenAI wrapper to help AI devs store text as vector embeddings and supports semantic search using the API endpoint or CLI.

Would anyone be interested in working on this with me?

GitHub Repository: https://github.com/adaro/AI-Refiner

Cheers, Alex

1 comments

Have you seen github.com/marqo-ai/marqo? It does all this wrapping, and you don't even need to pay for OpenAI or pinecone
+1 to Marqo. It's documents in documents out rather than vectors in vectors out. Much easier end to end.
Sounds cool, will take a look.

Are there other embedding APIs that you like or have used?