-
Notifications
You must be signed in to change notification settings - Fork 10
Capella model services llamaindex example #86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 14 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
4f57004
cookbook for llamaindex model services
shyam-cb 87dec9f
model services reference change
shyam-cb 847da85
reference fixes
shyam-cb 28f1523
Merge branch 'capella-model-services-haystack-example' into capella-m…
shyam-cb 73ca007
ref changes
shyam-cb d23fb54
Merge branch 'capella-model-services-haystack-example' into capella-m…
shyam-cb 0d8bf23
refactor
shyam-cb f715793
Merge branch 'capella-model-services-haystack-example' into capella-m…
shyam-cb 8a4720c
refactor
shyam-cb bb2cfda
Merge branch 'capella-model-services-haystack-example' into capella-m…
shyam-cb 2cddb7a
refactor
shyam-cb adb2911
Merge branch 'capella-model-services-haystack-example' into capella-m…
shyam-cb 20345cc
Merge branch 'capella-model-services-haystack-example' into capella-m…
shyam-cb a068a24
refactor
shyam-cb 84bd8b5
refactor
shyam-cb 714a40f
Merge branch 'main' into capella-model-services-llamaindex-example
shyam-cb 0857082
refactor
shyam-cb 6175866
refactor
shyam-cb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
850 changes: 850 additions & 0 deletions
850
...odel-services/llamaindex/query_based/RAG_with_Capella_Model_Services_and_LlamaIndex.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
capella-model-services/llamaindex/query_based/frontmatter.md
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| --- | ||
| # frontmatter | ||
| path: "/tutorial-capella-model-services-llamaindex-rag-with-hyperscale-and-composite-vector-index" | ||
| title: "RAG with LlamaIndex, Capella Model Services and Couchbase Hyperscale & Composite Vector Indexes" | ||
| short_title: "RAG with LlamaIndex, Capella Model Services and Hyperscale & Composite Vector Indexes" | ||
| description: | ||
| - Learn how to build a semantic search engine using Couchbase Hyperscale and Composite Vector Indexes. | ||
| - This tutorial demonstrates how LlamaIndex integrates Couchbase vector search capabilities with embeddings generated by Capella Model Services. | ||
| - Perform Retrieval-Augmented Generation (RAG) using LlamaIndex with Couchbase and Capella Model Services. | ||
| content_type: tutorial | ||
| filter: sdk | ||
| technology: | ||
| - vector search | ||
| tags: | ||
| - Artificial Intelligence | ||
| - LlamaIndex | ||
| - Hyperscale Vector Index | ||
| - Composite Vector Index | ||
| sdk_language: | ||
| - python | ||
| length: 60 Mins | ||
| --- |
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
File renamed without changes.
21 changes: 21 additions & 0 deletions
21
capella-model-services/llamaindex/search_based/frontmatter.md
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| --- | ||
| # frontmatter | ||
| path: "/tutorial-capella-model-services-llamaindex-rag-with-search-vector-index" | ||
| title: "RAG with LlamaIndex, Capella Model Services and Couchbase Search Vector Index" | ||
| short_title: "RAG with LlamaIndex, Capella Model Services and Couchbase Search Vector Index" | ||
| description: | ||
| - Learn how to build a semantic search engine using Couchbase Search Vector Index. | ||
| - This tutorial demonstrates how LlamaIndex integrates Couchbase vector search capabilities with embeddings generated by Capella Model Services. | ||
| - Perform Retrieval-Augmented Generation (RAG) using LlamaIndex with Couchbase and Capella Model Services. | ||
| content_type: tutorial | ||
| filter: sdk | ||
| technology: | ||
| - vector search | ||
| tags: | ||
| - Artificial Intelligence | ||
| - LlamaIndex | ||
| - Search Vector Index | ||
| sdk_language: | ||
| - python | ||
| length: 60 Mins | ||
| --- |
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.