Software Alternatives & Reviews

Storing OpenAI embeddings in Postgres with pgvector

txtai Typesense
  1. 1
    AI-powered search engine

    #Search Engine #Databases #Utilities 62 social mentions

  2. Typo tolerant, delightfully simple, open source search 🔍
    Pricing:
    • Open Source
    Disclaimer: I work on Typesense [1] (an open source alternative to Algolia + Pinecone) and we recently added Vector Search as a feature to Typesense [2]. Postgres can do a lot of things, but for large enough datasets and/or when you want to add filtering into the mix along with vector search, then it becomes slow. And at that point you want to use a dedicated vector search database. It's similar to how Postgres can also do full text search, but for large datasets and/or you want to add typo tolerance, faceting, grouping, filtering, synonyms, etc - the usual features you'd need when implementing a search feature - then it becomes slow to do this in pg and you'd then use a dedicated search engine. In Typesense, we've now combined Vector Search along with filtering based on attributes in your documents, so you get the best of both worlds [2]. [1] https://typesense.org/.

    #Custom Search Engine #Custom Search #Search Engine 52 social mentions

Discuss: Storing OpenAI embeddings in Postgres with pgvector

Log in or Post with