deeplake

Database for AI. Store Vectors, Images, Texts, Videos, etc. Use with LLMs/LangChain. Store, query, version, & visualize any AI data. Stream data in real-time to PyTorch/TensorFlow. https://activeloop.ai

MPL-2.0 License

Downloads
56K
Stars
7.8K
Committers
121

Bot releases are visible (Hide)

deeplake - v3.6.15 🌈

Published by github-actions[bot] about 1 year ago

🧭 What's Changed

  • [AL-2368] Optimization for saving shallow views (#2511) @FayazRahman
  • [AL-2369] Disable force in VectorStore.delete_by_path (#2510) @FayazRahman
  • [AL-2372] do not accept empty tokens for private datasets (#2507) @levongh
  • [AL-2350] Indra returns polygons differently than python (#2509) @levongh
  • [AL-2365] Optimize dataloader creation (#2508) @FayazRahman
  • Fast Merge bug fixes (#2497) @farizrahman4u
  • [AL-2359] Merge should respect branch locks for both the source and destination branch (#2504) @farizrahman4u

⚙️ Who Contributes

@FayazRahman, @farizrahman4u and @levongh

deeplake - v3.6.14 🌈

Published by github-actions[bot] about 1 year ago

🧭 What's Changed

  • [AL-2351] Print a transform summary if ignore_errors=True (#2503) @FayazRahman
  • AL-2349 Add ignore_errors flag to .dataloader() (#2502) @levongh

⚙️ Who Contributes

@FayazRahman, @levongh and @mikayelh

deeplake - v3.6.13 🌈

Published by github-actions[bot] about 1 year ago

🧭 What's Changed

  • [AL-2358] ignore_errors argument for ds.save_view (#2498) @FayazRahman
  • [BUGFIX][AL-2357] Add sub_index and stream arguments to uncompressed chunk read (#2496) @FayazRahman

⚙️ Who Contributes

@FayazRahman

deeplake - v3.6.12 🌈

Published by github-actions[bot] about 1 year ago

🧭 What's Changed

  • Addressing Sonar-found bugs and code smells. (#2487) @nvoxland
  • Fix failing VectorStore tests (#2495) @adolkhan
  • [AL-2336] Performance fix for ds.filter with multiple workers (#2485) @FayazRahman
  • Create SECURITY.md (#2494) @nvoxland
  • Fixes for downloading dataset (#2491) @FayazRahman
  • [AL-2335] Fixes to .data to make returned results identical to python (#2457) @levongh
  • Fixed vector search with tensor_db exec_option without indra installed (#2492) @proDOOMman
  • VectorStore mypy fix (#2475) @adolkhan
  • Deep lake update method (#2468) @adolkhan
  • Update README.md (#2484) @istranic
  • [Tiny] Fixes to Vector Store API (#2480) @istranic

⚙️ Who Contributes

@FayazRahman, @adolkhan, @istranic, @levongh, @nvoxland, @proDOOMman and @tatevikh

deeplake - v3.6.11 🌈

Published by github-actions[bot] over 1 year ago

🧭 What's Changed

  • add sonarcloud scan badge (#2474) @artgish
  • Update GitHub templates (#2483) @nvoxland
  • Updated issue and PR templates (#2479) @nvoxland
  • Pickling fix for locking (#2481) @FayazRahman
  • [AL-2334] Ability to connect local datasets with platform (internal) (#2470) @FayazRahman
  • Fixed creds issue in VectorStore (#2465) @adolkhan

⚙️ Who Contributes

@FayazRahman, @ProgerDav, @adolkhan, @artgish and @nvoxland

deeplake - v3.6.10 🌈

Published by github-actions[bot] over 1 year ago

🧭 What's Changed

  • Hotfixes for Vector Store (#2477) @istranic

⚙️ Who Contributes

@FayazRahman and @istranic

deeplake - v3.6.9 🌈

Published by github-actions[bot] over 1 year ago

🧭 What's Changed

  • Expose lock_timeout and lock_enabled through more of the dataset API (#2467) @nvoxland
  • Support non-utf-8 tensor key names in dataset diff format (#2472) @nvoxland
  • Auto params improvement (#2473) @istranic

⚙️ Who Contributes

@istranic and @nvoxland

deeplake - v3.6.8 🌈

Published by github-actions[bot] over 1 year ago

🧭 What's Changed

  • [AL-2333] Fix updates (#2469) @FayazRahman
  • Auto params (#2460) @istranic
  • Load main branch by default (#2464) @FayazRahman
  • [AL-2200] ds.extend improvements (#2463) @farizrahman4u
  • [AL-2322] Improved dataset directory validation (#2459) @nvoxland
  • Edit workflows (#2462) @artgish
  • [Tiny] Removed exception hooks (#2458) @istranic
  • [Tiny] Removed reporting when importing deeplake (#2455) @istranic

⚙️ Who Contributes

@FayazRahman, @artgish, @farizrahman4u, @istranic and @nvoxland

deeplake - v3.6.7 🌈

Published by github-actions[bot] over 1 year ago

🧭 What's Changed

  • [BUGFIX] Fix random split (#2454) @FayazRahman
  • [AL-2321] [AL-2323] ds.update (#2452) @FayazRahman
  • [AL-2327] VectorStore accept UUID as ids (#2453) @FayazRahman
  • Added runtime argument to VectorStore (#2447) @adolkhan
  • Ingestion Exception when embeddings are of different shapes (#2449) @adolkhan
  • Devops/base main (#2451) @artgish
  • [AL-2079] Updated deepcopy to work with ds objects (#2275) @istranic

⚙️ Who Contributes

@FayazRahman, @adolkhan, @artgish, @istranic and @mikayelh

deeplake - v3.6.6 🌈

Published by github-actions[bot] over 1 year ago

🧭 What's Changed

  • VectorStore bug fixes (#2441) @adolkhan
  • [AL-2318] [AL-2319] Transform and pytorch update (#2437) @FayazRahman
  • Vectorstore ids bakwards compatibility (not_none_tensors fix) (#2448) @adolkhan
  • VectorStore ids backwards compatibility (#2446) @adolkhan

⚙️ Who Contributes

@FayazRahman and @adolkhan

deeplake - v3.6.5 🌈

Published by github-actions[bot] over 1 year ago

🧭 What's Changed

  • Bump libdeeplake version. (#2442) @khustup
  • [AL-2283] Load dataset in read only mode for viewer (#2430) @FayazRahman
  • [BUGFIX] Azure view saving fix (#2440) @FayazRahman
  • [AL-2315] View summary and shape fixes (#2429) @FayazRahman
  • Vector store docs update + minor fix (#2439) @FayazRahman

⚙️ Who Contributes

@FayazRahman and @khustup

deeplake - v3.6.4 🌈

Published by github-actions[bot] over 1 year ago

🧭 What's Changed

  • [AL-2309] Vector Store improvements (#2435) @FayazRahman
  • Improve ingest (#2372) @istranic
  • Vector Store Improvements for Images (#2436) @istranic

⚙️ Who Contributes

@FayazRahman and @istranic

deeplake - v3.6.3 🌈

Published by github-actions[bot] over 1 year ago

🧭 What's Changed

  • Bump libdeeplake version. (#2431) @khustup
  • DeepLake vector store fixes (#2425) @adolkhan
  • Devops/base main (#2412) @artgish

⚙️ Who Contributes

@FayazRahman, @adolkhan, @artgish and @khustup

deeplake - v3.6.2 🌈

Published by github-actions[bot] over 1 year ago

🧭 What's Changed

  • bump libdeeplake version to 0.0.58 (#2424) @levongh
  • [DL-1033] [AL-2312] Error messaging and link verification update (#2413) @FayazRahman
  • [AL-2313] Empty sequences (#2422) @levongh
  • VectorStore bug fix (#2420) @adolkhan
  • bump libdeeplake version to 0.0.57 (#2423) @levongh
  • [AL-2303] Rechunk fix for JSON (#2421) @FayazRahman
  • [AL-2293] Support update_creds_key for existing creds (#2380) @FayazRahman

⚙️ Who Contributes

@FayazRahman, @adolkhan and @levongh

deeplake - v3.6.1 🌈

Published by github-actions[bot] over 1 year ago

🧭 What's Changed

  • bump libdeeplake version to 0.0.56 (#2417) @levongh

⚙️ Who Contributes

@FayazRahman and @levongh

deeplake - v3.6.0 🌈

Published by github-actions[bot] over 1 year ago

🧭 What's Changed

  • [AL-2102] Azure support (#2370) @FayazRahman
  • Tweaked tensor check to support backwards compatibility (#2414) @istranic
  • [AL-2290] DeepLake VectorStore updates (#2375) @adolkhan
  • add fixture (#2410) @levongh
  • [AL-2308] check linked creds expiration (#2404) @levongh
  • Spinner overhead fix (#2402) @farizrahman4u
  • Updated README.md (#2394) @mikayelh
  • Added ds_name into deeplake_cloud_dataset.py (#2371) @FrancescoSaverioZuppichini
  • Cleanup indra (#2401) @levongh

🐛 Bug Fixes

  • Added expiration to S3Provider constructor (#2403) @ProgerDav

⚙️ Who Contributes

@FayazRahman, @FrancescoSaverioZuppichini, @ProgerDav, @adolkhan, @farizrahman4u, @hranttopchyan, @istranic, @levongh and @mikayelh

deeplake - v3.5.4 🌈

Published by github-actions[bot] over 1 year ago

🧭 What's Changed

  • [AL-2288] tensor.shapes method (#2367) @FayazRahman
  • [AL-2298] Fix bugs with None samples (#2382) @FayazRahman
  • [AL-2302] Fix issue with SPINNER_ENABLED const (#2384) @farizrahman4u
  • Fixed .tensors print for indra ds wrapper. (#2397) @khustup
  • change some tests run on local ds (#2390) @levongh
  • Fix README.md typo (#2385) @Klaudioz
  • Virtual tensors cleanup (#2378) @khustup

⚙️ Who Contributes

@FayazRahman, @Klaudioz, @farizrahman4u, @khustup and @levongh

deeplake - v3.5.3 🌈

Published by github-actions[bot] over 1 year ago

🧭 What's Changed

  • Test ds.log (#2377) @FayazRahman
  • fix issue with ds.connect (#2374) @levongh
  • [AL-2297] Fix ds.log() (#2373) @farizrahman4u

⚙️ Who Contributes

@FayazRahman, @farizrahman4u and @levongh

deeplake - v3.5.2 🌈

Published by github-actions[bot] over 1 year ago

🧭 What's Changed

  • VectorStore small updates (#2364) @adolkhan

⚙️ Who Contributes

@adolkhan

deeplake - v3.5.1 🌈

Published by github-actions[bot] over 1 year ago

🧭 What's Changed

  • added deeplake to indra translation (#2362) @levongh
  • fixed ds slowdown (#2360) @levongh
  • [AL-2286] Fix shape mismatch on older datasets (#2354) @FayazRahman

⚙️ Who Contributes

@FayazRahman, @adolkhan and @levongh