Live data from Hacker News

Viewing profile — jeadie

jeadie

HN member
Joined
Sun, Oct 30, 2022, 10:46 PM UTC
HN karma
123
Public activity
70 items

About jeadie

jeadie.xyz

Recent public activity

  1. comment
    Comment #47763661

    This is exactly what we found. Ingest rates were tough. We partitioned and ran over multiple duckdb instances too (and wrangled the complexity). We ending up building a Sqlite + vo…

  2. comment
    Comment #47763616

    You might find https://github.com/apache/datafusion and https://github.com/datafusion-contrib/datafusion-federation of interest

  3. comment
    Comment #45228028

    We’re building vector indexes into Datafusion for search (starting with S3 vectors). Open source at https://github.com/spiceai/spiceai

  4. comment
    Comment #44069226

    This is one of the ideas behind using DuckDB in github.com/spiceai/spiceai

  5. comment
    Comment #43900898

    There’s also https://github.com/spiceai/spiceai

  6. comment
    Comment #42316005

    This is a common feature now. If anything, for being so early to vector databases, Pinecone was rather late to integrating embeddings. Timescale most recently added it but, yes a b…

  7. comment
    Comment #41875366

    Why not just federate Postgres and parquet files? That way the query planner can push down as much of the query and reduce how much data has to move about?

  8. comment
    Comment #40348883

    This looks functionally similar as using http://github.com/spiceai/spiceai with a postgreSQL data accelerator.

  9. comment
    Comment #39899935

    Spice AI | Senior Software Engineer | GMT+10 (e.g. Australia) through GMT-7 (e.g. Seatle/SF/LA) | Remote | Full Time Spice AI provides building blocks for data and AI-driven applic…

  10. comment
    Comment #39857361

    And yes, Iceberg is very high up on our list

  11. comment
    Comment #39857358

    Yes! It can connect to FlightSQL compatible servers (see https://docs.spiceai.org/data-connectors/flightsql ) and its also a FlightSQL compatible server

  12. comment
    Comment #36254465

    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

  13. comment
    Comment #36237271

    I'm very glad that this has some added funding. I am building a serverless API on the cloudflare edge network using GGML as the backbone --> tryinfima.com

  14. comment
    Comment #36146712

    "AI Native" catching on

  15. comment
    Comment #36037299

    I've tried both Chroma and Qdrant. I don't think Chroma lacks that much. Definitely newer, but is also a great product. I think cloud support coming Q3 2023

  16. comment
    Comment #35637997

    (Not affiliated with hyperDB)

  17. comment
    Comment #35637995

    I've been using https://github.com/jdagdelen/hyperDB and it's been really easy to use. I think Clickhouse support is on the short-term roadmap.

  18. comment
    Comment #35585799

    Most people, like me, who end up needing to use vector DBs, are wanting to use LLMs on a specific, often private dataset/use case. Typically one starts with something like unstruct…

  19. comment
    Comment #35585775

    Not a dumb question at all! Essentially what can do Marqo, and this blog shows, is that there is alot of logic and work to do what you said (i.e. pass raw data into LLM, get embedd…

  20. comment
    Comment #35585723

    Its a great tool. Unlike vectorDBs alone, Marqo helps the full process that alot of people end up wanting to use vectorDBs for (e.g. have structured data, use LLMs to create embedd…

  21. comment
    Comment #35585709

    Being able to handle and ask questions of audio data is a pretty big field. https://www.assemblyai.com/ , for example, is a company entirely dedicated to audio intelligence. They h…

  22. comment
    Comment #35552016

    This is generally very context/use case specific. In general, if a document is a `Dict[str, Any]`, then you either have to have one (or multiple) vector(s) per field, unless you wa…

  23. comment
    Comment #35551684

    I'm skeptical about some vector databases these days, but your article misses a few import points when it comes to LLMs. 1. To use LLMs effectively, you often need to generate and …

  24. comment
    Comment #35535946

    A really interesting blog post I found using LLMs for audio search which I think is a pretty nifty/new idea. I've found it cumbersome using some of the new vector DBs (chroma, fais…

  25. story