Commit 04dcc0b
authored
DA-1319: Update haystack demo per 8.0 (#73)
* DA-1319: update: frontmatter and tutorial content for RAG with Couchbase and OpenAI
- Changed tutorial path and titles to reflect the use of Couchbase Search Vector Index instead of FTS.
- Updated descriptions to clarify the integration of Couchbase's vector search capabilities with OpenAI embeddings.
- Removed the fts_index.json file as it is no longer needed.
- Enhanced the RAG notebook to include updated content and examples using the new index types.
- Adjusted tags in frontmatter to align with the new terminology.
* DA-1319 rename: folders
* DA-1319 update: remove execution outputs and reset execution counts
- Cleared all output cells to ensure a clean notebook state.
- Set execution counts to null for all code cells to allow for fresh execution.
- Adjusted the indexing pipeline to process a larger number of documents (from 100 to 1200).
- Updated the sample query to reflect current news context.
* DA-1319 update: address gemini comments
* DA1319 update: address Shyam's comments
- Clarified the role of the embedding model in generating document embeddings for Vector Search.
- Updated the description of the Couchbase document store integration to specify the use of `CouchbaseQueryDocumentStore`.
- Revised the indexing pipeline steps for better clarity on document processing and storage in Couchbase.1 parent 86b84f6 commit 04dcc0b
File tree
10 files changed
+1036
-679
lines changed- haystack
- fts
- gsi
- query_based
- search_based
10 files changed
+1036
-679
lines changedLines changed: 0 additions & 566 deletions
This file was deleted.
This file was deleted.
This file was deleted.
Lines changed: 60 additions & 69 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 | + | |
File renamed without changes.
Lines changed: 928 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 | + | |
File renamed without changes.
File renamed without changes.
0 commit comments