Skip to content

Commit af18413

Browse files
hwchase17adolkhandev2049
authored
Harrison/deeplake new features (#6263)
Co-authored-by: adilkhan <[email protected]> Co-authored-by: Dev 2049 <[email protected]>
1 parent 6640293 commit af18413

File tree

6 files changed

+900
-512
lines changed

6 files changed

+900
-512
lines changed

docs/.local_build.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
mkdir _dist
2+
cp -r {docs_skeleton,snippets} _dist
3+
mkdir -p _dist/docs_skeleton/static/api_reference
4+
cd api_reference
5+
poetry run make html
6+
cp -r _build/* ../_dist/docs_skeleton/static/api_reference
7+
cd ..
8+
cp -r extras/* _dist/docs_skeleton/docs
9+
cd _dist/docs_skeleton
10+
poetry run nbdoc_build
11+
yarn install
12+
yarn start

docs/extras/modules/data_connection/vectorstores/integrations/deeplake.ipynb

Lines changed: 348 additions & 173 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)