update extraction guides (vdbs, custom-metadata, multimodal-extraction)#2016
Merged
Conversation
dfc8a77 to
f3bce4d
Compare
Contributor
Greptile SummaryThis PR updates three extraction documentation pages (
|
| Filename | Overview |
|---|---|
| docs/docs/extraction/custom-metadata.md | Removes the dense_dim=2048 argument from the vdb_upload code example; the rest of the file is unchanged. |
| docs/docs/extraction/multimodal-extraction.md | Converts the GitHub-flavored > [!IMPORTANT] callout to a MkDocs Material !!! important admonition, consistent with how the rest of the site renders admonitions. |
| docs/docs/extraction/vdbs.md | Adds documentation links to LanceDB, OpenSearch, Elasticsearch, Pinecone, and Teradata entries; promotes the "Related" bold block to a ### More information heading; removes stray bold markers; cleans up extra blank lines. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[vdbs.md] -->|adds doc links| B[LanceDB · OpenSearch · Elasticsearch · Pinecone · Teradata]
A -->|promotes heading| C[### More information]
A -->|strips bold markers| D[Prose & note cleanup]
E[custom-metadata.md] -->|removes stale arg| F[dense_dim=2048 dropped from vdb_upload example]
G[multimodal-extraction.md] -->|format swap| H[GitHub-flavor callout → MkDocs Material admonition]
Reviews (6): Last reviewed commit: "Update vdbs.md" | Re-trigger Greptile
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
randerzander
approved these changes
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates documentation under
docs/docs/extraction/only:vdbs.md— Vector database guidance for extraction workflows.custom-metadata.md— How custom metadata applies in extraction.multimodal-extraction.md— Multimodal extraction concepts and usage.No other paths are changed in this pull request.