Releases: infiniflow/infinity
Releases · infiniflow/infinity
nightly
v0.5.0-dev1
Release v0.5.0-dev1 created from bca2188 at 2024-10-29 08:41:08+00:00
v0.4.0-dev5
Release v0.4.0-dev5 created from 443f9f4 at 2024-10-15 06:59:29+00:00
v0.4.0
Added support:
- S3 compatible storage
- Different filters for each search way
- Highlight/Min should match/keywords as filters for full text search, Japanese/Korean language support for full text search.
- Int8/F16/BF16, single document multi-vector for dense embedding data.
- IVF dense vector index.
- IN operator,adding/deleting columns, parquet format importing and exporting
v0.4.0-dev4
Release v0.4.0-dev4 created from 1e0ac82 at 2024-10-14 15:26:28+00:00
v0.4.0-dev3
Release v0.4.0-dev3 created from e554c06 at 2024-10-09 12:24:17+00:00
slow-test
v0.4.0-dev2
Release v0.4.0-dev2 created from 14962eb at 2024-09-23 02:33:08+00:00
v0.4.0-dev1
Release v0.4.0-dev1 created from 81d7c7f at 2024-09-12 01:21:10+00:00
v0.3.0
What's Changed
- Support simd functions dispatch at runtime by @yangzq50 in #1473
- Add Qdrant benchmark on sparse embedding of SPLADE by @Ami11111 in #1478
- Update simd support for aarch64 by @yangzq50 in #1481
- Fix document error by @JinHai-CN in #1483
- Update performance image by @JinHai-CN in #1482
- Update performance information by @JinHai-CN in #1487
- Refactor document by @JinHai-CN in #1488
- VFS first phrase by @yuzhichang in #1485
- Refactor examples by @JinHai-CN in #1489
- Memidx refactor by @small-turtle-1 in #1484
- Add Milvus benchmark on sparse embedding of SPLADE by @Ami11111 in #1491
- Add: const column vector. by @small-turtle-1 in #1486
- Add Milvus benchmark on dataset sift by @Ami11111 in #1494
- Add symbolic links to large files in vfs by @Ma-cat in #1495
- Initial updates to tensor_search.py by @writinwaters in #1499
- Add asking user beforing downloading dataset and add support for precision calculation for Qdrant by @Ami11111 in #1498
- Support float16 type and bfloat16 type for column data type by @yangzq50 in #1503
- Add Qdrant sparse vector support for benchmark framework by @Ami11111 in #1504
- Initial updates to filter_data.py by @writinwaters in #1505
- Initial updates to hybrid_search.py by @writinwaters in #1507
- Add infinity sparse vector support for benchmark framework by @Ami11111 in #1506
- Fix: support tensor insert for local infinity in python sdk by @yangzq50 in #1502
- Support basic import/export for parquet format. by @Ognimalf in #1446
- Fix: python api error detect. by @small-turtle-1 in #1508
- Update version info and document by @JinHai-CN in #1511
- Updare benchmark framework README by @Ami11111 in #1513
- Update the identifier to lower case when the request is from API but not SQL by @JinHai-CN in #1514
- Add test case for upper and lower cases when creating a database, table or index from python api. by @Ami11111 in #1517
- Updated export_data API reference by @writinwaters in #1518
- Fix bug: upper case column name, type and parameter are not cast to lower case. by @JinHai-CN in #1519
- Add SNAPPY as the third_party by @JinHai-CN in #1520
- Added zstd, bzip2 and brotli to builder image by @yuzhichang in #1523
- Parquet import/export by @small-turtle-1 in #1521
- Refactored Python API reference. by @writinwaters in #1522
- Add insert row limit and change chunk size to 64K again by @JinHai-CN in #1526
- Supports cleaning up vfs by @Ma-cat in #1529
- Simplified python code example by @writinwaters in #1531
- Fix mem leak by @small-turtle-1 in #1532
- Support int8 embedding and uint8 embedding by @yangzq50 in #1527
- Add test cases for tensor in test_knn.py by @Ami11111 in #1528
- Fix compact by @small-turtle-1 in #1537
- Updated setuptools by @yuzhichang in #1524
- Fix corruption if no outputs from analyzer by @yingfeng in #1539
- Add knn test cases for tensor and sparse vector by @Ami11111 in #1536
- Editorial updates to python API by @writinwaters in #1538
- Fix bool column default value for python sdk by @yangzq50 in #1543
- Fix: delta ckp commit ts. by @small-turtle-1 in #1548
- Limit the embedding dimension to 65536 by @JinHai-CN in #1547
- Standard analyzer could output unicode tokens by @yingfeng in #1541
- Fix creating fulltext index oom in debug mode by @Ma-cat in #1550
- Fix: cleanup block when import/compact fail. by @small-turtle-1 in #1551
- Refactor conflictcheck by @small-turtle-1 in #1552
- Refactor WAL Manager by @JinHai-CN in #1553
- Support VFS for fulltext index. by @Ognimalf in #1546
- Merge programs under cases folder and internal folder together by @Ami11111 in #1540
- Editorial updates to Python API reference by @writinwaters in #1557
- Fix: compact with delete bug. by @small-turtle-1 in #1558
- Refactor the txn commit and rollback by @JinHai-CN in #1555
- Editorial updates to the API by @writinwaters in #1560
- Fix bug by @small-turtle-1 in #1559
- Updated return values by @writinwaters in #1564
- Minor editorial updates. by @writinwaters in #1566
- Fix: get cleanup ts by @small-turtle-1 in #1567
- Add http api test cases support for the test framework by @Ami11111 in #1562
- add diskann create_index api by @YReddice in #1556
- Obtains the path to the environment variable in the documentation by @YReddice in #1568
- Add bvecs file import support and fix its bug by @Ami11111 in #1572
- Updated create_index by @writinwaters in #1571
- Fix memory index multiple bugs when using vfs by @Ma-cat in #1561
- Enable wal and ckp unit tests for VFS by @Ognimalf in #1570
- Support float16 and bfloat16 embedding data type by @yangzq50 in #1579
- Fix http api bug that create and drop table with invalid conflict type will not raise exception by @Ami11111 in #1576
- Enable http api delete with empty filter by @Ami11111 in #1577
- Show SIMD support in welcome info by @yangzq50 in #1585
- Update version info of 0.3.0.dev3 by @JinHai-CN in #1584
- Updated example codes by @writinwaters in #1581
- Add debug/admin mode by @JinHai-CN in #1573
- Memidx quota1 by @small-turtle-1 in #1580
- Remove redundant test cases by @JinHai-CN in #1586
- Updated index-related apis by @writinwaters in #1590
- Fix bvecs import use int8 rather than uint8 by @Ami11111 in #1574
- Fix bug and add python test for float16 and bfloat16 embedding type by @yangzq50 in #1588
- Minor editorial udpates. by @writinwaters in #1594
- Update http_adapter to create table with non-empty default field by @Ami11111 in #1593
- Update python SDK by @JinHai-CN in #1592
- delete and update api updates by @writinwaters in #1597
- Fix http adapter and http api bug and add fvecs file export support for http api by @Ami11111 in #1595
- User can set background operation interval by @JinHai-CN in #1596
- minor by @writinwaters in #1600
- Fix error reporting in CMake by @Smertig in #1599
- Fix http adapter bug and update some test cases by @Ami11111 in #1598
- Add list_indexes for embedded python SDK by @JinHai-CN in #1602...