-
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 all commits
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. |
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 | ||
|
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. This "short_title" might be a bit too short? |
||
| 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"] | ||
| --- | ||
|
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
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
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. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| --- | ||
| # frontmatter | ||
| path: "/tutorial-jina-couchbase-rag-with-fts" | ||
| path: "/tutorial-jina-couchbase-rag-with-search-vector-index" | ||
| title: Retrieval-Augmented Generation (RAG) with Couchbase and Jina AI using FTS | ||
|
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. FTS should not be here |
||
| short_title: RAG with Couchbase and Jina | ||
| description: | ||
|
|
@@ -12,7 +12,7 @@ filter: sdk | |
| technology: | ||
| - vector search | ||
| tags: | ||
| - FTS | ||
| - Search Vector Index | ||
| - Artificial Intelligence | ||
| - LangChain | ||
| - Jina AI | ||
|
|
||






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.