-
Notifications
You must be signed in to change notification settings - Fork 8
DA-1317 update crew ai cook book with the latest terminology #82
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
Open
giriraj-singh-couchbase
wants to merge
14
commits into
main
Choose a base branch
from
DA-1317_update_crewAI
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
cf08c87
renamed directory and fixed frontmatter
giriraj-singh-couchbase cd9b2f0
updated notebook to use Hyperscale and Composite index terminology
giriraj-singh-couchbase ca0014a
updated search vector index terminology and udpated frontmatter
giriraj-singh-couchbase 58e89ec
Update crewai/query_based/RAG_with_Couchbase_and_CrewAI.ipynb
giriraj-singh-couchbase e04b602
fixed frontmatter syntax
giriraj-singh-couchbase 2cda919
Merge branch 'DA-1317_update_crewAI' of https://github.com/couchbase-…
giriraj-singh-couchbase 4328790
added bullets in frontmatter
giriraj-singh-couchbase 189ab34
updated description for 200 length
giriraj-singh-couchbase 3b59fa4
updated title length
giriraj-singh-couchbase bfe4878
removed extra descr field
giriraj-singh-couchbase 2d89e11
added Introduction and fixed frontmatter with the received comments
giriraj-singh-couchbase f2d82d8
added composite vector index
giriraj-singh-couchbase 68aea7c
reverted the openrouter changes
giriraj-singh-couchbase cdef3ce
reverted openrouter changes
giriraj-singh-couchbase 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
227 changes: 106 additions & 121 deletions
227
...i/gsi/RAG_with_Couchbase_and_CrewAI.ipynb → ...based/RAG_with_Couchbase_and_CrewAI.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
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,25 @@ | ||
| --- | ||
| # frontmatter | ||
| path: "/tutorial-crewai-couchbase-rag-with-hyperscale-or-composite-vector-index" | ||
| title: RAG with CrewAI using Couchbase Hyperscale and Composite Vector Index | ||
| short_title: RAG with CrewAI using Couchbase Hyperscale and Composite Vector Index | ||
| description: | ||
| - Learn to build a semantic search engine using [Couchbase](https://www.couchbase.com) and agent-based RAG workflows powered by [CrewAI](https://github.com/crewAIInc/crewAI). | ||
| - Explore Couchbase Hyperscale and Composite Vector Indexes for high-performance vector search, including pure vector and filtered similarity queries. | ||
| - Follow beginner-friendly, step-by-step instructions to build a fully functional semantic search system from scratch. | ||
|
|
||
| content_type: tutorial | ||
| filter: sdk | ||
| technology: | ||
| - vector search | ||
| tags: | ||
| - Hyperscale Vector Index | ||
| - Composite Vector Index | ||
| - Artificial Intelligence | ||
| - LangChain | ||
| - CrewAI | ||
| sdk_language: | ||
| - python | ||
| length: 60 Mins | ||
| alt_paths: ["/tutorial-crewai-couchbase-rag-with-hyperscale-vector-index", "/tutorial-crewai-couchbase-rag-with-composite-vector-index"] | ||
| --- |
File renamed without changes.
187 changes: 101 additions & 86 deletions
187
...i/fts/RAG_with_Couchbase_and_CrewAI.ipynb → ...based/RAG_with_Couchbase_and_CrewAI.ipynb
VirajAgarwal1 marked this conversation as resolved.
Show resolved
Hide resolved
|
Large diffs are not rendered by default.
Oops, something went wrong.
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,22 @@ | ||
| --- | ||
| # frontmatter | ||
| path: "/tutorial-crewai-couchbase-rag-with-search-vector-index" | ||
| title: RAG with CrewAI and Couchbase Search Vector Index | ||
| short_title: RAG with CrewAI and Couchbase Search Vector Index | ||
| description: | ||
| - Learn to build a semantic search engine using [Couchbase](https://www.couchbase.com) and agent-based RAG workflows powered by [CrewAI](https://github.com/crewAIInc/crewAI). | ||
| - Use CrewAI to create specialized agents that collaborate across the RAG pipeline, from retrieving documents to generating responses. | ||
| - Follow beginner-friendly, step-by-step instructions to build a complete semantic search system from scratch. | ||
| content_type: tutorial | ||
| filter: sdk | ||
| technology: | ||
| - vector search | ||
| tags: | ||
| - Search Vector Index | ||
| - Artificial Intelligence | ||
| - LangChain | ||
| - CrewAI | ||
| sdk_language: | ||
| - python | ||
| length: 60 Mins | ||
| --- |
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.