mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-26 22:59:57 +00:00
[DOCS][PYTHON] Update embeddings API docs & Example (#516)
This PR adds an overview of embeddings docs: - 2 ways to vectorize your data using lancedb - explicit & implicit - explicit - manually vectorize your data using `wit_embedding` function - Implicit - automatically vectorize your data as it comes by ingesting your embedding function details as table metadata - Multi-modal example w/ disappearing embedding function
This commit is contained in:
@@ -8,6 +8,7 @@ const excludedGlobs = [
|
||||
"../src/embedding.md",
|
||||
"../src/examples/*.md",
|
||||
"../src/guides/tables.md",
|
||||
"../src/embeddings/*.md",
|
||||
];
|
||||
|
||||
const nodePrefix = "javascript";
|
||||
|
||||
Reference in New Issue
Block a user