forked from couchbase-examples/vector-search-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 1
DA-1073 mistral ai gsi tutorial #12
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 7 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
e42629a
DA-1073 Modified folder struction
AayushTyagi1 a5bfaa1
Added Frontmatter MistralAI
AayushTyagi1 ab832d7
DA-1073 Added Mistral AI Tutorial
AayushTyagi1 a85ae72
DA-1072 Added FTS Tag
AayushTyagi1 d0ba7e9
DA-1073: Self Review Fixes
AayushTyagi1 82c05a2
DA-1073: Added: Mistral AI add option for Env variable
AayushTyagi1 b2697d6
DA-1073: Modified: Added a description to new tutorial
AayushTyagi1 29849fb
DA-1073: Modified: Change Score to Distance
AayushTyagi1 03631ef
Merge branch 'main' into DA-1073-mistral-ai-gsi-tutorial
AayushTyagi1 16ceb10
Frontmatter Fixed
AayushTyagi1 c1fea8c
Merge branch 'main' into DA-1073-mistral-ai-gsi-tutorial
AayushTyagi1 b45e3c7
DA-1073 Added Mistral AI Final Review
AayushTyagi1 b276043
links fixed
AayushTyagi1 21ce9c4
DA-1073 Remove redudant para
AayushTyagi1 390aa31
DA-1073 Modified Remove cell unnecessary
AayushTyagi1 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 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,7 @@ | ||
| MISTRAL_API_KEY= | ||
| CB_HOST= | ||
| CB_USERNAME= | ||
| CB_PASSWORD= | ||
| CB_BUCKET_NAME= | ||
| SCOPE_NAME= | ||
| COLLECTION_NAME= |
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.
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,7 @@ | ||
| MISTRAL_API_KEY= | ||
| CB_HOST= | ||
| CB_USERNAME= | ||
| CB_PASSWORD= | ||
| CB_BUCKET_NAME= | ||
| SCOPE_NAME= | ||
| COLLECTION_NAME= |
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-mistralai-couchbase-vector-search-using-global-search-indexes" | ||
| title: Using Mistral AI Embeddings using GSI Index | ||
| short_title: Mistral AI with Couchbase GSI Index | ||
| description: | ||
| - Learn how to generate embeddings using Mistral AI and store them in Couchbase using GSI. | ||
| - This tutorial demonstrates how to use Couchbase's GSI index capabilities with Mistral AI embeddings. | ||
| - You'll understand how to perform optimized vector search using Global Secondary Index for better performance. | ||
| content_type: tutorial | ||
| filter: sdk | ||
| technology: | ||
| - vector search | ||
| tags: | ||
| - Artificial Intelligence | ||
| - Mistral AI | ||
| - GSI | ||
| sdk_language: | ||
| - python | ||
| length: 30 Mins | ||
| --- |
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.