-
Notifications
You must be signed in to change notification settings - Fork 8
updated tutorial based upon 8.0 requirements #79
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 3 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
2f1abcc
updated tutorial based upon 8.0 requirements
giriraj-singh-couchbase fa5417f
removed BHIVE term
giriraj-singh-couchbase 11b897f
Updated GSI to hyperscale or composite indexes in search_based notebook
giriraj-singh-couchbase 9162f92
fixed old link, changed vector search index to search vector index
giriraj-singh-couchbase 61aac0f
Increased short title length and updated frontmatter removing FTS term
giriraj-singh-couchbase 5b38926
updated frontmatter to limit title length within 100 chars
giriraj-singh-couchbase 9c84a40
removed extra and from short title
giriraj-singh-couchbase 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.
File renamed without changes.
198 changes: 95 additions & 103 deletions
198
.../gsi/RAG_with_Couchbase_and_Jina_AI.ipynb → ...ased/RAG_with_Couchbase_and_Jina_AI.ipynb
giriraj-singh-couchbase marked this conversation as resolved.
Show resolved
Hide resolved
|
Large diffs are not rendered by default.
Oops, something went wrong.
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,24 @@ | ||
| --- | ||
| # frontmatter | ||
| path: "/tutorial-jina-couchbase-rag-with-hyperscale-or-composite-vector-index" | ||
| title: Retrieval-Augmented Generation (RAG) with Jina AI using Couchbase Hyperscale and Composite Vector Index | ||
| short_title: RAG with Couchbase and Jina AI | ||
giriraj-singh-couchbase marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| description: | ||
| - Learn how to build a semantic search engine using Couchbase and Jina. | ||
| - This tutorial demonstrates how to integrate Couchbase's vector search capabilities with Jina embeddings and language models. | ||
| - You'll understand how to perform Retrieval-Augmented Generation (RAG) using LangChain, Couchbase Hyperscale and Composite Vector Index. | ||
| content_type: tutorial | ||
| filter: sdk | ||
| technology: | ||
| - vector search | ||
| tags: | ||
| - Hyperscale Vector Index | ||
| - Composite Vector Index | ||
| - Artificial Intelligence | ||
| - LangChain | ||
| - Jina AI | ||
| sdk_language: | ||
| - python | ||
| length: 60 Mins | ||
| alt_paths: ["/tutorial-jina-couchbase-rag-with-hyperscale-vector-index", "/tutorial-jina-couchbase-rag-with-composite-vector-index"] | ||
| --- | ||
File renamed without changes.
giriraj-singh-couchbase marked this conversation as resolved.
Show resolved
Hide resolved
giriraj-singh-couchbase marked this conversation as resolved.
Show resolved
Hide resolved
giriraj-singh-couchbase marked this conversation as resolved.
Show resolved
Hide resolved
|
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
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.
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.