crosslink RAG Blueprint Elasticsearch, Pinecone, and Teradata VDB guides#1973
Open
kheiss-uwzoo wants to merge 3 commits intoNVIDIA:mainfrom
Open
crosslink RAG Blueprint Elasticsearch, Pinecone, and Teradata VDB guides#1973kheiss-uwzoo wants to merge 3 commits intoNVIDIA:mainfrom
kheiss-uwzoo wants to merge 3 commits intoNVIDIA:mainfrom
Conversation
Contributor
Greptile SummaryThis PR extends
|
| Filename | Overview |
|---|---|
| docs/docs/extraction/vdbs.md | Adds "RAG Blueprint and partner vector stores" subsection with crosslinks for Elasticsearch, Pinecone, and Teradata; minor anchor-format inconsistency and a pre-existing structural concern about the !!! important admonition scope. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[NeMo Retriever Library] --> B[LanceDB\ndefault / first-party]
A --> C[OpenSearch\nreference VDB adapter]
A --> D[NVIDIA RAG Blueprint]
A --> E[Partner packages]
D --> F[Elasticsearch\ndocs.nvidia.com/rag]
E --> G[Pinecone\npinecone-io/nvidia-pinecone-rag]
E --> H[Teradata TeradataVDB\ndocs.teradata.com]
style B fill:#c8e6c9
style F fill:#fff9c4
style G fill:#fff9c4
style H fill:#fff9c4
Prompt To Fix All With AI
Fix the following 1 code review issue. Work through them one at a time, proposing concise fixes.
---
### Issue 1 of 1
docs/docs/extraction/vdbs.md:164
The new heading uses `{#rag-blueprint-and-partner-vector-stores}` (no spaces), while every other custom anchor in this file uses the spaced form `{ #anchor-name }`. MkDocs Material's `attr_list` extension accepts both, but inconsistent style makes future automated anchor extraction or linting fragile.
```suggestion
### RAG Blueprint and partner vector stores { #rag-blueprint-and-partner-vector-stores }
```
Reviews (3): Last reviewed commit: "Merge branch 'main' into kheiss/elastics..." | Re-trigger Greptile
randerzander
approved these changes
May 6, 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.
PR title
docs: crosslink RAG Blueprint Elasticsearch, Pinecone, and Teradata VDB guides
Summary
Extends
docs/docs/extraction/vdbs.mdso readers can find Elasticsearch (NVIDIA RAG Blueprint), Pinecone (nvidia-pinecone-rag), and Teradata (TeradataVDB) alongside the in-library LanceDB / OpenSearch content.Changes
Out of scope