-
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
base: main
Are you sure you want to change the base?
Changes from 1 commit
2f1abcc
fa5417f
11b897f
9162f92
61aac0f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Here I should remove composite. Thanks. |
Large diffs are not rendered by default.
| 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"] | ||
| --- | ||
giriraj-singh-couchbase marked this conversation as resolved.
Show resolved
Hide resolved
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It was already there, haven't touched upon it.
giriraj-singh-couchbase marked this conversation as resolved.
Show resolved
Hide resolved
|




There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the performance testing section, since Hyperscale is used instead of Composite. Should we mention only Hyperscale instead? Its a suggestion, if you think it is better to keep it this way then let me know.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Below this we have specified what is hyperscale and what is composite vector index. So, I guess it is okay over here to mention both.