Skip to content

Labels

Labels

  • area/api

    public surface (connect/Connection/Supertable, error mapping)
  • area/benches

    Benchmark harness, scale tooling, and recorded results under benches/
  • area/bindings

    Language bindings (Python, Node): API surface, DX, packaging, and publishing
  • area/chore

    Repo maintenance: CI, release/versioning, build tooling, dependency bumps
  • area/format

    superfile on-disk layout (footer, CRC, blob layout)
  • area/fts

    tokenizer, BM25, posting lists/skip tables (spans superfile + supertable)
  • area/ingestion

    write path: append, superfile build, commit/manifest
  • area/query

    cross-superfile fanout / read path / planning not tied to one modality
  • area/sql

    DataFusion path, aggregates, predicate/COUNT pushdown
  • area/storage

    object-store backends (S3/Azure/local), byte I/O, range/retry
  • area/vector

    IVF, quantization codecs, distance kernels, recall
  • bug

    Something isn't working
  • dependencies

    Pull requests that update a dependency file
  • documentation

    Improvements or additions to documentation
  • duplicate

    This issue or pull request already exists
  • enhancement

    New feature or request
  • good first issue

    Good for newcomers
  • help wanted

    Extra attention is needed
  • invalid

    This doesn't seem right
  • p0

    Needs to be worked on immediately
  • p1

    Needs to be worked on soon (typically less than a week)
  • p2

    Nice to have, should work on this soon - but after p0's and p1's
  • performance

    Improve performance of queries or ingestion - or improve resource usage (e.g. reduce memory)
  • question

    Further information is requested
  • rust

    Pull requests that update rust code
  • wontfix

    This will not be worked on