mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-26 22:59:57 +00:00
[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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user