Commit 3d9f0b6
Migrate awsbedrock to new search terminology (#91)
* Migrate awsbedrock from fts/gsi to search_based/query_based terminology
- Renamed fts/ to search_based/
- Renamed gsi/ to query_based/
- Updated notebook terminology (FTS -> Search Vector Index, GSI -> Hyperscale and Composite Vector Index)
- Updated frontmatter (path, title, tags, alt_paths)
- Updated cross-reference links between tutorials
* Update tutorial content and frontmatter for RAG with Couchbase and Amazon Bedrock
- Changed the short title in frontmatter for clarity.
- Updated markdown cells in Jupyter notebooks to improve formatting and consistency.
- Enhanced introductory sections to better describe the tutorial's purpose and usage.
- Ensured all references to Couchbase and Amazon Bedrock are accurate and up-to-date.
* Fix GSI terminology: replace GSI references with query-based/Hyperscale throughout awsbedrock
* Fix frontmatter titles to under 72 chars and fix 'this this' typo
* Enhance formatting and structure in RAG with Couchbase and Bedrock tutorial
- Updated markdown cells in the Jupyter notebook for improved readability and consistency.
- Reformatted introductory sections to provide clearer guidance on building a semantic search engine.
- Ensured all content is beginner-friendly and accurately describes the tutorial's objectives.
* Refactor markdown cells for improved clarity and structure in RAG tutorial
- Enhanced formatting of markdown cells in the Jupyter notebook for better readability.
- Added line breaks for improved visual separation of content.
- Ensured consistency in the presentation of tutorial instructions and prerequisites.
* Update RAG tutorials with enhanced markdown clarity and updated timestamps
- Revised markdown cells for improved clarity and structure in the Jupyter notebooks.
- Updated timestamps in log outputs to reflect recent execution dates.
- Enhanced descriptions of embedding creation and caching mechanisms for better understanding of the tutorial's objectives.
* Update awsbedrock/search_based/frontmatter.md
Co-authored-by: Viraj Agarwal <91372648+VirajAgarwal1@users.noreply.github.com>
* reran the tutorial after deleting the existing index
* Update tutorial frontmatter and content to reflect changes in language model and index type
- Revised short titles in frontmatter for clarity.
- Updated descriptions to replace references to the Claude language model with Nova Pro.
- Enhanced markdown content in the Jupyter notebook for improved readability and structure.
---------
Co-authored-by: Viraj Agarwal <91372648+VirajAgarwal1@users.noreply.github.com>1 parent 75b0031 commit 3d9f0b6
9 files changed
Lines changed: 1403 additions & 1239 deletions
File tree
- awsbedrock
- fts
- gsi
- query_based
- search_based
This file was deleted.
This file was deleted.
File renamed without changes.
Lines changed: 1184 additions & 0 deletions
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
File renamed without changes.
Lines changed: 116 additions & 134 deletions
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments