Commits
User selector
Commit history
Commits on Mar 21, 2025
Commits on Feb 9, 2024
chore: add license notice to every file (#1860)
Show description for caf9713authored
Joan Fontanals
Commits on Dec 22, 2023
fix: error type hints in Python3.12 (#1147) (#1840)
Show description for 1f86e26authored
Commits on Oct 24, 2023
feat: use literal in type hints (#1827)
Show description for 522811fauthored
Commits on Oct 2, 2023
fix: docstring tests with pydantic v2 (#1816)
Show description for c2b08faauthored
Commits on Sep 27, 2023
fix: fix double subscriptable error (#1800)
Show description for 7209b78authored
Joan Fontanals
Commits on Sep 26, 2023
fix: make DocList compatible with BaseDocWithoutId (#1805)
Show description for 2937e25authored
Commits on Sep 19, 2023
fix: raise exception when type of DocList is object (#1794)
Show description for 2f3b85eauthored
Commits on Sep 18, 2023
feat: remove JAC (#1791)
Show description for 8fba9e4authored
Joan Fontanals
Commits on Sep 10, 2023
feat: hybrid pydantic support for both v1 and v2 (#1652)
Show description for 715252aandauthored
Commits on Sep 6, 2023
refactor: use safe_issubclass (#1778)
Show description for 08ca686authored
Joan Fontanals
Commits on Sep 1, 2023
fix: make DocList.to_json() return str instead of bytes (#1769)
Show description for 3dc525fauthored
Commits on Jul 26, 2023
feat: tensor_type for all DocVec serializations (#1679)
Show description for efeab90authored
Commits on Jul 18, 2023
feat: add JAX as Computation Backend (#1646)
Show description for b306c80authored
Commits on Jul 12, 2023
fix: fix search in memory with AnyEmbedding (#1696)
Show description for 94a479eauthored
Joan Fontanals
Commits on Jul 10, 2023
fix: use safe_issubclass everywhere (#1691)
Show description for 62ad22aauthored
Joan Fontanals
Commits on Jun 28, 2023
feat: i/o for DocVec (#1562)
Show description for 8f25887authored
Commits on Jun 27, 2023
fix: better error message when docvec is unusable (#1675)
Show description for bcb60caauthored
Commits on Jun 22, 2023
chore: fix docarray v1v2 terms (#1668)
Show description for 3fc6ecbauthored
Commits on Jun 20, 2023
fix: docvec equality if tensors are involved (#1663)
Show description for c3c8061authored
Commits on Jun 15, 2023
fix: doc vec equality (#1641)
Show description for 4e7e262authored
Commits on Jun 14, 2023
feat: tensor type for protobuf deserialization (#1645)
Show description for eb3f857authored
Commits on Jun 13, 2023
fix: protobuf (de)ser for docvec (#1639)
Show description for c835681authored
Commits on Jun 7, 2023
fix: DocList and DocVec are now coerced to each other correctly (#1568)
Show description for 693f877authored
Commits on May 30, 2023
refactor: make AnyTensor a class (#1552)
Show description for 4eec559authored
Commits on May 22, 2023
fix: dict method for document view (#1559)
Show description for 4431757authored
Commits on May 10, 2023
fix: DocVec display (#1522)
Show description for bfebad6authored
Commits on May 8, 2023
fix: fix nested doc to json (#1502)
Show description for 67c7e6dauthoredfix: fix extend with itself infinite recursion (#1493)
Show description for f5f692dandauthored
Commits on May 5, 2023
fix: allow doclist to have nested optional document (#1472)
Show description for b77df16authored
Commits on Apr 28, 2023
fix: use `pd.concat()` instead `df.append()` in `to_dataframe()` to avoid warning (#1478)
Show description for baaf5cbauthored
Charlotte Gerhaherfix: fix equal of BaseDoc with nested DocList (#1477)
Show description for deb81b9authored
Commits on Apr 27, 2023
fix: raise error when calling to csv or to dataframe on non homegenou… (#1467)
Show description for 9cfe2a6authoredfeat: make DocList an actual Python List (#1457)
Show description for b3649b4andauthored
feat: store as json-array (#1459)
Show description for a25d1aeauthored