[Docs] add Tables guide (#381)

* Rename "Reference" -> "Guides" to create distinction b/w api reference
and user facing docs
* Add all the various ways to create, add and delete from table

Related - https://github.com/lancedb/lancedb/pull/391
This commit is contained in:
Ayush Chaurasia
2023-08-06 12:34:08 +05:30
committed by GitHub
parent b69b1e3ec8
commit 74ef141b9c
4 changed files with 356 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ const excludedFiles = [
"../src/examples/serverless_qa_bot_with_modal_and_langchain.md",
"../src/examples/transformerjs_embedding_search_nodejs.md",
"../src/examples/youtube_transcript_bot_with_nodejs.md",
"../src/guides/tables.md",
];
const nodePrefix = "javascript";
const nodeFile = ".js";