Skip to content
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

Check #76

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fern/fern.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"organization": "cohere",
"version": "0.39.13"
"version": "0.39.19"
}
8 changes: 8 additions & 0 deletions fern/pages/cookbooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,14 @@ export const searchCards = [
tags: ["search"],
href: "/page/rerank-demo",
},
{
title: "Build Chatbots That Know Your Business with MongoDB and Cohere",
description:
"Develop an advanced chatbot assistant that provides asset managers with information and actionable insights on technology company market reports.",
imageSrc: "https://fern-image-hosting.s3.amazonaws.com/cohere/083d9e2-Community_Demo_7.png",
tags: ["search", "rag", "cloud"],
href: "/page/rag-mongodb-cohere",
},
];

export const cloudCards = [
Expand Down
2,198 changes: 2,198 additions & 0 deletions fern/pages/cookbooks/rag-mongodb-cohere.mdx

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions fern/v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -805,3 +805,5 @@ navigation:
path: pages/cookbooks/wikipedia-search-with-weaviate.mdx
- page: Wikipedia Semantic Search with Cohere Embedding Archives
path: pages/cookbooks/wikipedia-semantic-search.mdx
- page: Build Chatbots That Know Your Business with MongoDB and Cohere
path: pages/cookbooks/rag-mongodb-cohere.mdx
2 changes: 2 additions & 0 deletions fern/v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -789,3 +789,5 @@ navigation:
path: pages/cookbooks/wikipedia-search-with-weaviate.mdx
- page: Wikipedia Semantic Search with Cohere Embedding Archives
path: pages/cookbooks/wikipedia-semantic-search.mdx
- page: Build Chatbots That Know Your Business with MongoDB and Cohere
path: pages/cookbooks/rag-mongodb-cohere.mdx
53 changes: 53 additions & 0 deletions scripts/cookbooks-json/rag-mongodb-cohere.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"custompage": {
"metadata": {
"image": [],
"title": "",
"description": "",
"keywords": ""
},
"algolia": {
"recordCount": 7,
"publishPending": false,
"updatedAt": "2024-07-11T01:20:26.963Z"
},
"title": "End-to-end RAG using Elasticsearch and Cohere",
"slug": "elasticsearch-and-cohere",
"body": "hello",
"html": "",
"htmlmode": false,
"fullscreen": false,
"hidden": true,
"revision": 5,
"_id": "664dc8e90cae9b006d4ae1c8",
"__v": 0,
"createdAt": "2024-05-22T10:28:57.804Z",
"lastUpdatedHash": "843d4ae030caa4d4ac561c636a8c18bb5c0a668d",
"project": "62cde2919aafea009aefb289",
"updatedAt": "2024-07-11T01:20:26.964Z",
"user": "5af39863989da435b05d284d"
},
"meta": {
"user": {
"allowedProjects": ["cohere-ai", "cohere-enterprise"],
"apiKey": "",
"email": "andrewjiang@hey.com",
"name": "Andrew Jiang",
"version": 1,
"Name": "Andrew Jiang",
"Email": "andrewjiang@hey.com",
"APIKey": "",
"AllowedProjects": ["cohere-ai", "cohere-enterprise"]
},
"baseUrl": "/",
"hidden": true,
"title": "End-to-end RAG using Elasticsearch and Cohere",
"metaTitle": "End-to-end RAG using Elasticsearch and Cohere",
"keywords": "",
"description": "",
"image": [],
"slug": "elasticsearch-and-cohere",
"type": "custompage",
"full": false
}
}
2 changes: 2 additions & 0 deletions scripts/download-cookbooks.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ const pages = [
"/page/hello-world-meet-ai",
"/page/topic-modeling-ai-papers",
"/page/analyzing-hacker-news",
"/page/rag-mongodb-cohere",

];

async function downloadCookbooks(pages) {
Expand Down
Loading