-
Notifications
You must be signed in to change notification settings - Fork 12
haystack and llamaindex title change #68
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,10 +1,10 @@ | ||||||
| --- | ||||||
| # frontmatter | ||||||
| path: "/tutorial-openai-haystack-rag-with-gsi" | ||||||
| title: "Retrieval-Augmented Generation (RAG) with OpenAI and Haystack" | ||||||
| short_title: "RAG with Openai and Haystack" | ||||||
| title: "Retrieval-Augmented Generation (RAG) with OpenAI, Haystack and Couchbase Hyperscale and Composite Vector Indexes" | ||||||
| short_title: "RAG with OpenAI Haystack and Couchbase Hyperscale and Composite Vector Indexes" | ||||||
|
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. The
Suggested change
|
||||||
| description: | ||||||
| - Learn how to build a semantic search engine using Couchbase's GSI vector index. | ||||||
| - Learn how to build a semantic search engine using Couchbase's Hyperscale and Composite Vector Indexes. | ||||||
| - This tutorial demonstrates how to integrate Couchbase's GSI vector search capabilities with OpenAI embeddings. | ||||||
| - You will understand how to perform Retrieval-Augmented Generation (RAG) using Haystack, Couchbase and OpenAI services. | ||||||
| content_type: tutorial | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,10 +1,10 @@ | ||||||
| --- | ||||||
| # frontmatter | ||||||
| path: "/tutorial-openai-llamaindex-rag-with-fts" | ||||||
| title: "Retrieval-Augmented Generation (RAG) with OpenAI and LlamaIndex" | ||||||
| short_title: "RAG with Openai and LlamaIndex" | ||||||
| title: "Retrieval-Augmented Generation (RAG) with OpenAI, LlamaIndex and Couchbase Search Vector Index" | ||||||
| short_title: "RAG with Openai, LlamaIndex and Couchbase Search 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. The
Suggested change
|
||||||
| description: | ||||||
| - Learn how to build a semantic search engine using Couchbase's Search vector index. | ||||||
| - Learn how to build a semantic search engine using Couchbase's Search Vector Index. | ||||||
| - This tutorial demonstrates how to integrate Couchbase's search vector search capabilities with the embeddings generated by OpenAI Services. | ||||||
| - You will understand how to perform Retrieval-Augmented Generation (RAG) using Llamaindex, Couchbase and OpenAI services. | ||||||
| content_type: tutorial | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,10 +1,10 @@ | ||||||
| --- | ||||||
| # frontmatter | ||||||
| path: "/tutorial-openai-llamaindex-rag-with-gsi" | ||||||
| title: "Retrieval-Augmented Generation (RAG) with OpenAI and LlamaIndex" | ||||||
| short_title: "RAG with Openai and LlamaIndex" | ||||||
| title: "Retrieval-Augmented Generation (RAG) with OpenAI, LlamaIndex and Couchbase Hyperscale and Composite Vector Indexes" | ||||||
| short_title: "RAG with Openai, LlamaIndex and Couchbase Hyperscale and Composite Vector Indexes" | ||||||
|
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. The
Suggested change
|
||||||
| description: | ||||||
| - Learn how to build a semantic search engine using Couchbase's GSI vector search. | ||||||
| - Learn how to build a semantic search engine using Couchbase's Hyperscale and Composite Vector Indexes. | ||||||
| - This tutorial demonstrates how to integrate Couchbase's GSI vector search capabilities with OpenAI embeddings. | ||||||
| - You will understand how to perform Retrieval-Augmented Generation (RAG) using LlamaIndex and GSI vector indexes. | ||||||
| content_type: tutorial | ||||||
|
|
||||||
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.
The
short_titleis quite long, nearly the same length as the fulltitle. For better display in UI elements where a shorter title is preferred, consider abbreviating it. Using "FTS" as seen in the path would make it more concise.