diff --git a/404.html b/404.html index 6481aaa..ba4a697 100644 --- a/404.html +++ b/404.html @@ -7,7 +7,7 @@ - + diff --git a/assets/js/6e787a66.00c6e52b.js b/assets/js/6e787a66.00c6e52b.js new file mode 100644 index 0000000..a3ea150 --- /dev/null +++ b/assets/js/6e787a66.00c6e52b.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkai_rag_lab=self.webpackChunkai_rag_lab||[]).push([[301],{8708:(e,n,t)=>{t.r(n),t.d(n,{assets:()=>s,contentTitle:()=>a,default:()=>h,frontMatter:()=>o,metadata:()=>i,toc:()=>c});var r=t(4848),d=t(8453);const o={},a="\ud83d\udc50 Generate embeddings",i={id:"prepare-the-data/embed-data",title:"\ud83d\udc50 Generate embeddings",description:"To perform vector search on our data, we need to embed it (i.e. generate embedding vectors) before ingesting it into MongoDB.",source:"@site/docs/50-prepare-the-data/4-embed-data.mdx",sourceDirName:"50-prepare-the-data",slug:"/prepare-the-data/embed-data",permalink:"/ai-rag-lab/docs/prepare-the-data/embed-data",draft:!1,unlisted:!1,editUrl:"https://github.com/mongodb-developer/ai-rag-lab/blob/main/docs/50-prepare-the-data/4-embed-data.mdx",tags:[],version:"current",sidebarPosition:4,frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"\ud83d\udc50 Chunk up the data",permalink:"/ai-rag-lab/docs/prepare-the-data/chunk-data"},next:{title:"\ud83d\udc50 Ingest data into MongoDB",permalink:"/ai-rag-lab/docs/prepare-the-data/ingest-data"}},s={},c=[];function l(e){const n={admonition:"admonition",code:"code",h1:"h1",p:"p",pre:"pre",strong:"strong",...(0,d.R)(),...e.components},{Details:t}=n;return t||function(e,n){throw new Error("Expected "+(n?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(n.h1,{id:"-generate-embeddings",children:"\ud83d\udc50 Generate embeddings"}),"\n",(0,r.jsx)(n.p,{children:"To perform vector search on our data, we need to embed it (i.e. generate embedding vectors) before ingesting it into MongoDB."}),"\n",(0,r.jsxs)(n.p,{children:["Fill in any ",(0,r.jsx)(n.code,{children:""})," placeholders and run the cells under the ",(0,r.jsx)(n.strong,{children:"Step 5: Generate embeddings"})," section in the notebook to embed the chunked articles."]}),"\n",(0,r.jsx)(n.p,{children:"The answers for code blocks in this section are as follows:"}),"\n",(0,r.jsx)(n.p,{children:(0,r.jsx)(n.strong,{children:"CODE_BLOCK_8"})}),"\n",(0,r.jsxs)(t,{children:[(0,r.jsx)("summary",{children:"Answer"}),(0,r.jsx)("div",{children:(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-python",children:'SentenceTransformer("thenlper/gte-small")\n'})})})]}),"\n",(0,r.jsx)(n.p,{children:(0,r.jsx)(n.strong,{children:"CODE_BLOCK_9"})}),"\n",(0,r.jsxs)(t,{children:[(0,r.jsx)("summary",{children:"Answer"}),(0,r.jsx)("div",{children:(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-python",children:"embedding = embedding_model.encode(text)\nreturn embedding.tolist()\n"})})})]}),"\n",(0,r.jsx)(n.p,{children:(0,r.jsx)(n.strong,{children:"CODE_BLOCK_10"})}),"\n",(0,r.jsxs)(t,{children:[(0,r.jsx)("summary",{children:"Answer"}),(0,r.jsx)("div",{children:(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-python",children:'for doc in tqdm(split_docs):\n doc["embedding"] = get_embedding(doc["body"])\n embedded_docs.append(doc)\n'})})})]}),"\n",(0,r.jsx)(n.admonition,{type:"caution",children:(0,r.jsx)(n.p,{children:"If the embedding generation is taking too long (> 2-3 min), kill/interrupt the cell and move on to the next step with the documents that have been embedded up until that point."})})]})}function h(e={}){const{wrapper:n}={...(0,d.R)(),...e.components};return n?(0,r.jsx)(n,{...e,children:(0,r.jsx)(l,{...e})}):l(e)}},8453:(e,n,t)=>{t.d(n,{R:()=>a,x:()=>i});var r=t(6540);const d={},o=r.createContext(d);function a(e){const n=r.useContext(o);return r.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function i(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(d):e.components||d:a(e.components),r.createElement(o.Provider,{value:n},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/6e787a66.8cafc1fd.js b/assets/js/6e787a66.8cafc1fd.js deleted file mode 100644 index 6db75bb..0000000 --- a/assets/js/6e787a66.8cafc1fd.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkai_rag_lab=self.webpackChunkai_rag_lab||[]).push([[301],{8708:(e,n,t)=>{t.r(n),t.d(n,{assets:()=>i,contentTitle:()=>o,default:()=>p,frontMatter:()=>a,metadata:()=>s,toc:()=>c});var r=t(4848),d=t(8453);const a={},o="\ud83d\udc50 Generate embeddings",s={id:"prepare-the-data/embed-data",title:"\ud83d\udc50 Generate embeddings",description:"To perform vector search on our data, we need to embed it (i.e. generate embedding vectors) before ingesting it into MongoDB.",source:"@site/docs/50-prepare-the-data/4-embed-data.mdx",sourceDirName:"50-prepare-the-data",slug:"/prepare-the-data/embed-data",permalink:"/ai-rag-lab/docs/prepare-the-data/embed-data",draft:!1,unlisted:!1,editUrl:"https://github.com/mongodb-developer/ai-rag-lab/blob/main/docs/50-prepare-the-data/4-embed-data.mdx",tags:[],version:"current",sidebarPosition:4,frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"\ud83d\udc50 Chunk up the data",permalink:"/ai-rag-lab/docs/prepare-the-data/chunk-data"},next:{title:"\ud83d\udc50 Ingest data into MongoDB",permalink:"/ai-rag-lab/docs/prepare-the-data/ingest-data"}},i={},c=[];function l(e){const n={code:"code",h1:"h1",p:"p",pre:"pre",strong:"strong",...(0,d.R)(),...e.components},{Details:t}=n;return t||function(e,n){throw new Error("Expected "+(n?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(n.h1,{id:"-generate-embeddings",children:"\ud83d\udc50 Generate embeddings"}),"\n",(0,r.jsx)(n.p,{children:"To perform vector search on our data, we need to embed it (i.e. generate embedding vectors) before ingesting it into MongoDB."}),"\n",(0,r.jsxs)(n.p,{children:["Fill in any ",(0,r.jsx)(n.code,{children:""})," placeholders and run the cells under the ",(0,r.jsx)(n.strong,{children:"Step 5: Generate embeddings"})," section in the notebook to embed the chunked articles."]}),"\n",(0,r.jsx)(n.p,{children:"The answers for code blocks in this section are as follows:"}),"\n",(0,r.jsx)(n.p,{children:(0,r.jsx)(n.strong,{children:"CODE_BLOCK_8"})}),"\n",(0,r.jsxs)(t,{children:[(0,r.jsx)("summary",{children:"Answer"}),(0,r.jsx)("div",{children:(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-python",children:'SentenceTransformer("mixedbread-ai/mxbai-embed-large-v1")\n'})})})]}),"\n",(0,r.jsx)(n.p,{children:(0,r.jsx)(n.strong,{children:"CODE_BLOCK_9"})}),"\n",(0,r.jsxs)(t,{children:[(0,r.jsx)("summary",{children:"Answer"}),(0,r.jsx)("div",{children:(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-python",children:"embedding = embedding_model.encode(text)\nreturn embedding.tolist()\n"})})})]}),"\n",(0,r.jsx)(n.p,{children:(0,r.jsx)(n.strong,{children:"CODE_BLOCK_10"})}),"\n",(0,r.jsxs)(t,{children:[(0,r.jsx)("summary",{children:"Answer"}),(0,r.jsx)("div",{children:(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-python",children:'for doc in split_docs:\n doc["embedding"] = get_embedding(doc["body"])\n embedded_docs.append(doc)\n'})})})]})]})}function p(e={}){const{wrapper:n}={...(0,d.R)(),...e.components};return n?(0,r.jsx)(n,{...e,children:(0,r.jsx)(l,{...e})}):l(e)}},8453:(e,n,t)=>{t.d(n,{R:()=>o,x:()=>s});var r=t(6540);const d={},a=r.createContext(d);function o(e){const n=r.useContext(a);return r.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function s(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(d):e.components||d:o(e.components),r.createElement(a.Provider,{value:n},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/7a749954.4a85e52c.js b/assets/js/7a749954.5da4c1f2.js similarity index 53% rename from assets/js/7a749954.4a85e52c.js rename to assets/js/7a749954.5da4c1f2.js index f397c94..fc3edd8 100644 --- a/assets/js/7a749954.4a85e52c.js +++ b/assets/js/7a749954.5da4c1f2.js @@ -1 +1 @@ -"use strict";(self.webpackChunkai_rag_lab=self.webpackChunkai_rag_lab||[]).push([[711],{9129:(e,n,r)=>{r.r(n),r.d(n,{assets:()=>a,contentTitle:()=>i,default:()=>l,frontMatter:()=>c,metadata:()=>s,toc:()=>d});var t=r(4848),o=r(8453);const c={},i="\ud83d\udc50 Create a vector search index",s={id:"perform-semantic-search/create-vector-index",title:"\ud83d\udc50 Create a vector search index",description:"To retrieve documents from MongoDB using vector search, you must configure a vector search index on the collection into which you ingested your data.",source:"@site/docs/60-perform-semantic-search/2-create-vector-index.mdx",sourceDirName:"60-perform-semantic-search",slug:"/perform-semantic-search/create-vector-index",permalink:"/ai-rag-lab/docs/perform-semantic-search/create-vector-index",draft:!1,unlisted:!1,editUrl:"https://github.com/mongodb-developer/ai-rag-lab/blob/main/docs/60-perform-semantic-search/2-create-vector-index.mdx",tags:[],version:"current",sidebarPosition:2,frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"\ud83d\udcd8 Semantic search in MongoDB",permalink:"/ai-rag-lab/docs/perform-semantic-search/concepts"},next:{title:"\ud83d\udc50 Perform semantic search",permalink:"/ai-rag-lab/docs/perform-semantic-search/vector-search"}},a={},d=[];function h(e){const n={a:"a",admonition:"admonition",code:"code",h1:"h1",p:"p",pre:"pre",strong:"strong",...(0,o.R)(),...e.components},{Screenshot:r}=n;return r||function(e,n){throw new Error("Expected "+(n?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Screenshot",!0),(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(n.h1,{id:"-create-a-vector-search-index",children:"\ud83d\udc50 Create a vector search index"}),"\n",(0,t.jsx)(n.p,{children:"To retrieve documents from MongoDB using vector search, you must configure a vector search index on the collection into which you ingested your data."}),"\n",(0,t.jsxs)(n.p,{children:["To do this, open the ",(0,t.jsx)(n.strong,{children:"Database Deployments"})," page in the Atlas UI and select ",(0,t.jsx)(n.strong,{children:"Create Index"})," in the lower right corner under Atlas Search."]}),"\n",(0,t.jsx)(r,{url:"https://cloud.mongodb.com",src:"img/screenshots/60-perform-semantic-search/1-create-index.png",alt:"Select create index"}),"\n",(0,t.jsxs)(n.p,{children:["Click the ",(0,t.jsx)(n.strong,{children:"Create Search Index"})," button."]}),"\n",(0,t.jsx)(r,{url:"https://cloud.mongodb.com",src:"img/screenshots/60-perform-semantic-search/2-create-search-index.png",alt:"Create search index"}),"\n",(0,t.jsxs)(n.p,{children:["Click ",(0,t.jsx)(n.strong,{children:"JSON Editor"})," under Atlas Vector Search to create your index"]}),"\n",(0,t.jsx)(r,{url:"https://cloud.mongodb.com",src:"img/screenshots/60-perform-semantic-search/3-json-editor.png",alt:"The 'Create Index' page with the 'JSON Editor' tab highlighted"}),"\n",(0,t.jsxs)(n.p,{children:["Select the ",(0,t.jsx)(n.code,{children:"mongodb_rag_lab"})," database and the ",(0,t.jsx)(n.code,{children:"knowledge"})," collection, change the index name to ",(0,t.jsx)(n.code,{children:"vector_index"}),", and add the following index definition in the JSON editor:"]}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-python",children:'{\n "fields": [\n {\n "type": "vector",\n "path": "embedding",\n "numDimensions": 1024,\n "similarity": "cosine"\n }\n ]\n}\n'})}),"\n",(0,t.jsx)(n.admonition,{type:"info",children:(0,t.jsxs)(n.p,{children:["The number of dimensions in the index definition is 1024 since we are using Mixedbread AI's open-source ",(0,t.jsx)(n.a,{href:"https://huggingface.co/mixedbread-ai/mxbai-embed-large-v1",children:"mxbai-embed-large-v1"})," model to generate embeddings in this lab."]})})]})}function l(e={}){const{wrapper:n}={...(0,o.R)(),...e.components};return n?(0,t.jsx)(n,{...e,children:(0,t.jsx)(h,{...e})}):h(e)}},8453:(e,n,r)=>{r.d(n,{R:()=>i,x:()=>s});var t=r(6540);const o={},c=t.createContext(o);function i(e){const n=t.useContext(c);return t.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function s(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(o):e.components||o:i(e.components),t.createElement(c.Provider,{value:n},e.children)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkai_rag_lab=self.webpackChunkai_rag_lab||[]).push([[711],{9129:(e,n,t)=>{t.r(n),t.d(n,{assets:()=>a,contentTitle:()=>i,default:()=>l,frontMatter:()=>c,metadata:()=>s,toc:()=>d});var r=t(4848),o=t(8453);const c={},i="\ud83d\udc50 Create a vector search index",s={id:"perform-semantic-search/create-vector-index",title:"\ud83d\udc50 Create a vector search index",description:"To retrieve documents from MongoDB using vector search, you must configure a vector search index on the collection into which you ingested your data.",source:"@site/docs/60-perform-semantic-search/2-create-vector-index.mdx",sourceDirName:"60-perform-semantic-search",slug:"/perform-semantic-search/create-vector-index",permalink:"/ai-rag-lab/docs/perform-semantic-search/create-vector-index",draft:!1,unlisted:!1,editUrl:"https://github.com/mongodb-developer/ai-rag-lab/blob/main/docs/60-perform-semantic-search/2-create-vector-index.mdx",tags:[],version:"current",sidebarPosition:2,frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"\ud83d\udcd8 Semantic search in MongoDB",permalink:"/ai-rag-lab/docs/perform-semantic-search/concepts"},next:{title:"\ud83d\udc50 Perform semantic search",permalink:"/ai-rag-lab/docs/perform-semantic-search/vector-search"}},a={},d=[];function h(e){const n={a:"a",admonition:"admonition",code:"code",h1:"h1",p:"p",pre:"pre",strong:"strong",...(0,o.R)(),...e.components},{Screenshot:t}=n;return t||function(e,n){throw new Error("Expected "+(n?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Screenshot",!0),(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(n.h1,{id:"-create-a-vector-search-index",children:"\ud83d\udc50 Create a vector search index"}),"\n",(0,r.jsx)(n.p,{children:"To retrieve documents from MongoDB using vector search, you must configure a vector search index on the collection into which you ingested your data."}),"\n",(0,r.jsxs)(n.p,{children:["To do this, open the ",(0,r.jsx)(n.strong,{children:"Database Deployments"})," page in the Atlas UI and select ",(0,r.jsx)(n.strong,{children:"Create Index"})," in the lower right corner under Atlas Search."]}),"\n",(0,r.jsx)(t,{url:"https://cloud.mongodb.com",src:"img/screenshots/60-perform-semantic-search/1-create-index.png",alt:"Select create index"}),"\n",(0,r.jsxs)(n.p,{children:["Click the ",(0,r.jsx)(n.strong,{children:"Create Search Index"})," button."]}),"\n",(0,r.jsx)(t,{url:"https://cloud.mongodb.com",src:"img/screenshots/60-perform-semantic-search/2-create-search-index.png",alt:"Create search index"}),"\n",(0,r.jsxs)(n.p,{children:["Click ",(0,r.jsx)(n.strong,{children:"JSON Editor"})," under Atlas Vector Search to create your index"]}),"\n",(0,r.jsx)(t,{url:"https://cloud.mongodb.com",src:"img/screenshots/60-perform-semantic-search/3-json-editor.png",alt:"The 'Create Index' page with the 'JSON Editor' tab highlighted"}),"\n",(0,r.jsxs)(n.p,{children:["Select the ",(0,r.jsx)(n.code,{children:"mongodb_rag_lab"})," database and the ",(0,r.jsx)(n.code,{children:"knowledge"})," collection, change the index name to ",(0,r.jsx)(n.code,{children:"vector_index"}),", and add the following index definition in the JSON editor:"]}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-python",children:'{\n "fields": [\n {\n "type": "vector",\n "path": "embedding",\n "numDimensions": 384,\n "similarity": "cosine"\n }\n ]\n}\n'})}),"\n",(0,r.jsx)(n.admonition,{type:"info",children:(0,r.jsxs)(n.p,{children:["The number of dimensions in the index definition is 384 since we are using the ",(0,r.jsx)(n.a,{href:"https://huggingface.co/thenlper/gte-small",children:"gte-small"})," model to generate embeddings in this lab."]})})]})}function l(e={}){const{wrapper:n}={...(0,o.R)(),...e.components};return n?(0,r.jsx)(n,{...e,children:(0,r.jsx)(h,{...e})}):h(e)}},8453:(e,n,t)=>{t.d(n,{R:()=>i,x:()=>s});var r=t(6540);const o={},c=r.createContext(o);function i(e){const n=r.useContext(c);return r.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function s(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(o):e.components||o:i(e.components),r.createElement(c.Provider,{value:n},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/runtime~main.3689dc48.js b/assets/js/runtime~main.c6121ab5.js similarity index 96% rename from assets/js/runtime~main.3689dc48.js rename to assets/js/runtime~main.c6121ab5.js index db0dc28..287de08 100644 --- a/assets/js/runtime~main.3689dc48.js +++ b/assets/js/runtime~main.c6121ab5.js @@ -1 +1 @@ -(()=>{"use strict";var e,a,r,t,f,d={},c={};function b(e){var a=c[e];if(void 0!==a)return a.exports;var r=c[e]={exports:{}};return d[e].call(r.exports,r,r.exports,b),r.exports}b.m=d,e=[],b.O=(a,r,t,f)=>{if(!r){var d=1/0;for(i=0;i=f)&&Object.keys(b.O).every((e=>b.O[e](r[o])))?r.splice(o--,1):(c=!1,f0&&e[i-1][2]>f;i--)e[i]=e[i-1];e[i]=[r,t,f]},b.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return b.d(a,{a:a}),a},r=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,b.t=function(e,t){if(1&t&&(e=this(e)),8&t)return e;if("object"==typeof e&&e){if(4&t&&e.__esModule)return e;if(16&t&&"function"==typeof e.then)return e}var f=Object.create(null);b.r(f);var d={};a=a||[null,r({}),r([]),r(r)];for(var c=2&t&&e;"object"==typeof c&&!~a.indexOf(c);c=r(c))Object.getOwnPropertyNames(c).forEach((a=>d[a]=()=>e[a]));return d.default=()=>e,b.d(f,d),f},b.d=(e,a)=>{for(var r in a)b.o(a,r)&&!b.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:a[r]})},b.f={},b.e=e=>Promise.all(Object.keys(b.f).reduce(((a,r)=>(b.f[r](e,a),a)),[])),b.u=e=>"assets/js/"+({24:"0e16189c",48:"a94703ab",93:"3aaaf183",98:"a7bd4aaa",142:"d6501d9d",186:"86a88343",199:"412449fd",214:"e962eb68",254:"400dfa73",256:"72d756b8",260:"798f680c",262:"8be1a27a",264:"71a1ca8e",290:"a17e1ad5",301:"6e787a66",350:"45b31a90",401:"17896441",426:"a541a3e1",454:"47cd1b4f",458:"2a2ea0d2",459:"f23f5105",462:"3bf69056",507:"843aaef4",548:"49a3b57d",581:"935f2afb",634:"c4f5d8e4",647:"5e95c892",676:"e6ef851e",710:"d09226b2",711:"7a749954",722:"8e28e76d",723:"c8620672",730:"6bb24948",807:"350ab7ce",839:"6effaccf",850:"36d48778",888:"ade674ed",902:"fa1a64f0",903:"f8409a7e",906:"bac890e3",969:"14eb3368",970:"88870176",983:"88a0bd0a",988:"36c22dfc"}[e]||e)+"."+{24:"30561a78",48:"d13df985",93:"43320edc",98:"80c64d81",142:"30b1cff3",186:"881ee69b",199:"40d85668",214:"fef563bb",254:"511b3d39",256:"6f853c74",260:"f36ad5b7",262:"32bf80d7",264:"fc0f6601",290:"e3ab0070",301:"8cafc1fd",350:"1e1e7bb2",401:"a68ad7e9",426:"b7a6b495",454:"eeed1185",458:"cbbe08f4",459:"a61891e2",462:"2d31350d",507:"5e102587",548:"9434d500",560:"a9c1cb91",581:"80044a62",634:"f3a98f32",647:"ad038dcd",676:"5c9e4a8a",710:"3ce758ff",711:"4a85e52c",722:"2bc5905e",723:"afc66b2e",730:"a8c7173d",807:"e4dd0929",839:"7324bbcf",850:"5c024004",888:"52ec81a8",902:"5b2741a5",903:"f0cad3c3",904:"497d6008",906:"68591a79",969:"f8033aa7",970:"6337458e",983:"6aa81761",988:"b38987cc"}[e]+".js",b.miniCssF=e=>{},b.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),b.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),t={},f="ai-rag-lab:",b.l=(e,a,r,d)=>{if(t[e])t[e].push(a);else{var c,o;if(void 0!==r)for(var n=document.getElementsByTagName("script"),i=0;i{c.onerror=c.onload=null,clearTimeout(s);var f=t[e];if(delete t[e],c.parentNode&&c.parentNode.removeChild(c),f&&f.forEach((e=>e(r))),a)return a(r)},s=setTimeout(u.bind(null,void 0,{type:"timeout",target:c}),12e4);c.onerror=u.bind(null,c.onerror),c.onload=u.bind(null,c.onload),o&&document.head.appendChild(c)}},b.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},b.p="/ai-rag-lab/",b.gca=function(e){return e={17896441:"401",88870176:"970","0e16189c":"24",a94703ab:"48","3aaaf183":"93",a7bd4aaa:"98",d6501d9d:"142","86a88343":"186","412449fd":"199",e962eb68:"214","400dfa73":"254","72d756b8":"256","798f680c":"260","8be1a27a":"262","71a1ca8e":"264",a17e1ad5:"290","6e787a66":"301","45b31a90":"350",a541a3e1:"426","47cd1b4f":"454","2a2ea0d2":"458",f23f5105:"459","3bf69056":"462","843aaef4":"507","49a3b57d":"548","935f2afb":"581",c4f5d8e4:"634","5e95c892":"647",e6ef851e:"676",d09226b2:"710","7a749954":"711","8e28e76d":"722",c8620672:"723","6bb24948":"730","350ab7ce":"807","6effaccf":"839","36d48778":"850",ade674ed:"888",fa1a64f0:"902",f8409a7e:"903",bac890e3:"906","14eb3368":"969","88a0bd0a":"983","36c22dfc":"988"}[e]||e,b.p+b.u(e)},(()=>{var e={354:0,869:0};b.f.j=(a,r)=>{var t=b.o(e,a)?e[a]:void 0;if(0!==t)if(t)r.push(t[2]);else if(/^(354|869)$/.test(a))e[a]=0;else{var f=new Promise(((r,f)=>t=e[a]=[r,f]));r.push(t[2]=f);var d=b.p+b.u(a),c=new Error;b.l(d,(r=>{if(b.o(e,a)&&(0!==(t=e[a])&&(e[a]=void 0),t)){var f=r&&("load"===r.type?"missing":r.type),d=r&&r.target&&r.target.src;c.message="Loading chunk "+a+" failed.\n("+f+": "+d+")",c.name="ChunkLoadError",c.type=f,c.request=d,t[1](c)}}),"chunk-"+a,a)}},b.O.j=a=>0===e[a];var a=(a,r)=>{var t,f,d=r[0],c=r[1],o=r[2],n=0;if(d.some((a=>0!==e[a]))){for(t in c)b.o(c,t)&&(b.m[t]=c[t]);if(o)var i=o(b)}for(a&&a(r);n{"use strict";var e,a,r,t,f,d={},c={};function b(e){var a=c[e];if(void 0!==a)return a.exports;var r=c[e]={exports:{}};return d[e].call(r.exports,r,r.exports,b),r.exports}b.m=d,e=[],b.O=(a,r,t,f)=>{if(!r){var d=1/0;for(i=0;i=f)&&Object.keys(b.O).every((e=>b.O[e](r[o])))?r.splice(o--,1):(c=!1,f0&&e[i-1][2]>f;i--)e[i]=e[i-1];e[i]=[r,t,f]},b.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return b.d(a,{a:a}),a},r=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,b.t=function(e,t){if(1&t&&(e=this(e)),8&t)return e;if("object"==typeof e&&e){if(4&t&&e.__esModule)return e;if(16&t&&"function"==typeof e.then)return e}var f=Object.create(null);b.r(f);var d={};a=a||[null,r({}),r([]),r(r)];for(var c=2&t&&e;"object"==typeof c&&!~a.indexOf(c);c=r(c))Object.getOwnPropertyNames(c).forEach((a=>d[a]=()=>e[a]));return d.default=()=>e,b.d(f,d),f},b.d=(e,a)=>{for(var r in a)b.o(a,r)&&!b.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:a[r]})},b.f={},b.e=e=>Promise.all(Object.keys(b.f).reduce(((a,r)=>(b.f[r](e,a),a)),[])),b.u=e=>"assets/js/"+({24:"0e16189c",48:"a94703ab",93:"3aaaf183",98:"a7bd4aaa",142:"d6501d9d",186:"86a88343",199:"412449fd",214:"e962eb68",254:"400dfa73",256:"72d756b8",260:"798f680c",262:"8be1a27a",264:"71a1ca8e",290:"a17e1ad5",301:"6e787a66",350:"45b31a90",401:"17896441",426:"a541a3e1",454:"47cd1b4f",458:"2a2ea0d2",459:"f23f5105",462:"3bf69056",507:"843aaef4",548:"49a3b57d",581:"935f2afb",634:"c4f5d8e4",647:"5e95c892",676:"e6ef851e",710:"d09226b2",711:"7a749954",722:"8e28e76d",723:"c8620672",730:"6bb24948",807:"350ab7ce",839:"6effaccf",850:"36d48778",888:"ade674ed",902:"fa1a64f0",903:"f8409a7e",906:"bac890e3",969:"14eb3368",970:"88870176",983:"88a0bd0a",988:"36c22dfc"}[e]||e)+"."+{24:"30561a78",48:"d13df985",93:"43320edc",98:"80c64d81",142:"30b1cff3",186:"881ee69b",199:"40d85668",214:"fef563bb",254:"511b3d39",256:"6f853c74",260:"f36ad5b7",262:"32bf80d7",264:"fc0f6601",290:"e3ab0070",301:"00c6e52b",350:"1e1e7bb2",401:"a68ad7e9",426:"b7a6b495",454:"eeed1185",458:"cbbe08f4",459:"a61891e2",462:"2d31350d",507:"5e102587",548:"9434d500",560:"a9c1cb91",581:"80044a62",634:"f3a98f32",647:"ad038dcd",676:"5c9e4a8a",710:"3ce758ff",711:"5da4c1f2",722:"2bc5905e",723:"afc66b2e",730:"a8c7173d",807:"e4dd0929",839:"7324bbcf",850:"5c024004",888:"52ec81a8",902:"5b2741a5",903:"f0cad3c3",904:"497d6008",906:"68591a79",969:"f8033aa7",970:"6337458e",983:"6aa81761",988:"b38987cc"}[e]+".js",b.miniCssF=e=>{},b.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),b.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),t={},f="ai-rag-lab:",b.l=(e,a,r,d)=>{if(t[e])t[e].push(a);else{var c,o;if(void 0!==r)for(var n=document.getElementsByTagName("script"),i=0;i{c.onerror=c.onload=null,clearTimeout(s);var f=t[e];if(delete t[e],c.parentNode&&c.parentNode.removeChild(c),f&&f.forEach((e=>e(r))),a)return a(r)},s=setTimeout(u.bind(null,void 0,{type:"timeout",target:c}),12e4);c.onerror=u.bind(null,c.onerror),c.onload=u.bind(null,c.onload),o&&document.head.appendChild(c)}},b.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},b.p="/ai-rag-lab/",b.gca=function(e){return e={17896441:"401",88870176:"970","0e16189c":"24",a94703ab:"48","3aaaf183":"93",a7bd4aaa:"98",d6501d9d:"142","86a88343":"186","412449fd":"199",e962eb68:"214","400dfa73":"254","72d756b8":"256","798f680c":"260","8be1a27a":"262","71a1ca8e":"264",a17e1ad5:"290","6e787a66":"301","45b31a90":"350",a541a3e1:"426","47cd1b4f":"454","2a2ea0d2":"458",f23f5105:"459","3bf69056":"462","843aaef4":"507","49a3b57d":"548","935f2afb":"581",c4f5d8e4:"634","5e95c892":"647",e6ef851e:"676",d09226b2:"710","7a749954":"711","8e28e76d":"722",c8620672:"723","6bb24948":"730","350ab7ce":"807","6effaccf":"839","36d48778":"850",ade674ed:"888",fa1a64f0:"902",f8409a7e:"903",bac890e3:"906","14eb3368":"969","88a0bd0a":"983","36c22dfc":"988"}[e]||e,b.p+b.u(e)},(()=>{var e={354:0,869:0};b.f.j=(a,r)=>{var t=b.o(e,a)?e[a]:void 0;if(0!==t)if(t)r.push(t[2]);else if(/^(354|869)$/.test(a))e[a]=0;else{var f=new Promise(((r,f)=>t=e[a]=[r,f]));r.push(t[2]=f);var d=b.p+b.u(a),c=new Error;b.l(d,(r=>{if(b.o(e,a)&&(0!==(t=e[a])&&(e[a]=void 0),t)){var f=r&&("load"===r.type?"missing":r.type),d=r&&r.target&&r.target.src;c.message="Loading chunk "+a+" failed.\n("+f+": "+d+")",c.name="ChunkLoadError",c.type=f,c.request=d,t[1](c)}}),"chunk-"+a,a)}},b.O.j=a=>0===e[a];var a=(a,r)=>{var t,f,d=r[0],c=r[1],o=r[2],n=0;if(d.some((a=>0!==e[a]))){for(t in c)b.o(c,t)&&(b.m[t]=c[t]);if(o)var i=o(b)}for(a&&a(r);n - + diff --git a/docs/add-memory/concepts.html b/docs/add-memory/concepts.html index 7b37b87..f9d4f9e 100644 --- a/docs/add-memory/concepts.html +++ b/docs/add-memory/concepts.html @@ -7,7 +7,7 @@ - + diff --git a/docs/build-rag-app/add-reranking.html b/docs/build-rag-app/add-reranking.html index ef6dd24..cdd1b5e 100644 --- a/docs/build-rag-app/add-reranking.html +++ b/docs/build-rag-app/add-reranking.html @@ -7,7 +7,7 @@ - + diff --git a/docs/build-rag-app/build-rag-app.html b/docs/build-rag-app/build-rag-app.html index 67a4af3..6c25f27 100644 --- a/docs/build-rag-app/build-rag-app.html +++ b/docs/build-rag-app/build-rag-app.html @@ -7,7 +7,7 @@ - + diff --git a/docs/build-rag-app/stream-responses.html b/docs/build-rag-app/stream-responses.html index 3c29be1..6a9af30 100644 --- a/docs/build-rag-app/stream-responses.html +++ b/docs/build-rag-app/stream-responses.html @@ -7,7 +7,7 @@ - + diff --git a/docs/category/add-memory-to-the-rag-application.html b/docs/category/add-memory-to-the-rag-application.html index 188856a..a76de90 100644 --- a/docs/category/add-memory-to-the-rag-application.html +++ b/docs/category/add-memory-to-the-rag-application.html @@ -7,7 +7,7 @@ - + diff --git a/docs/category/build-the-rag-application.html b/docs/category/build-the-rag-application.html index 81b4300..b27ed7a 100644 --- a/docs/category/build-the-rag-application.html +++ b/docs/category/build-the-rag-application.html @@ -7,7 +7,7 @@ - + diff --git a/docs/category/dev-environment.html b/docs/category/dev-environment.html index 2aeb088..aca8e0d 100644 --- a/docs/category/dev-environment.html +++ b/docs/category/dev-environment.html @@ -7,7 +7,7 @@ - + diff --git a/docs/category/fireworks-ai.html b/docs/category/fireworks-ai.html index f17c73c..4e10f67 100644 --- a/docs/category/fireworks-ai.html +++ b/docs/category/fireworks-ai.html @@ -7,7 +7,7 @@ - + diff --git a/docs/category/mongodb-atlas.html b/docs/category/mongodb-atlas.html index f2e1345..3dbca3f 100644 --- a/docs/category/mongodb-atlas.html +++ b/docs/category/mongodb-atlas.html @@ -7,7 +7,7 @@ - + diff --git a/docs/category/perform-semantic-search-on-your-data.html b/docs/category/perform-semantic-search-on-your-data.html index 622ae2b..f00787d 100644 --- a/docs/category/perform-semantic-search-on-your-data.html +++ b/docs/category/perform-semantic-search-on-your-data.html @@ -7,7 +7,7 @@ - + diff --git a/docs/category/prepare-the-data.html b/docs/category/prepare-the-data.html index f4c3282..4143d20 100644 --- a/docs/category/prepare-the-data.html +++ b/docs/category/prepare-the-data.html @@ -7,7 +7,7 @@ - + diff --git a/docs/category/retrieval-augmented-generation.html b/docs/category/retrieval-augmented-generation.html index 82d4205..aaf5983 100644 --- a/docs/category/retrieval-augmented-generation.html +++ b/docs/category/retrieval-augmented-generation.html @@ -7,7 +7,7 @@ - + diff --git a/docs/dev-env/dev-setup.html b/docs/dev-env/dev-setup.html index 6204f47..e4148ca 100644 --- a/docs/dev-env/dev-setup.html +++ b/docs/dev-env/dev-setup.html @@ -7,7 +7,7 @@ - + diff --git a/docs/dev-env/setup-pre-reqs.html b/docs/dev-env/setup-pre-reqs.html index 96247e3..8978173 100644 --- a/docs/dev-env/setup-pre-reqs.html +++ b/docs/dev-env/setup-pre-reqs.html @@ -7,7 +7,7 @@ - + diff --git a/docs/fireworks-ai/create-account.html b/docs/fireworks-ai/create-account.html index 8848d82..7d1773b 100644 --- a/docs/fireworks-ai/create-account.html +++ b/docs/fireworks-ai/create-account.html @@ -7,7 +7,7 @@ - + diff --git a/docs/fireworks-ai/create-api-key.html b/docs/fireworks-ai/create-api-key.html index c0fa885..015756b 100644 --- a/docs/fireworks-ai/create-api-key.html +++ b/docs/fireworks-ai/create-api-key.html @@ -7,7 +7,7 @@ - + diff --git a/docs/intro.html b/docs/intro.html index 5969a9b..376dc73 100644 --- a/docs/intro.html +++ b/docs/intro.html @@ -7,7 +7,7 @@ - + diff --git a/docs/mongodb-atlas/create-account.html b/docs/mongodb-atlas/create-account.html index f35e044..0475de8 100644 --- a/docs/mongodb-atlas/create-account.html +++ b/docs/mongodb-atlas/create-account.html @@ -7,7 +7,7 @@ - + diff --git a/docs/mongodb-atlas/create-cluster.html b/docs/mongodb-atlas/create-cluster.html index aa736e4..b243248 100644 --- a/docs/mongodb-atlas/create-cluster.html +++ b/docs/mongodb-atlas/create-cluster.html @@ -7,7 +7,7 @@ - + diff --git a/docs/mongodb-atlas/get-connection-string.html b/docs/mongodb-atlas/get-connection-string.html index 3bf82c3..97762d2 100644 --- a/docs/mongodb-atlas/get-connection-string.html +++ b/docs/mongodb-atlas/get-connection-string.html @@ -7,7 +7,7 @@ - + diff --git a/docs/perform-semantic-search/concepts.html b/docs/perform-semantic-search/concepts.html index 03467f4..78ca0c1 100644 --- a/docs/perform-semantic-search/concepts.html +++ b/docs/perform-semantic-search/concepts.html @@ -7,7 +7,7 @@ - + diff --git a/docs/perform-semantic-search/create-vector-index.html b/docs/perform-semantic-search/create-vector-index.html index 69dffb8..9bc12cf 100644 --- a/docs/perform-semantic-search/create-vector-index.html +++ b/docs/perform-semantic-search/create-vector-index.html @@ -7,7 +7,7 @@ - + @@ -20,7 +20,7 @@

Click JSON Editor under Atlas Vector Search to create your index

The 'Create Index' page with the 'JSON Editor' tab highlighted

Select the mongodb_rag_lab database and the knowledge collection, change the index name to vector_index, and add the following index definition in the JSON editor:

-
{
"fields": [
{
"type": "vector",
"path": "embedding",
"numDimensions": 1024,
"similarity": "cosine"
}
]
}
-
info

The number of dimensions in the index definition is 1024 since we are using Mixedbread AI's open-source mxbai-embed-large-v1 model to generate embeddings in this lab.

+
{
"fields": [
{
"type": "vector",
"path": "embedding",
"numDimensions": 384,
"similarity": "cosine"
}
]
}
+
info

The number of dimensions in the index definition is 384 since we are using the gte-small model to generate embeddings in this lab.

\ No newline at end of file diff --git a/docs/perform-semantic-search/pre-filtering.html b/docs/perform-semantic-search/pre-filtering.html index c08a0fa..0dcebb8 100644 --- a/docs/perform-semantic-search/pre-filtering.html +++ b/docs/perform-semantic-search/pre-filtering.html @@ -7,7 +7,7 @@ - + diff --git a/docs/perform-semantic-search/vector-search.html b/docs/perform-semantic-search/vector-search.html index b208905..4ae6ed1 100644 --- a/docs/perform-semantic-search/vector-search.html +++ b/docs/perform-semantic-search/vector-search.html @@ -7,7 +7,7 @@ - + diff --git a/docs/prepare-the-data/chunk-data.html b/docs/prepare-the-data/chunk-data.html index 7ff43d0..2510635 100644 --- a/docs/prepare-the-data/chunk-data.html +++ b/docs/prepare-the-data/chunk-data.html @@ -7,7 +7,7 @@ - + diff --git a/docs/prepare-the-data/concepts.html b/docs/prepare-the-data/concepts.html index e451d6c..54ffbef 100644 --- a/docs/prepare-the-data/concepts.html +++ b/docs/prepare-the-data/concepts.html @@ -7,7 +7,7 @@ - + diff --git a/docs/prepare-the-data/embed-data.html b/docs/prepare-the-data/embed-data.html index a5f5190..7639184 100644 --- a/docs/prepare-the-data/embed-data.html +++ b/docs/prepare-the-data/embed-data.html @@ -7,7 +7,7 @@ - + @@ -16,10 +16,11 @@

Fill in any <CODE_BLOCK_N> placeholders and run the cells under the Step 5: Generate embeddings section in the notebook to embed the chunked articles.

The answers for code blocks in this section are as follows:

CODE_BLOCK_8

-
Answer
SentenceTransformer("mixedbread-ai/mxbai-embed-large-v1")
+
Answer
SentenceTransformer("thenlper/gte-small")

CODE_BLOCK_9

Answer
embedding = embedding_model.encode(text)
return embedding.tolist()

CODE_BLOCK_10

-
Answer
for doc in split_docs:
doc["embedding"] = get_embedding(doc["body"])
embedded_docs.append(doc)
+
Answer
for doc in tqdm(split_docs):
doc["embedding"] = get_embedding(doc["body"])
embedded_docs.append(doc)
+
caution

If the embedding generation is taking too long (> 2-3 min), kill/interrupt the cell and move on to the next step with the documents that have been embedded up until that point.

\ No newline at end of file diff --git a/docs/prepare-the-data/ingest-data.html b/docs/prepare-the-data/ingest-data.html index 0519f76..91e7630 100644 --- a/docs/prepare-the-data/ingest-data.html +++ b/docs/prepare-the-data/ingest-data.html @@ -7,7 +7,7 @@ - + diff --git a/docs/prepare-the-data/load-data.html b/docs/prepare-the-data/load-data.html index c49715f..683302b 100644 --- a/docs/prepare-the-data/load-data.html +++ b/docs/prepare-the-data/load-data.html @@ -7,7 +7,7 @@ - + diff --git a/docs/rag/components-of-rag.html b/docs/rag/components-of-rag.html index 88937b0..eb5ec42 100644 --- a/docs/rag/components-of-rag.html +++ b/docs/rag/components-of-rag.html @@ -7,7 +7,7 @@ - + diff --git a/docs/rag/rag-usecases.html b/docs/rag/rag-usecases.html index 14f56fa..8f1ae85 100644 --- a/docs/rag/rag-usecases.html +++ b/docs/rag/rag-usecases.html @@ -7,7 +7,7 @@ - + diff --git a/docs/rag/what-is-rag.html b/docs/rag/what-is-rag.html index a7caa0e..7f07a47 100644 --- a/docs/rag/what-is-rag.html +++ b/docs/rag/what-is-rag.html @@ -7,7 +7,7 @@ - + diff --git a/docs/summary.html b/docs/summary.html index dc59d34..9e7a3de 100644 --- a/docs/summary.html +++ b/docs/summary.html @@ -7,7 +7,7 @@ - + diff --git a/helloWorld.html b/helloWorld.html index cd37b47..a2b4a50 100644 --- a/helloWorld.html +++ b/helloWorld.html @@ -7,7 +7,7 @@ - + diff --git a/index.html b/index.html index 1fa4b51..b4f6bde 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - + diff --git a/search-index-docs-default-current.json b/search-index-docs-default-current.json index c5e1a20..e35719f 100644 --- a/search-index-docs-default-current.json +++ b/search-index-docs-default-current.json @@ -1 +1 @@ -{"documents":[{"id":1,"pageTitle":"👐 Add memory to the RAG application","sectionTitle":"👐 Add memory to the RAG application","sectionRoute":"/ai-rag-lab/docs/add-memory/add-memory","type":"docs"},{"id":6,"pageTitle":"📘 Tools, libraries, and concepts","sectionTitle":"📘 Tools, libraries, and concepts","sectionRoute":"/ai-rag-lab/docs/add-memory/concepts","type":"docs"},{"id":10,"pageTitle":"🦹 Re-rank retrieved results","sectionTitle":"🦹 Re-rank retrieved results","sectionRoute":"/ai-rag-lab/docs/build-rag-app/add-reranking","type":"docs"},{"id":2,"pageTitle":"👐 Build the RAG application","sectionTitle":"👐 Build the RAG application","sectionRoute":"/ai-rag-lab/docs/build-rag-app/build-rag-app","type":"docs"},{"id":3,"pageTitle":"🦹 Stream responses from the RAG application","sectionTitle":"🦹 Stream responses from the RAG application","sectionRoute":"/ai-rag-lab/docs/build-rag-app/stream-responses","type":"docs"},{"id":4,"pageTitle":"","sectionTitle":"📄️ 📘 Tools, libraries, and concepts","sectionRoute":"/ai-rag-lab/docs/category/add-memory-to-the-rag-application","type":"docs"},{"id":5,"pageTitle":"","sectionTitle":"📄️ 👐 Add memory to the RAG application","sectionRoute":"/ai-rag-lab/docs/category/add-memory-to-the-rag-application","type":"docs"},{"id":7,"pageTitle":"","sectionTitle":"📄️ 👐 Build the RAG application","sectionRoute":"/ai-rag-lab/docs/category/build-the-rag-application","type":"docs"},{"id":8,"pageTitle":"","sectionTitle":"📄️ 🦹 Re-rank retrieved results","sectionRoute":"/ai-rag-lab/docs/category/build-the-rag-application","type":"docs"},{"id":9,"pageTitle":"","sectionTitle":"📄️ 🦹 Stream responses from the RAG application","sectionRoute":"/ai-rag-lab/docs/category/build-the-rag-application","type":"docs"},{"id":13,"pageTitle":"","sectionTitle":"📄️ 👐 Setup dev environment","sectionRoute":"/ai-rag-lab/docs/category/dev-environment","type":"docs"},{"id":14,"pageTitle":"","sectionTitle":"📄️ 👐 Setup prerequisites","sectionRoute":"/ai-rag-lab/docs/category/dev-environment","type":"docs"},{"id":11,"pageTitle":"","sectionTitle":"📄️ 👐 Create an account","sectionRoute":"/ai-rag-lab/docs/category/fireworks-ai","type":"docs"},{"id":12,"pageTitle":"","sectionTitle":"📄️ 👐 Create an API key","sectionRoute":"/ai-rag-lab/docs/category/fireworks-ai","type":"docs"},{"id":22,"pageTitle":"","sectionTitle":"📄️ 👐 Create your account","sectionRoute":"/ai-rag-lab/docs/category/mongodb-atlas","type":"docs"},{"id":23,"pageTitle":"","sectionTitle":"📄️ 👐 Deploy a database cluster","sectionRoute":"/ai-rag-lab/docs/category/mongodb-atlas","type":"docs"},{"id":24,"pageTitle":"","sectionTitle":"📄️ 👐 Get your connection string","sectionRoute":"/ai-rag-lab/docs/category/mongodb-atlas","type":"docs"},{"id":15,"pageTitle":"","sectionTitle":"📄️ 📘 Semantic search in MongoDB","sectionRoute":"/ai-rag-lab/docs/category/perform-semantic-search-on-your-data","type":"docs"},{"id":16,"pageTitle":"","sectionTitle":"📄️ 👐 Create a vector search index","sectionRoute":"/ai-rag-lab/docs/category/perform-semantic-search-on-your-data","type":"docs"},{"id":17,"pageTitle":"","sectionTitle":"📄️ 👐 Perform semantic search","sectionRoute":"/ai-rag-lab/docs/category/perform-semantic-search-on-your-data","type":"docs"},{"id":18,"pageTitle":"","sectionTitle":"📄️ 🦹 Combine pre-filtering with vector search","sectionRoute":"/ai-rag-lab/docs/category/perform-semantic-search-on-your-data","type":"docs"},{"id":27,"pageTitle":"","sectionTitle":"📄️ 📘 Tools, libraries, and concepts","sectionRoute":"/ai-rag-lab/docs/category/prepare-the-data","type":"docs"},{"id":28,"pageTitle":"","sectionTitle":"📄️ 👐 Load the dataset","sectionRoute":"/ai-rag-lab/docs/category/prepare-the-data","type":"docs"},{"id":29,"pageTitle":"","sectionTitle":"📄️ 👐 Chunk up the data","sectionRoute":"/ai-rag-lab/docs/category/prepare-the-data","type":"docs"},{"id":30,"pageTitle":"","sectionTitle":"📄️ 👐 Generate embeddings","sectionRoute":"/ai-rag-lab/docs/category/prepare-the-data","type":"docs"},{"id":31,"pageTitle":"","sectionTitle":"📄️ 👐 Ingest data into MongoDB","sectionRoute":"/ai-rag-lab/docs/category/prepare-the-data","type":"docs"},{"id":19,"pageTitle":"","sectionTitle":"📄️ 📘 What is RAG?","sectionRoute":"/ai-rag-lab/docs/category/retrieval-augmented-generation","type":"docs"},{"id":20,"pageTitle":"","sectionTitle":"📄️ 📘 When to use RAG?","sectionRoute":"/ai-rag-lab/docs/category/retrieval-augmented-generation","type":"docs"},{"id":21,"pageTitle":"","sectionTitle":"📄️ 📘 Components of a RAG system","sectionRoute":"/ai-rag-lab/docs/category/retrieval-augmented-generation","type":"docs"},{"id":25,"pageTitle":"👐 Setup dev environment","sectionTitle":"👐 Setup dev environment","sectionRoute":"/ai-rag-lab/docs/dev-env/dev-setup","type":"docs"},{"id":26,"pageTitle":"👐 Setup dev environment","sectionTitle":"Local setup","sectionRoute":"/ai-rag-lab/docs/dev-env/dev-setup#local-setup","type":"docs"},{"id":32,"pageTitle":"👐 Setup prerequisites","sectionTitle":"👐 Setup prerequisites","sectionRoute":"/ai-rag-lab/docs/dev-env/setup-pre-reqs","type":"docs"},{"id":33,"pageTitle":"👐 Create an account","sectionTitle":"👐 Create an account","sectionRoute":"/ai-rag-lab/docs/fireworks-ai/create-account","type":"docs"},{"id":34,"pageTitle":"👐 Create an API key","sectionTitle":"👐 Create an API key","sectionRoute":"/ai-rag-lab/docs/fireworks-ai/create-api-key","type":"docs"},{"id":35,"pageTitle":"Introduction","sectionTitle":"Introduction","sectionRoute":"/ai-rag-lab/docs/intro","type":"docs"},{"id":36,"pageTitle":"👐 Create your account","sectionTitle":"👐 Create your account","sectionRoute":"/ai-rag-lab/docs/mongodb-atlas/create-account","type":"docs"},{"id":37,"pageTitle":"👐 Create your account","sectionTitle":"Sign up for MongoDB Atlas","sectionRoute":"/ai-rag-lab/docs/mongodb-atlas/create-account#sign-up-for-mongodb-atlas","type":"docs"},{"id":38,"pageTitle":"👐 Create your account","sectionTitle":"Verify your email address","sectionRoute":"/ai-rag-lab/docs/mongodb-atlas/create-account#verify-your-email-address","type":"docs"},{"id":39,"pageTitle":"👐 Create your account","sectionTitle":"Finish the onboarding","sectionRoute":"/ai-rag-lab/docs/mongodb-atlas/create-account#finish-the-onboarding","type":"docs"},{"id":44,"pageTitle":"👐 Deploy a database cluster","sectionTitle":"👐 Deploy a database cluster","sectionRoute":"/ai-rag-lab/docs/mongodb-atlas/create-cluster","type":"docs"},{"id":45,"pageTitle":"👐 Deploy a database cluster","sectionTitle":"Security quickstart","sectionRoute":"/ai-rag-lab/docs/mongodb-atlas/create-cluster#security-quickstart","type":"docs"},{"id":46,"pageTitle":"👐 Deploy a database cluster","sectionTitle":"Network access","sectionRoute":"/ai-rag-lab/docs/mongodb-atlas/create-cluster#network-access","type":"docs"},{"id":47,"pageTitle":"👐 Deploy a database cluster","sectionTitle":"Database user","sectionRoute":"/ai-rag-lab/docs/mongodb-atlas/create-cluster#database-user","type":"docs"},{"id":48,"pageTitle":"👐 Deploy a database cluster","sectionTitle":"Manual network access configuration","sectionRoute":"/ai-rag-lab/docs/mongodb-atlas/create-cluster#manual-network-access-configuration","type":"docs"},{"id":49,"pageTitle":"👐 Deploy a database cluster","sectionTitle":"That's all!","sectionRoute":"/ai-rag-lab/docs/mongodb-atlas/create-cluster#thats-all","type":"docs"},{"id":41,"pageTitle":"👐 Get your connection string","sectionTitle":"👐 Get your connection string","sectionRoute":"/ai-rag-lab/docs/mongodb-atlas/get-connection-string","type":"docs"},{"id":56,"pageTitle":"📘 Semantic search in MongoDB","sectionTitle":"📘 Semantic search in MongoDB","sectionRoute":"/ai-rag-lab/docs/perform-semantic-search/concepts","type":"docs"},{"id":40,"pageTitle":"👐 Create a vector search index","sectionTitle":"👐 Create a vector search index","sectionRoute":"/ai-rag-lab/docs/perform-semantic-search/create-vector-index","type":"docs"},{"id":42,"pageTitle":"🦹 Combine pre-filtering with vector search","sectionTitle":"🦹 Combine pre-filtering with vector search","sectionRoute":"/ai-rag-lab/docs/perform-semantic-search/pre-filtering","type":"docs"},{"id":43,"pageTitle":"👐 Perform semantic search","sectionTitle":"👐 Perform semantic search","sectionRoute":"/ai-rag-lab/docs/perform-semantic-search/vector-search","type":"docs"},{"id":50,"pageTitle":"👐 Chunk up the data","sectionTitle":"👐 Chunk up the data","sectionRoute":"/ai-rag-lab/docs/prepare-the-data/chunk-data","type":"docs"},{"id":51,"pageTitle":"📘 Tools, libraries, and concepts","sectionTitle":"📘 Tools, libraries, and concepts","sectionRoute":"/ai-rag-lab/docs/prepare-the-data/concepts","type":"docs"},{"id":52,"pageTitle":"📘 Tools, libraries, and concepts","sectionTitle":"datasets","sectionRoute":"/ai-rag-lab/docs/prepare-the-data/concepts#datasets","type":"docs"},{"id":53,"pageTitle":"📘 Tools, libraries, and concepts","sectionTitle":"RecursiveCharacterTextSplitter","sectionRoute":"/ai-rag-lab/docs/prepare-the-data/concepts#recursivecharactertextsplitter","type":"docs"},{"id":54,"pageTitle":"📘 Tools, libraries, and concepts","sectionTitle":"Sentence Transformers","sectionRoute":"/ai-rag-lab/docs/prepare-the-data/concepts#sentence-transformers","type":"docs"},{"id":55,"pageTitle":"📘 Tools, libraries, and concepts","sectionTitle":"PyMongo","sectionRoute":"/ai-rag-lab/docs/prepare-the-data/concepts#pymongo","type":"docs"},{"id":57,"pageTitle":"👐 Generate embeddings","sectionTitle":"👐 Generate embeddings","sectionRoute":"/ai-rag-lab/docs/prepare-the-data/embed-data","type":"docs"},{"id":61,"pageTitle":"👐 Ingest data into MongoDB","sectionTitle":"👐 Ingest data into MongoDB","sectionRoute":"/ai-rag-lab/docs/prepare-the-data/ingest-data","type":"docs"},{"id":62,"pageTitle":"👐 Load the dataset","sectionTitle":"👐 Load the dataset","sectionRoute":"/ai-rag-lab/docs/prepare-the-data/load-data","type":"docs"},{"id":58,"pageTitle":"📘 Components of a RAG system","sectionTitle":"📘 Components of a RAG system","sectionRoute":"/ai-rag-lab/docs/rag/components-of-rag","type":"docs"},{"id":59,"pageTitle":"📘 Components of a RAG system","sectionTitle":"Retrieval","sectionRoute":"/ai-rag-lab/docs/rag/components-of-rag#retrieval","type":"docs"},{"id":60,"pageTitle":"📘 Components of a RAG system","sectionTitle":"Generation","sectionRoute":"/ai-rag-lab/docs/rag/components-of-rag#generation","type":"docs"},{"id":65,"pageTitle":"📘 When to use RAG?","sectionTitle":"📘 When to use RAG?","sectionRoute":"/ai-rag-lab/docs/rag/rag-usecases","type":"docs"},{"id":63,"pageTitle":"📘 What is RAG?","sectionTitle":"📘 What is RAG?","sectionRoute":"/ai-rag-lab/docs/rag/what-is-rag","type":"docs"},{"id":64,"pageTitle":"🎯 Summary","sectionTitle":"🎯 Summary","sectionRoute":"/ai-rag-lab/docs/summary","type":"docs"}],"index":{"version":"2.3.9","fields":["title","content","tags"],"fieldVectors":[["title/1",[0,0.18,1,1.612,2,1.459,3,0.407,4,0.736]],["content/1",[0,0.277,1,2.079,2,2.245,3,0.626,4,1.34,5,2.043,6,2.235,7,1.475,8,1.764,9,2.141,10,2.235,11,2.235,12,2.043,13,1.153,14,1.891,15,0.928,16,2.235,17,1.891,18,1.56,19,1.983,20,2.235,21,3.321,22,2.235,23,2.235,24,2.043,25,1.578,26,0.786,27,1.56,28,1.655,29,2.235,30,0.3,31,1.208,32,1.399,33,1.266,34,0.928,35,1.208,36,1.055,37,0.724,38,2.235,39,1.102,40,1.266,41,1.475,42,0.853,43,2.879,44,2.879,45,2.879,46,4.279,47,3.963,48,3.462,49,2.879,50,2.879,51,2.879,52,2.879,53,2.879,54,2.879,55,2.879,56,1.399,57,2.879,58,2.879,59,2.879,60,2.879,61,2.879,62,2.879,63,2.879,64,2.879,65,2.879,66,2.879,67,2.879,68,2.879,69,3.701,70,2.879,71,2.879,72,2.879,73,2.879,74,2.879]],["tags/1",[]],["title/6",[0,0.199,75,1.696,76,1.471,77,1.696]],["content/6",[2,1.822,9,2.321,12,2.941,13,2.495,19,1.454,27,2.244,28,3.18,30,0.432,78,2.721,79,2.941,80,3.216,81,1.041,82,4.144,83,5.534,84,3.58,85,1.913,86,5.389,87,5.534,88,2.721,89,2.538,90,2.385,91,4.144,92,4.144,93,2.721,94,2.538,95,1.131,96,1.913,97,4.144,98,4.144,99,2.538,100,4.144,101,3.585,102,3.585]],["tags/6",[]],["title/10",[0,0.18,26,0.906,103,2.033,104,2.033,105,1.459]],["content/10",[0,0.314,1,1.74,3,0.614,4,1.112,13,1.435,19,1.257,25,1.548,26,1.367,31,1.502,32,1.74,33,1.575,34,1.154,35,1.502,36,1.312,39,1.371,40,1.575,41,1.835,42,1.062,69,3.099,90,1.371,103,3.831,104,3.538,105,2.202,106,2.542,107,2.542,108,2.006,109,1.835,110,2.542,111,2.313,112,2.542,113,1.312,114,2.542,115,2.542,116,1.94,117,2.542,118,1.107,119,2.352,120,1.835,121,2.059,122,2.542,123,2.542,124,3.099,125,3.582,126,3.582,127,3.582,128,3.582,129,3.582,130,3.582,131,3.099,132,3.582]],["tags/10",[]],["title/2",[0,0.199,3,0.45,4,0.815,133,1.54]],["content/2",[0,0.366,3,0.693,4,1.254,9,2.37,18,1.864,19,1.709,25,1.505,26,1.329,28,1.978,30,0.359,31,1.444,32,1.672,33,1.514,34,1.109,35,1.444,36,1.261,37,0.865,39,1.318,40,1.514,41,1.763,42,1.02,47,2.671,48,2.108,90,1.865,93,2.26,95,0.939,108,1.379,111,1.589,113,0.901,131,2.977,133,2.043,134,1.318,135,0.617,136,2.108,137,2.26,138,1.864,139,0.939,140,3.457,141,1.978,142,1.864,143,1.978,144,1.864,145,3.442,146,3.442,147,3.442,148,3.442,149,3.442,150,3.442,151,3.442,152,3.442,153,2.977,154,2.977,155,2.977,156,3.442]],["tags/2",[]],["title/3",[0,0.18,3,0.407,4,0.736,96,1.532,157,2.033]],["content/3",[0,0.357,3,0.439,4,0.795,9,2.101,19,1.257,25,1.548,27,1.94,28,2.059,31,1.502,32,1.74,33,1.575,34,1.154,35,1.502,36,1.312,39,1.371,40,1.575,41,1.835,42,1.062,47,2.78,48,2.194,88,2.352,94,2.194,95,1.576,96,2.313,105,2.75,153,3.099,154,3.099,155,3.099,157,3.538,158,2.352,159,3.068,160,2.059,161,2.542,162,2.352,163,2.542,164,0.552,165,2.194,166,2.542,167,1.74,168,2.352,169,3.582,170,3.582,171,3.582,172,3.582,173,2.78,174,1.502,175,3.582,176,3.582,177,3.582]],["tags/3",[]],["title/4",[0,0.258,75,1.532,76,1.329,77,1.532]],["content/4",[0,0.355,1,1.937,2,2.687,3,0.661,4,1.452,5,2.83,6,3.095,7,2.043,8,2.442,9,2.261,10,3.095,11,3.095,12,3.827,13,2.16,14,2.618,15,1.285,16,3.095,17,2.618,18,2.16,19,1.399,20,3.095,21,4.185,22,3.095,23,3.095,24,2.83,25,1.232,26,1.088,27,2.16,28,2.292,29,3.095,30,0.415,75,1.841,76,1.597,77,1.841,78,2.618,79,2.83,80,3.095]],["tags/4",[]],["title/5",[0,0.241,1,1.47,2,1.331,3,0.371,4,0.672]],["content/5",[0,0.355,1,1.937,2,2.687,3,0.661,4,1.452,5,2.83,6,3.095,7,2.043,8,2.442,9,2.261,10,3.095,11,3.095,12,3.827,13,2.16,14,2.618,15,1.285,16,3.095,17,2.618,18,2.16,19,1.399,20,3.095,21,4.185,22,3.095,23,3.095,24,2.83,25,1.232,26,1.088,27,2.16,28,2.292,29,3.095,30,0.415,75,1.841,76,1.597,77,1.841,78,2.618,79,2.83,80,3.095]],["tags/5",[]],["title/7",[0,0.258,3,0.407,4,0.736,133,1.392]],["content/7",[0,0.347,3,0.702,4,1.271,9,2.176,13,1.185,18,1.603,19,1.038,26,1.563,27,1.603,30,0.308,88,1.944,90,1.987,93,1.944,94,1.813,95,1.563,96,1.367,103,3.179,104,2.675,105,2.687,106,2.101,107,2.101,108,2.078,109,1.516,110,2.101,111,2.396,112,2.101,113,1.144,114,2.101,115,2.101,116,1.603,117,2.101,118,0.915,119,1.944,120,1.516,121,1.701,122,2.101,123,2.101,133,1.241,134,1.133,135,0.53,136,1.813,137,1.944,138,1.603,139,0.808,140,2.101,141,1.701,142,1.603,143,1.701,144,1.603,157,2.675,158,1.944,159,1.813,160,1.701,161,2.101,162,1.944,163,2.101,164,0.481,165,1.813,166,2.101,167,1.438,168,1.944]],["tags/7",[]],["title/8",[0,0.241,26,0.826,103,1.854,104,1.854,105,1.331]],["content/8",[0,0.347,3,0.702,4,1.271,9,2.176,13,1.185,18,1.603,19,1.038,26,1.563,27,1.603,30,0.308,88,1.944,90,1.987,93,1.944,94,1.813,95,1.563,96,1.367,103,3.179,104,2.675,105,2.687,106,2.101,107,2.101,108,2.078,109,1.516,110,2.101,111,2.396,112,2.101,113,1.144,114,2.101,115,2.101,116,1.603,117,2.101,118,0.915,119,1.944,120,1.516,121,1.701,122,2.101,123,2.101,133,1.241,134,1.133,135,0.53,136,1.813,137,1.944,138,1.603,139,0.808,140,2.101,141,1.701,142,1.603,143,1.701,144,1.603,157,2.675,158,1.944,159,1.813,160,1.701,161,2.101,162,1.944,163,2.101,164,0.481,165,1.813,166,2.101,167,1.438,168,1.944]],["tags/8",[]],["title/9",[0,0.241,3,0.371,4,0.672,96,1.398,157,1.854]],["content/9",[0,0.347,3,0.702,4,1.271,9,2.176,13,1.185,18,1.603,19,1.038,26,1.563,27,1.603,30,0.308,88,1.944,90,1.987,93,1.944,94,1.813,95,1.563,96,1.367,103,3.179,104,2.675,105,2.687,106,2.101,107,2.101,108,2.078,109,1.516,110,2.101,111,2.396,112,2.101,113,1.144,114,2.101,115,2.101,116,1.603,117,2.101,118,0.915,119,1.944,120,1.516,121,1.701,122,2.101,123,2.101,133,1.241,134,1.133,135,0.53,136,1.813,137,1.944,138,1.603,139,0.808,140,2.101,141,1.701,142,1.603,143,1.701,144,1.603,157,2.675,158,1.944,159,1.813,160,1.701,161,2.101,162,1.944,163,2.101,164,0.481,165,1.813,166,2.101,167,1.438,168,1.944]],["tags/9",[]],["title/13",[0,0.258,178,1.7,179,2.355,180,2.033]],["content/13",[0,0.386,25,1.389,31,1.886,33,1.977,34,1.881,35,1.886,36,1.647,37,1.13,39,2.483,56,2.184,81,1.467,164,0.495,178,3.322,179,3.191,180,2.754,181,2.184,182,3.191,183,3.49,184,3.191,185,3.49,186,2.754,187,3.191,188,3.49,189,3.834]],["tags/13",[]],["title/14",[0,0.277,178,1.881,189,2.412]],["content/14",[0,0.386,25,1.389,31,1.886,33,1.977,34,1.881,35,1.886,36,1.647,37,1.13,39,2.483,56,2.184,81,1.467,164,0.495,178,3.322,179,3.191,180,2.754,181,2.184,182,3.191,183,3.49,184,3.191,185,3.49,186,2.754,187,3.191,188,3.49,189,3.834]],["tags/14",[]],["title/11",[0,0.277,135,0.658,190,1.406]],["content/11",[0,0.36,7,2.106,37,1.033,56,1.997,81,1.033,89,2.518,108,2.205,121,2.363,135,1.112,141,2.363,142,2.227,143,2.363,144,2.227,164,0.606,190,2.108,191,3.191,192,3.615,193,2.518,194,2.918,195,2.918,196,2.918,197,2.918,198,1.647,199,3.191,200,3.191,201,3.191,202,3.191,203,3.801,204,3.801,205,2.918,206,2.7,207,2.918,208,2.7]],["tags/11",[]],["title/12",[0,0.258,135,0.595,203,2.033,204,2.033]],["content/12",[0,0.36,7,2.106,37,1.033,56,1.997,81,1.033,89,2.518,108,2.205,121,2.363,135,1.112,141,2.363,142,2.227,143,2.363,144,2.227,164,0.606,190,2.108,191,3.191,192,3.615,193,2.518,194,2.918,195,2.918,196,2.918,197,2.918,198,1.647,199,3.191,200,3.191,201,3.191,202,3.191,203,3.801,204,3.801,205,2.918,206,2.7,207,2.918,208,2.7]],["tags/12",[]],["title/22",[0,0.277,135,0.658,190,1.406]],["content/22",[0,0.389,2,1.851,3,0.516,4,0.934,15,1.356,30,0.582,81,1.405,116,2.28,135,1.002,139,1.526,164,0.464,190,2.141,209,2.579,210,1.944,211,2.579,212,2.765,213,2.579,214,2.156,215,1.766,216,3.624,217,2.156,218,1.542,219,2.579,220,2.864,221,3.425,222,1.415,223,0.788,224,2.579]],["tags/22",[]],["title/23",[0,0.258,214,1.7,215,1.392,216,1.797]],["content/23",[0,0.389,2,1.851,3,0.516,4,0.934,15,1.356,30,0.582,81,1.405,116,2.28,135,1.002,139,1.526,164,0.464,190,2.141,209,2.579,210,1.944,211,2.579,212,2.765,213,2.579,214,2.156,215,1.766,216,3.624,217,2.156,218,1.542,219,2.579,220,2.864,221,3.425,222,1.415,223,0.788,224,2.579]],["tags/23",[]],["title/24",[0,0.277,220,1.881,221,2.249]],["content/24",[0,0.389,2,1.851,3,0.516,4,0.934,15,1.356,30,0.582,81,1.405,116,2.28,135,1.002,139,1.526,164,0.464,190,2.141,209,2.579,210,1.944,211,2.579,212,2.765,213,2.579,214,2.156,215,1.766,216,3.624,217,2.156,218,1.542,219,2.579,220,2.864,221,3.425,222,1.415,223,0.788,224,2.579]],["tags/24",[]],["title/15",[0,0.258,30,0.346,225,1.392,226,0.834]],["content/15",[0,0.385,26,0.945,30,0.677,34,1.116,84,1.991,85,2.259,90,1.326,113,1.281,120,1.775,134,1.326,135,0.621,139,0.945,164,0.539,217,1.775,222,1.164,223,1.062,225,2.379,226,1.856,227,2.275,228,2.099,229,1.991,230,1.269,231,2.122,232,2.122,233,1.991,234,2.052,235,2.65,236,1.775,237,2.275,238,2.122,239,2.122,240,2.275,241,1.991]],["tags/15",[]],["title/16",[0,0.241,85,1.398,135,0.542,226,0.761,228,0.897]],["content/16",[0,0.385,26,0.945,30,0.677,34,1.116,84,1.991,85,2.259,90,1.326,113,1.281,120,1.775,134,1.326,135,0.621,139,0.945,164,0.539,217,1.775,222,1.164,223,1.062,225,2.379,226,1.856,227,2.275,228,2.099,229,1.991,230,1.269,231,2.122,232,2.122,233,1.991,234,2.052,235,2.65,236,1.775,237,2.275,238,2.122,239,2.122,240,2.275,241,1.991]],["tags/16",[]],["title/17",[0,0.258,225,1.392,226,0.834,230,1.216]],["content/17",[0,0.385,26,0.945,30,0.677,34,1.116,84,1.991,85,2.259,90,1.326,113,1.281,120,1.775,134,1.326,135,0.621,139,0.945,164,0.539,217,1.775,222,1.164,223,1.062,225,2.379,226,1.856,227,2.275,228,2.099,229,1.991,230,1.269,231,2.122,232,2.122,233,1.991,234,2.052,235,2.65,236,1.775,237,2.275,238,2.122,239,2.122,240,2.275,241,1.991]],["tags/17",[]],["title/18",[0,0.226,226,0.699,228,0.825,233,1.599,234,1.167,235,1.507]],["content/18",[0,0.385,26,0.945,30,0.677,34,1.116,84,1.991,85,2.259,90,1.326,113,1.281,120,1.775,134,1.326,135,0.621,139,0.945,164,0.539,217,1.775,222,1.164,223,1.062,225,2.379,226,1.856,227,2.275,228,2.099,229,1.991,230,1.269,231,2.122,232,2.122,233,1.991,234,2.052,235,2.65,236,1.775,237,2.275,238,2.122,239,2.122,240,2.275,241,1.991]],["tags/18",[]],["title/27",[0,0.258,75,1.532,76,1.329,77,1.532]],["content/27",[0,0.392,3,0.576,4,1.042,15,1.513,30,0.69,37,0.822,75,1.511,76,1.31,77,1.511,81,0.822,95,1.282,113,0.857,118,1.856,133,1.372,134,1.253,164,0.36,174,2.305,181,1.589,198,1.881,218,1.721,222,1.847,223,1.124,226,0.822,228,1.629,230,1.199,242,2.538,243,1.676,244,1.88,245,2.004,246,2.004,247,2.406,248,1.772,249,1.772,250,1.31,251,1.372,252,1.88,253,1.88,254,2.7,255,2.544,256,1.88,257,1.88,258,1.88]],["tags/27",[]],["title/28",[0,0.277,242,1.696,243,1.881]],["content/28",[0,0.392,3,0.576,4,1.042,15,1.513,30,0.69,37,0.822,75,1.511,76,1.31,77,1.511,81,0.822,95,1.282,113,0.857,118,1.856,133,1.372,134,1.253,164,0.36,174,2.305,181,1.589,198,1.881,218,1.721,222,1.847,223,1.124,226,0.822,228,1.629,230,1.199,242,2.538,243,1.676,244,1.88,245,2.004,246,2.004,247,2.406,248,1.772,249,1.772,250,1.31,251,1.372,252,1.88,253,1.88,254,2.7,255,2.544,256,1.88,257,1.88,258,1.88]],["tags/28",[]],["title/29",[0,0.258,174,1.392,198,1.329,223,0.621]],["content/29",[0,0.392,3,0.576,4,1.042,15,1.513,30,0.69,37,0.822,75,1.511,76,1.31,77,1.511,81,0.822,95,1.282,113,0.857,118,1.856,133,1.372,134,1.253,164,0.36,174,2.305,181,1.589,198,1.881,218,1.721,222,1.847,223,1.124,226,0.822,228,1.629,230,1.199,242,2.538,243,1.676,244,1.88,245,2.004,246,2.004,247,2.406,248,1.772,249,1.772,250,1.31,251,1.372,252,1.88,253,1.88,254,2.7,255,2.544,256,1.88,257,1.88,258,1.88]],["tags/29",[]],["title/30",[0,0.277,95,1.002,118,1.135]],["content/30",[0,0.392,3,0.576,4,1.042,15,1.513,30,0.69,37,0.822,75,1.511,76,1.31,77,1.511,81,0.822,95,1.282,113,0.857,118,1.856,133,1.372,134,1.253,164,0.36,174,2.305,181,1.589,198,1.881,218,1.721,222,1.847,223,1.124,226,0.822,228,1.629,230,1.199,242,2.538,243,1.676,244,1.88,245,2.004,246,2.004,247,2.406,248,1.772,249,1.772,250,1.31,251,1.372,252,1.88,253,1.88,254,2.7,255,2.544,256,1.88,257,1.88,258,1.88]],["tags/30",[]],["title/31",[0,0.258,30,0.346,222,1.115,223,0.621]],["content/31",[0,0.392,3,0.576,4,1.042,15,1.513,30,0.69,37,0.822,75,1.511,76,1.31,77,1.511,81,0.822,95,1.282,113,0.857,118,1.856,133,1.372,134,1.253,164,0.36,174,2.305,181,1.589,198,1.881,218,1.721,222,1.847,223,1.124,226,0.822,228,1.629,230,1.199,242,2.538,243,1.676,244,1.88,245,2.004,246,2.004,247,2.406,248,1.772,249,1.772,250,1.31,251,1.372,252,1.88,253,1.88,254,2.7,255,2.544,256,1.88,257,1.88,258,1.88]],["tags/31",[]],["title/19",[0,0.299,3,0.504]],["content/19",[0,0.378,3,0.855,13,2.106,26,1.636,42,1.139,95,1.636,96,2.428,99,2.354,105,1.69,108,1.539,109,1.968,111,1.774,138,2.081,164,0.423,210,1.774,223,0.719,234,1.611,236,1.968,250,1.539,251,1.611,259,2.727,260,3.453,261,2.727,262,2.727,263,2.727,264,2.208,265,2.727,266,2.208,267,2.523,268,2.727,269,2.523,270,2.727,271,2.727,272,3.022,273,3.022,274,2.523]],["tags/19",[]],["title/20",[0,0.277,3,0.45,164,0.405]],["content/20",[0,0.378,3,0.855,13,2.106,26,1.636,42,1.139,95,1.636,96,2.428,99,2.354,105,1.69,108,1.539,109,1.968,111,1.774,138,2.081,164,0.423,210,1.774,223,0.719,234,1.611,236,1.968,250,1.539,251,1.611,259,2.727,260,3.453,261,2.727,262,2.727,263,2.727,264,2.208,265,2.727,266,2.208,267,2.523,268,2.727,269,2.523,270,2.727,271,2.727,272,3.022,273,3.022,274,2.523]],["tags/20",[]],["title/21",[0,0.258,3,0.407,272,1.907,273,1.907]],["content/21",[0,0.378,3,0.855,13,2.106,26,1.636,42,1.139,95,1.636,96,2.428,99,2.354,105,1.69,108,1.539,109,1.968,111,1.774,138,2.081,164,0.423,210,1.774,223,0.719,234,1.611,236,1.968,250,1.539,251,1.611,259,2.727,260,3.453,261,2.727,262,2.727,263,2.727,264,2.208,265,2.727,266,2.208,267,2.523,268,2.727,269,2.523,270,2.727,271,2.727,272,3.022,273,3.022,274,2.523]],["tags/21",[]],["title/25",[0,0.199,178,1.881,179,2.606,180,2.249]],["content/25",[34,1.229,39,2.663,40,1.677,81,1.501,162,2.505,164,0.42,181,1.853,182,2.707,183,2.961,184,2.707,185,2.961,186,2.337,187,4.238,188,4.987,208,3.436,241,2.192,275,2.707,276,3.3,277,1.677,278,4.238,279,3.815,280,3.815,281,2.707,282,3.815,283,3.815,284,3.815,285,4.526,286,3.3,287,2.961,288,3.3,289,3.815,290,3.3,291,3.3,292,2.707,293,3.815,294,3.815,295,3.815,296,2.961,297,2.961,298,3.3]],["tags/25",[]],["title/26",[178,2.391,299,4.038]],["content/26",[3,0.769,7,1.847,30,0.524,34,1.162,37,0.906,39,2.617,42,1.492,81,1.576,135,0.646,180,2.209,182,3.572,193,3.551,198,1.444,250,1.444,276,3.12,278,2.56,299,3.12,300,2.799,301,5.797,302,3.607,303,3.607,304,3.607,305,3.607,306,3.607,307,3.607,308,3.607,309,3.607,310,5.033,311,3.607,312,3.607,313,3.572,314,3.12,315,3.607,316,3.607,317,3.607,318,3.906,319,3.607,320,3.607,321,3.607,322,2.56,323,3.607,324,2.56,325,3.607]],["tags/26",[]],["title/32",[0,0.223,178,2.106,189,2.699]],["content/32",[25,1.657,31,2.249,32,2.606,33,2.359,34,1.728,35,2.249,36,1.965,37,1.64,39,2.054,56,2.606,76,2.148,178,2.748,189,3.522,318,4.163,326,5.364]],["tags/32",[]],["title/33",[0,0.223,135,0.737,190,1.574]],["content/33",[15,1.139,25,1.092,37,0.888,42,1.048,56,1.717,81,0.888,89,2.165,108,2.296,121,2.031,135,0.889,141,2.031,142,1.914,143,2.031,144,1.914,164,0.547,184,2.508,186,2.165,187,3.521,190,2.508,191,2.743,192,4.459,193,3.039,194,2.508,195,2.508,196,2.508,197,2.508,198,1.415,199,2.743,200,2.743,201,2.743,202,2.743,203,3.039,204,2.165,206,2.321,218,1.295,219,2.165,275,2.508,277,2.182,327,3.534,328,2.508,329,3.057,330,2.165,331,3.851,332,3.534,333,3.057,334,2.031,335,3.534,336,3.534,337,3.057]],["tags/33",[]],["title/34",[0,0.199,135,0.658,203,2.249,204,2.249]],["content/34",[7,2.628,17,2.435,37,1.289,42,1.099,89,3.143,135,1.194,164,0.408,190,1.964,192,2.435,196,2.631,203,4.412,204,4.479,205,2.631,206,2.435,207,2.631,208,3.863,277,2.792,300,2.878,322,2.631,324,2.631,328,2.631,330,2.271,333,3.207,334,2.949,338,3.207,339,3.207,340,3.708,341,3.708,342,3.207,343,3.207,344,3.207]],["tags/34",[]],["title/35",[345,5.4]],["content/35",[0,0.318,1,1.505,2,1.363,3,0.763,4,1.002,14,2.966,30,0.323,37,0.779,42,1.339,48,3.264,81,1.339,86,2.681,90,1.186,113,1.183,119,2.035,133,1.894,139,1.233,160,1.781,164,0.498,181,1.505,192,2.035,193,1.898,209,3.264,225,1.3,226,1.135,228,0.918,230,1.135,241,1.781,266,1.781,272,1.781,273,2.596,275,2.199,290,2.681,297,2.405,298,2.681,328,2.199,346,3.099,347,3.099,348,2.681,349,3.099,350,3.099,351,3.099,352,3.099,353,3.099,354,2.199,355,3.099,356,4.517,357,2.405,358,3.099,359,3.099,360,3.099,361,3.099,362,3.099,363,3.099,364,3.099,365,4.517,366,5.329,367,3.099,368,3.099,369,3.099,370,2.681,371,3.099]],["tags/35",[]],["title/36",[0,0.223,135,0.737,190,1.574]],["content/36",[2,2.122,3,0.592,4,1.071,15,1.555,25,1.491,30,0.636,37,1.213,42,1.43,81,1.213,135,0.865,139,1.667,164,0.673,190,2.339,206,3.168,209,2.955,210,2.228,211,2.955,212,3.168,213,2.955,328,3.424,329,4.174,330,2.955,331,3.745]],["tags/36",[]],["title/37",[30,0.383,139,1.002,197,2.606,198,1.471]],["content/37",[30,0.598,81,1.102,102,3.793,135,1.148,139,1.567,160,2.52,164,0.633,190,2.453,195,3.112,219,2.686,277,1.928,281,3.112,292,3.112,300,3.403,331,3.403,334,2.52,372,3.793,373,4.385,374,3.403,375,4.385,376,4.385,377,4.458,378,2.879,379,3.793,380,4.385,381,5.744,382,3.403,383,2.879,384,4.385]],["tags/37",[]],["title/38",[382,3.19,383,2.699,385,3.556]],["content/38",[30,0.522,99,3.067,277,2.202,370,4.332,382,5.705,383,4.107,385,5.41,386,6.254,387,5.008,388,5.008,389,3.887,390,5.008,391,5.008,392,5.008,393,5.008,394,5.008]],["tags/38",[]],["title/39",[395,4.038,396,4.038]],["content/39",[30,0.595,31,2.395,139,1.559,277,2.511,377,4.433,395,4.941,396,4.941,397,4.941,398,5.712,399,5.712]],["tags/39",[]],["title/44",[0,0.199,214,1.881,215,1.54,216,1.989]],["content/44",[0,0.164,7,1.551,30,0.315,37,0.761,78,1.988,81,1.116,94,2.72,135,1.038,139,0.826,164,0.334,178,1.551,190,1.159,198,1.213,213,2.72,214,1.551,216,3.34,217,1.551,218,1.109,219,3.221,223,0.567,224,1.855,242,2.05,255,1.64,258,1.74,277,1.953,291,3.841,292,2.149,297,2.35,324,3.151,330,1.855,334,2.552,338,2.619,354,3.151,397,2.619,400,2.619,401,4.441,402,3.028,403,4.441,404,4.441,405,2.149,406,5.259,407,2.619,408,3.028,409,3.028,410,5.259,411,3.028,412,3.028,413,3.028,414,4.441,415,3.028,416,3.453,417,2.35,418,2.619,419,3.028,420,3.028,421,2.35,422,3.028,423,3.028,424,3.028,425,3.028,426,3.028,427,2.35,428,3.028,429,2.35]],["tags/44",[]],["title/45",[416,3.065,429,3.623]],["content/45",[9,2.12,15,1.629,30,0.527,135,0.906,139,1.38,158,3.32,160,2.906,167,2.456,214,3.223,215,2.12,229,2.906,337,4.373,416,3.32,417,3.924,429,3.924,430,5.056,431,4.373,432,3.32,433,3.097,434,5.056,435,4.373]],["tags/45",[]],["title/46",[432,3.065,433,2.859]],["content/46",[1,2.76,8,2.642,14,2.832,81,1.084,164,0.475,167,2.095,180,3.48,215,2.383,218,1.58,220,2.209,234,1.809,269,2.832,277,1.896,314,3.731,383,4.435,389,3.347,432,2.832,433,2.642,436,3.731,437,3.061,438,4.313,439,5.843,440,3.731,441,3.731,442,4.313,443,4.313,444,4.313,445,4.313,446,4.313,447,4.313,448,4.313]],["tags/46",[]],["title/47",[9,1.958,215,1.958]],["content/47",[7,2.734,9,2.728,15,1.72,135,1.219,136,2.406,139,1.457,164,0.588,165,2.406,190,2.044,215,2.543,220,2.012,224,2.406,238,2.406,266,2.258,277,1.727,281,2.788,285,3.398,288,3.398,292,2.788,330,2.406,348,3.398,407,3.398,416,2.58,449,6.063,450,5.627,451,3.928,452,3.928,453,3.928,454,5.338,455,3.928,456,3.928,457,3.398]],["tags/47",[]],["title/48",[229,2.111,418,3.177,432,2.412,433,2.249]],["content/48",[1,2.951,8,2.929,25,1.477,36,1.752,167,2.323,277,2.671,322,3.393,334,3.491,372,4.136,383,3.989,416,3.14,432,3.14,433,3.721,435,4.136,436,4.136,439,5.254,440,4.136,458,4.136,459,4.781,460,4.781,461,4.781,462,4.781]],["tags/48",[]],["title/49",[296,4.191]],["content/49",[25,1.657,36,1.965,89,3.285,135,0.961,167,2.606,212,3.522,214,2.748,215,2.736,216,3.534,296,4.163,322,3.807,463,5.364,464,5.364,465,5.364]],["tags/49",[]],["title/41",[0,0.223,220,2.106,221,2.518]],["content/41",[15,1.116,17,2.275,25,1.071,78,2.275,81,0.871,116,1.877,135,0.877,139,0.945,164,0.382,167,1.683,186,2.997,208,3.213,215,1.453,216,3.521,220,3.552,221,3.982,222,1.164,223,0.916,224,2.122,275,2.459,277,2.151,281,2.459,330,2.122,334,1.991,339,2.997,342,2.997,343,2.997,344,2.997,354,2.459,400,2.997,417,2.689,421,3.797,450,4.233,458,2.997,466,2.689,467,3.465,468,3.465,469,4.893,470,3.465,471,3.465,472,3.465,473,4.233,474,3.465,475,3.465,476,3.465,477,3.465,478,3.465]],["tags/41",[]],["title/56",[0,0.199,30,0.383,225,1.54,226,0.923]],["content/56",[0,0.393,5,1.485,8,1.282,15,1.078,30,0.497,38,1.624,42,1.414,48,2.049,56,1.017,85,2.409,90,1.28,105,0.92,113,0.876,118,1.474,124,4.513,135,0.375,137,1.374,139,0.571,159,2.049,164,0.231,167,1.017,218,0.767,223,0.626,225,1.403,226,1.646,227,1.374,228,1.942,230,0.767,234,1.403,235,2.826,239,1.282,377,1.624,378,3.134,405,2.374,427,1.624,437,3.703,441,1.81,473,1.81,479,3.242,480,3.242,481,3.703,482,2.596,483,2.093,484,2.093,485,1.624,486,2.093,487,3.345,488,3.614,489,1.624,490,1.81,491,2.093,492,2.093,493,2.093,494,2.093,495,1.81,496,2.093,497,2.093,498,1.81,499,3.614,500,2.093,501,2.093,502,2.596,503,1.81,504,2.093,505,1.624,506,2.093,507,2.093,508,1.624,509,1.624,510,2.596,511,2.596,512,1.624,513,1.624,514,2.596,515,1.624,516,1.624]],["tags/56",[]],["title/40",[0,0.18,85,1.532,135,0.595,226,0.834,228,0.984]],["content/40",[0,0.351,1,1.479,26,0.831,30,0.317,36,1.634,42,0.903,81,0.765,84,2.563,85,3.081,95,0.831,108,1.22,113,0.797,118,1.378,135,0.945,139,1.44,164,0.491,210,1.406,214,1.56,215,1.87,222,1.024,223,0.57,226,1.553,228,1.721,229,1.75,250,1.22,251,1.277,256,1.75,277,1.961,278,3.165,287,2.363,324,2.161,334,1.75,354,2.161,378,2,379,2.634,405,2.161,421,3.461,437,2.161,466,2.363,480,3.461,481,2.161,482,2.363,485,2.363,489,2.363,490,2.634,503,2.634,517,3.045,518,3.045,519,3.045,520,4.459,521,4.459,522,3.045,523,3.857,524,3.045,525,3.045,526,3.045,527,2.634]],["tags/40",[]],["title/42",[0,0.164,226,0.761,228,0.897,233,1.74,234,1.269,235,1.639]],["content/42",[0,0.418,19,1.798,25,1.005,30,0.21,31,0.847,32,0.982,33,0.888,34,0.651,35,0.847,36,0.74,39,0.774,40,1.43,41,1.035,42,0.599,56,1.58,85,1.884,113,0.529,118,1.445,120,1.035,139,0.887,205,2.308,226,1.175,228,1.707,233,1.869,234,1.711,235,3.244,236,1.035,237,1.327,238,1.238,239,1.238,240,1.327,241,1.161,378,2.135,389,1.568,405,3.638,437,2.308,466,1.568,480,2.524,481,4.087,482,2.524,485,2.524,499,1.748,502,2.524,505,2.524,508,2.524,509,2.524,510,2.524,511,2.524,512,2.524,513,2.524,514,2.524,515,2.524,516,2.524,523,2.813,528,2.021,529,2.021,530,2.021,531,2.021,532,4.677,533,2.021,534,2.813,535,2.813,536,2.524,537,2.813,538,2.524,539,2.021,540,3.252,541,2.021,542,2.021,543,2.021,544,2.021,545,2.021]],["tags/42",[]],["title/43",[0,0.199,225,1.54,226,0.923,230,1.345]],["content/43",[0,0.392,19,1.724,25,1.519,30,0.363,31,1.463,32,1.694,33,1.533,34,1.834,35,1.463,36,1.278,37,0.876,39,1.335,40,1.533,41,1.786,42,1.034,56,1.694,85,1.61,90,1.882,118,1.078,134,1.335,217,1.786,223,1.066,225,1.463,226,1.431,228,1.457,230,1.278,231,3.011,232,2.136,481,2.475,502,2.707,505,2.707,508,2.707,509,2.707,510,2.707,511,2.707,512,2.707,513,2.707,514,2.707,515,2.707,516,2.707,534,3.017,535,3.017,536,2.707,538,2.707,546,3.488,547,3.488,548,3.488,549,3.488,550,3.488,551,3.488]],["tags/43",[]],["title/50",[0,0.199,174,1.54,198,1.471,223,0.687]],["content/50",[0,0.339,15,1.146,19,1.248,25,1.54,30,0.371,31,1.492,32,1.728,33,1.564,34,1.146,35,1.492,36,1.303,37,0.894,39,1.362,40,1.564,41,1.823,42,1.055,113,0.932,118,1.099,173,3.869,174,2.93,181,1.728,198,2.305,218,1.303,223,0.666,243,1.823,247,1.823,251,1.492,252,2.045,253,2.045,254,2.045,255,1.927,538,2.761,552,3.558,553,3.558,554,3.558,555,3.558,556,3.558,557,3.558,558,3.558,559,3.558,560,3.558,561,3.558,562,3.558,563,3.558,564,3.558,565,3.558,566,3.558,567,3.558,568,3.558,569,4.312,570,3.558,571,3.558]],["tags/50",[]],["title/51",[0,0.199,75,1.696,76,1.471,77,1.696]],["content/51",[]],["tags/51",[]],["title/52",[242,2.493]],["content/52",[30,0.595,76,2.287,164,0.629,242,2.637,244,3.283,248,3.094,249,3.094,572,5.712,573,5.712,574,5.712]],["tags/52",[]],["title/53",[575,5.4]],["content/53",[113,1.391,168,3.487,174,2.227,218,1.945,488,4.593,576,5.31,577,4.593,578,5.31,579,5.31,580,4.593,581,6.484,582,5.31,583,5.31,584,5.31,585,5.31,586,5.31]],["tags/53",[]],["title/54",[587,4.668,588,4.668]],["content/54",[76,2.312,108,2.312,109,2.958,118,1.784,164,0.636,250,2.312,278,4.098,313,4.098,433,3.537]],["tags/54",[]],["title/55",[589,5.4]],["content/55",[30,0.746,84,3.213,113,1.464,164,0.616,215,2.345,220,2.864,313,3.968,590,5.591,591,5.591,592,5.591]],["tags/55",[]],["title/57",[0,0.223,95,1.122,118,1.27]],["content/57",[0,0.288,15,1.256,19,1.368,25,1.641,30,0.406,31,1.635,32,1.894,33,1.715,34,1.256,35,1.635,36,1.428,37,0.98,39,1.493,40,1.715,41,1.997,42,1.156,95,1.449,118,1.641,159,2.388,173,3.026,174,1.635,222,1.311,223,0.73,226,0.98,228,1.574,230,1.428,247,1.997,251,1.635,254,2.241,256,3.471,257,2.241,527,3.373,536,3.026,569,3.373,593,3.899,594,3.899,595,3.899,596,3.899,597,3.899,598,3.899,599,3.899,600,3.899,601,3.899,602,3.899,603,3.899,604,3.899]],["tags/57",[]],["title/61",[0,0.199,30,0.383,222,1.234,223,0.687]],["content/61",[3,0.525,4,0.949,19,1.501,25,1.746,30,0.701,31,1.794,32,2.078,33,1.881,34,1.378,35,1.794,36,1.567,37,1.42,39,1.638,40,1.881,41,2.191,42,1.268,113,1.12,118,1.746,133,1.794,174,1.794,222,2.127,223,0.801,228,1.268,247,2.191,255,2.317,258,2.459,605,4.278,606,4.278,607,4.278,608,4.278,609,4.278,610,4.278,611,4.278]],["tags/61",[]],["title/62",[0,0.223,242,1.898,243,2.106]],["content/62",[3,0.556,4,1.006,25,1.401,30,0.472,34,1.461,35,1.902,36,1.661,37,1.14,39,1.736,48,2.778,81,1.14,111,2.094,134,1.736,142,2.456,164,0.5,218,1.661,223,0.849,242,2.711,243,3.008,244,2.606,245,2.778,246,2.778,247,3.008,248,2.456,249,2.456,250,1.816,313,3.219,495,3.923,580,3.923,612,4.535,613,3.923]],["tags/62",[]],["title/58",[0,0.199,3,0.45,272,2.111,273,2.111]],["content/58",[3,0.724,26,1.611,95,1.611,99,3.616,272,3.393,273,3.393,274,3.876]],["tags/58",[]],["title/59",[26,1.474]],["content/59",[26,1.648,37,0.98,90,1.493,111,2.452,113,1.021,118,1.641,174,2.227,186,2.388,210,2.452,211,3.7,223,0.73,225,1.635,226,0.98,228,1.574,251,1.635,252,2.241,253,2.241,264,3.471,274,2.561,378,2.561,427,3.026,431,3.373,489,3.026,537,3.373,577,3.373,614,3.899,615,4.122,616,3.899,617,3.899,618,3.899,619,3.899,620,4.594,621,3.899,622,3.899,623,3.373,624,3.899,625,3.899,626,3.899,627,3.899,628,3.373]],["tags/59",[]],["title/60",[95,1.474]],["content/60",[9,2.296,13,2.193,19,1.921,90,2.096,95,1.803,144,2.965,264,3.146,267,3.595,374,4.249,615,4.249,629,5.475,630,4.736,631,5.475]],["tags/60",[]],["title/65",[0,0.223,3,0.504,164,0.453]],["content/65",[3,0.67,13,1.869,18,3.114,19,1.795,24,1.429,28,1.157,37,0.506,38,1.562,40,0.885,42,0.597,79,1.429,101,1.741,113,0.527,136,1.233,164,0.564,165,1.986,193,1.233,194,1.429,207,1.429,210,2.155,211,1.233,213,1.233,218,0.737,223,0.762,232,2.493,250,0.806,257,1.157,264,3.304,266,1.157,270,1.429,271,2.301,286,1.741,287,1.562,318,2.516,357,2.516,374,4.243,457,2.804,479,1.562,498,1.741,613,1.741,615,3.159,620,1.741,623,1.741,630,1.741,632,5.116,633,3.242,634,3.242,635,2.013,636,4.07,637,3.242,638,4.07,639,2.013,640,3.242,641,2.013,642,2.013,643,2.013,644,2.013,645,2.013,646,2.013,647,2.013,648,3.242,649,2.013,650,2.013,651,2.013,652,3.242,653,2.013,654,2.013,655,2.013,656,2.013,657,3.242,658,3.242,659,3.242,660,3.242,661,2.013,662,2.013,663,2.013,664,2.013,665,2.013,666,2.013,667,2.013,668,3.242,669,3.242,670,2.013,671,2.013,672,2.013,673,2.013,674,2.013,675,2.013,676,2.013,677,2.013,678,2.013,679,2.013,680,2.013,681,2.013,682,2.013,683,2.013,684,2.013,685,2.013,686,2.013,687,3.242,688,2.013,689,2.013,690,3.242,691,2.013,692,2.013,693,2.013,694,2.013,695,2.013,696,2.013,697,2.013,698,2.013]],["tags/65",[]],["title/63",[0,0.253,3,0.572]],["content/63",[3,0.566,13,2.378,26,1.62,95,1.62,96,2.742,105,2.029,108,1.848,109,2.364,111,2.131,138,2.499,210,2.131,223,0.864,234,1.935,236,2.364,250,1.848,251,1.935,259,3.275,260,3.899,261,3.275,262,3.275,263,3.275,264,2.652,265,3.275,266,2.652,267,3.03,268,3.275,269,3.03]],["tags/63",[]],["title/64",[0,0.253,699,4.668]],["content/64",[2,1.881,3,0.825,4,1.254,26,1.167,30,0.589,40,1.881,42,1.268,81,1.075,95,1.167,164,0.471,209,3.877,223,0.801,225,1.794,226,1.075,230,1.567,231,2.62,248,2.317,249,2.317,260,2.809,357,3.32,479,3.32,628,3.701,700,4.278,701,4.278,702,4.278,703,4.278,704,4.278,705,4.278,706,4.278,707,5.652,708,4.278,709,4.278,710,4.278]],["tags/64",[]]],"invertedIndex":[["",{"_index":0,"title":{"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":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"36":{},"40":{},"41":{},"42":{},"43":{},"44":{},"50":{},"51":{},"56":{},"57":{},"58":{},"61":{},"62":{},"63":{},"64":{},"65":{}},"content":{"1":{},"2":{},"3":{},"4":{},"5":{},"7":{},"8":{},"9":{},"10":{},"11":{},"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"27":{},"28":{},"29":{},"30":{},"31":{},"35":{},"40":{},"42":{},"43":{},"44":{},"50":{},"56":{},"57":{}},"tags":{}}],["0",{"_index":513,"title":{},"content":{"42":{},"43":{},"56":{}},"tags":{}}],["0.0.0.0/0",{"_index":440,"title":{},"content":{"46":{},"48":{}},"tags":{}}],["0.022372592",{"_index":507,"title":{},"content":{"56":{}},"tags":{}}],["0.02421053",{"_index":506,"title":{},"content":{"56":{}},"tags":{}}],["05",{"_index":544,"title":{},"content":{"42":{}},"tags":{}}],["1",{"_index":56,"title":{},"content":{"1":{},"11":{},"12":{},"13":{},"14":{},"32":{},"33":{},"42":{},"43":{},"56":{}},"tags":{}}],["10",{"_index":38,"title":{},"content":{"1":{},"56":{},"65":{}},"tags":{}}],["1024",{"_index":523,"title":{},"content":{"40":{},"42":{}},"tags":{}}],["1234",{"_index":693,"title":{},"content":{"65":{}},"tags":{}}],["150",{"_index":509,"title":{},"content":{"42":{},"43":{},"56":{}},"tags":{}}],["1536",{"_index":483,"title":{},"content":{"56":{}},"tags":{}}],["2",{"_index":326,"title":{},"content":{"32":{}},"tags":{}}],["20",{"_index":545,"title":{},"content":{"42":{}},"tags":{}}],["2024",{"_index":543,"title":{},"content":{"42":{}},"tags":{}}],["3",{"_index":142,"title":{},"content":{"2":{},"7":{},"8":{},"9":{},"11":{},"12":{},"33":{},"62":{}},"tags":{}}],["4",{"_index":552,"title":{},"content":{"50":{}},"tags":{}}],["5",{"_index":536,"title":{},"content":{"42":{},"43":{},"57":{}},"tags":{}}],["6",{"_index":605,"title":{},"content":{"61":{}},"tags":{}}],["8",{"_index":546,"title":{},"content":{"43":{}},"tags":{}}],["8b",{"_index":143,"title":{},"content":{"2":{},"7":{},"8":{},"9":{},"11":{},"12":{},"33":{}},"tags":{}}],["9",{"_index":145,"title":{},"content":{"2":{}},"tags":{}}],["90",{"_index":351,"title":{},"content":{"35":{}},"tags":{}}],["_id",{"_index":512,"title":{},"content":{"42":{},"43":{},"56":{}},"tags":{}}],["a.k.a",{"_index":628,"title":{},"content":{"59":{},"64":{}},"tags":{}}],["abmd",{"_index":504,"title":{},"content":{"56":{}},"tags":{}}],["access",{"_index":433,"title":{"46":{},"48":{}},"content":{"45":{},"46":{},"48":{},"54":{}},"tags":{}}],["account",{"_index":190,"title":{"11":{},"22":{},"33":{},"36":{}},"content":{"11":{},"12":{},"22":{},"23":{},"24":{},"33":{},"34":{},"36":{},"37":{},"44":{},"47":{}},"tags":{}}],["accur",{"_index":267,"title":{},"content":{"19":{},"20":{},"21":{},"60":{},"63":{}},"tags":{}}],["achiev",{"_index":655,"title":{},"content":{"65":{}},"tags":{}}],["activ",{"_index":312,"title":{},"content":{"26":{}},"tags":{}}],["actual",{"_index":529,"title":{},"content":{"42":{}},"tags":{}}],["ad",{"_index":703,"title":{},"content":{"64":{}},"tags":{}}],["add",{"_index":1,"title":{"1":{},"5":{}},"content":{"1":{},"4":{},"5":{},"10":{},"35":{},"40":{},"46":{},"48":{}},"tags":{}}],["addition",{"_index":670,"title":{},"content":{"65":{}},"tags":{}}],["address",{"_index":383,"title":{"38":{}},"content":{"37":{},"38":{},"46":{},"48":{}},"tags":{}}],["adult",{"_index":665,"title":{},"content":{"65":{}},"tags":{}}],["advanc",{"_index":368,"title":{},"content":{"35":{}},"tags":{}}],["again",{"_index":696,"title":{},"content":{"65":{}},"tags":{}}],["against",{"_index":231,"title":{},"content":{"15":{},"16":{},"17":{},"18":{},"43":{},"64":{}},"tags":{}}],["agent",{"_index":652,"title":{},"content":{"65":{}},"tags":{}}],["aggreg",{"_index":498,"title":{},"content":{"56":{},"65":{}},"tags":{}}],["ai",{"_index":193,"title":{},"content":{"11":{},"12":{},"26":{},"33":{},"35":{},"65":{}},"tags":{}}],["ai'",{"_index":525,"title":{},"content":{"40":{}},"tags":{}}],["ai/mxbai",{"_index":595,"title":{},"content":{"57":{}},"tags":{}}],["allow",{"_index":8,"title":{},"content":{"1":{},"4":{},"5":{},"46":{},"48":{},"56":{}},"tags":{}}],["allowlist",{"_index":442,"title":{},"content":{"46":{}},"tags":{}}],["along",{"_index":361,"title":{},"content":{"35":{}},"tags":{}}],["alreadi",{"_index":328,"title":{},"content":{"33":{},"34":{},"35":{},"36":{}},"tags":{}}],["alway",{"_index":500,"title":{},"content":{"56":{}},"tags":{}}],["anoth",{"_index":161,"title":{},"content":{"3":{},"7":{},"8":{},"9":{}},"tags":{}}],["answer",{"_index":19,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{},"10":{},"42":{},"43":{},"50":{},"57":{},"60":{},"61":{},"65":{}},"tags":{}}],["answer\"\\n\\n\".join([d.get(\"bodi",{"_index":149,"title":{},"content":{"2":{}},"tags":{}}],["answer\"\\n\\n\".join([d.get(\"text",{"_index":130,"title":{},"content":{"10":{}},"tags":{}}],["answercollection.aggregate(pipelin",{"_index":551,"title":{},"content":{"43":{}},"tags":{}}],["answercollection.delete_mani",{"_index":609,"title":{},"content":{"61":{}},"tags":{}}],["answercollection.insert_many(embedded_doc",{"_index":611,"title":{},"content":{"61":{}},"tags":{}}],["answerdoc[text_field",{"_index":560,"title":{},"content":{"50":{}},"tags":{}}],["answerembed",{"_index":597,"title":{},"content":{"57":{}},"tags":{}}],["answerfor",{"_index":173,"title":{},"content":{"3":{},"50":{},"57":{}},"tags":{}}],["answerfw_client.chat.completions.cr",{"_index":170,"title":{},"content":{"3":{}},"tags":{}}],["answerget_embedding(user_queri",{"_index":548,"title":{},"content":{"43":{}},"tags":{}}],["answerhistory_collection.create_index(\"session_id",{"_index":44,"title":{},"content":{"1":{}},"tags":{}}],["answerhistory_collection.find({\"session_id",{"_index":54,"title":{},"content":{"1":{}},"tags":{}}],["answerhistory_collection.insert_one(messag",{"_index":52,"title":{},"content":{"1":{}},"tags":{}}],["answermessage_histori",{"_index":64,"title":{},"content":{"1":{}},"tags":{}}],["answermongodb_client[db_name][collection_nam",{"_index":607,"title":{},"content":{"61":{}},"tags":{}}],["answerrecursivecharactertextsplitter.from_tiktoken_encod",{"_index":554,"title":{},"content":{"50":{}},"tags":{}}],["answerrerank_model.rank",{"_index":126,"title":{},"content":{"10":{}},"tags":{}}],["answerrespons",{"_index":151,"title":{},"content":{"2":{}},"tags":{}}],["answersentencetransformer(\"mixedbread",{"_index":594,"title":{},"content":{"57":{}},"tags":{}}],["answerstore_chat_message(session_id",{"_index":72,"title":{},"content":{"1":{}},"tags":{}}],["answertext_splitter.split_text(text",{"_index":562,"title":{},"content":{"50":{}},"tags":{}}],["answeruser_messag",{"_index":68,"title":{},"content":{"1":{}},"tags":{}}],["answervector_search(user_queri",{"_index":147,"title":{},"content":{"2":{}},"tags":{}}],["answer{\"rol",{"_index":58,"title":{},"content":{"1":{}},"tags":{}}],["anywher",{"_index":436,"title":{},"content":{"46":{},"48":{}},"tags":{}}],["api",{"_index":203,"title":{"12":{},"34":{}},"content":{"11":{},"12":{},"33":{},"34":{}},"tags":{}}],["appear",{"_index":340,"title":{},"content":{"34":{}},"tags":{}}],["applic",{"_index":4,"title":{"1":{},"2":{},"3":{},"5":{},"7":{},"9":{}},"content":{"1":{},"2":{},"3":{},"4":{},"5":{},"7":{},"8":{},"9":{},"10":{},"22":{},"23":{},"24":{},"27":{},"28":{},"29":{},"30":{},"31":{},"35":{},"36":{},"61":{},"62":{},"64":{}},"tags":{}}],["array",{"_index":627,"title":{},"content":{"59":{}},"tags":{}}],["articl",{"_index":247,"title":{},"content":{"27":{},"28":{},"29":{},"30":{},"31":{},"50":{},"57":{},"61":{},"62":{}},"tags":{}}],["ask",{"_index":387,"title":{},"content":{"38":{}},"tags":{}}],["assign",{"_index":411,"title":{},"content":{"44":{}},"tags":{}}],["assist",{"_index":74,"title":{},"content":{"1":{}},"tags":{}}],["atla",{"_index":139,"title":{"37":{}},"content":{"2":{},"7":{},"8":{},"9":{},"15":{},"16":{},"17":{},"18":{},"22":{},"23":{},"24":{},"35":{},"36":{},"37":{},"39":{},"40":{},"41":{},"42":{},"44":{},"45":{},"47":{},"56":{}},"tags":{}}],["atlas_vector_search_index_nam",{"_index":534,"title":{},"content":{"42":{},"43":{}},"tags":{}}],["audio",{"_index":625,"title":{},"content":{"59":{}},"tags":{}}],["augment",{"_index":260,"title":{},"content":{"19":{},"20":{},"21":{},"63":{},"64":{}},"tags":{}}],["authent",{"_index":336,"title":{},"content":{"33":{}},"tags":{}}],["autom",{"_index":415,"title":{},"content":{"44":{}},"tags":{}}],["automat",{"_index":451,"title":{},"content":{"47":{}},"tags":{}}],["avail",{"_index":638,"title":{},"content":{"65":{}},"tags":{}}],["averag",{"_index":661,"title":{},"content":{"65":{}},"tags":{}}],["back",{"_index":10,"title":{},"content":{"1":{},"4":{},"5":{}},"tags":{}}],["badg",{"_index":279,"title":{},"content":{"25":{}},"tags":{}}],["bar",{"_index":353,"title":{},"content":{"35":{}},"tags":{}}],["base",{"_index":211,"title":{},"content":{"22":{},"23":{},"24":{},"36":{},"59":{},"65":{}},"tags":{}}],["basic",{"_index":642,"title":{},"content":{"65":{}},"tags":{}}],["be",{"_index":434,"title":{},"content":{"45":{}},"tags":{}}],["befor",{"_index":254,"title":{},"content":{"27":{},"28":{},"29":{},"30":{},"31":{},"50":{},"57":{}},"tags":{}}],["below",{"_index":300,"title":{},"content":{"26":{},"34":{},"37":{}},"tags":{}}],["best",{"_index":270,"title":{},"content":{"19":{},"20":{},"21":{},"65":{}},"tags":{}}],["between",{"_index":112,"title":{},"content":{"7":{},"8":{},"9":{},"10":{}},"tags":{}}],["block",{"_index":41,"title":{},"content":{"1":{},"2":{},"3":{},"10":{},"42":{},"43":{},"50":{},"57":{},"61":{}},"tags":{}}],["bodi",{"_index":538,"title":{},"content":{"42":{},"43":{},"50":{}},"tags":{}}],["box",{"_index":410,"title":{},"content":{"44":{}},"tags":{}}],["break",{"_index":252,"title":{},"content":{"27":{},"28":{},"29":{},"30":{},"31":{},"50":{},"59":{}},"tags":{}}],["browser",{"_index":321,"title":{},"content":{"26":{}},"tags":{}}],["build",{"_index":133,"title":{"2":{},"7":{}},"content":{"2":{},"7":{},"8":{},"9":{},"27":{},"28":{},"29":{},"30":{},"31":{},"35":{},"61":{}},"tags":{}}],["built",{"_index":702,"title":{},"content":{"64":{}},"tags":{}}],["button",{"_index":334,"title":{},"content":{"33":{},"34":{},"37":{},"40":{},"41":{},"44":{},"48":{}},"tags":{}}],["calcul",{"_index":110,"title":{},"content":{"7":{},"8":{},"9":{},"10":{}},"tags":{}}],["calori",{"_index":663,"title":{},"content":{"65":{}},"tags":{}}],["captcha",{"_index":428,"title":{},"content":{"44":{}},"tags":{}}],["card",{"_index":375,"title":{},"content":{"37":{}},"tags":{}}],["case",{"_index":165,"title":{},"content":{"3":{},"7":{},"8":{},"9":{},"47":{},"65":{}},"tags":{}}],["caution",{"_index":389,"title":{},"content":{"38":{},"42":{},"46":{}},"tags":{}}],["cd",{"_index":310,"title":{},"content":{"26":{}},"tags":{}}],["cell",{"_index":35,"title":{},"content":{"1":{},"2":{},"3":{},"10":{},"13":{},"14":{},"32":{},"42":{},"43":{},"50":{},"57":{},"61":{},"62":{}},"tags":{}}],["center",{"_index":249,"title":{},"content":{"27":{},"28":{},"29":{},"30":{},"31":{},"52":{},"62":{},"64":{}},"tags":{}}],["certain",{"_index":239,"title":{},"content":{"15":{},"16":{},"17":{},"18":{},"42":{},"56":{}},"tags":{}}],["chang",{"_index":287,"title":{},"content":{"25":{},"40":{},"65":{}},"tags":{}}],["charact",{"_index":581,"title":{},"content":{"53":{}},"tags":{}}],["chat",{"_index":27,"title":{},"content":{"1":{},"3":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{}},"tags":{}}],["check",{"_index":370,"title":{},"content":{"35":{},"38":{}},"tags":{}}],["choos",{"_index":291,"title":{},"content":{"25":{},"44":{}},"tags":{}}],["chunk",{"_index":174,"title":{"29":{},"50":{}},"content":{"3":{},"27":{},"28":{},"29":{},"30":{},"31":{},"50":{},"53":{},"57":{},"59":{},"61":{}},"tags":{}}],["chunk.choices[0].delta.cont",{"_index":175,"title":{},"content":{"3":{}},"tags":{}}],["chunk_overlap=30",{"_index":558,"title":{},"content":{"50":{}},"tags":{}}],["chunk_size=200",{"_index":557,"title":{},"content":{"50":{}},"tags":{}}],["chunked_data.append(temp",{"_index":567,"title":{},"content":{"50":{}},"tags":{}}],["click",{"_index":277,"title":{},"content":{"25":{},"33":{},"34":{},"37":{},"38":{},"39":{},"40":{},"41":{},"44":{},"46":{},"47":{},"48":{}},"tags":{}}],["clipboard",{"_index":342,"title":{},"content":{"34":{},"41":{}},"tags":{}}],["clone",{"_index":301,"title":{},"content":{"26":{}},"tags":{}}],["close",{"_index":459,"title":{},"content":{"48":{}},"tags":{}}],["closest",{"_index":423,"title":{},"content":{"44":{}},"tags":{}}],["cloud",{"_index":403,"title":{},"content":{"44":{}},"tags":{}}],["cluster",{"_index":216,"title":{"23":{},"44":{}},"content":{"22":{},"23":{},"24":{},"41":{},"44":{},"49":{}},"tags":{}}],["code",{"_index":40,"title":{},"content":{"1":{},"2":{},"3":{},"10":{},"25":{},"42":{},"43":{},"50":{},"57":{},"61":{},"64":{},"65":{}},"tags":{}}],["code_block_10",{"_index":600,"title":{},"content":{"57":{}},"tags":{}}],["code_block_11",{"_index":606,"title":{},"content":{"61":{}},"tags":{}}],["code_block_12",{"_index":608,"title":{},"content":{"61":{}},"tags":{}}],["code_block_13",{"_index":610,"title":{},"content":{"61":{}},"tags":{}}],["code_block_14",{"_index":547,"title":{},"content":{"43":{}},"tags":{}}],["code_block_15",{"_index":549,"title":{},"content":{"43":{}},"tags":{}}],["code_block_16",{"_index":550,"title":{},"content":{"43":{}},"tags":{}}],["code_block_17",{"_index":531,"title":{},"content":{"42":{}},"tags":{}}],["code_block_18",{"_index":533,"title":{},"content":{"42":{}},"tags":{}}],["code_block_19",{"_index":539,"title":{},"content":{"42":{}},"tags":{}}],["code_block_20",{"_index":541,"title":{},"content":{"42":{}},"tags":{}}],["code_block_21",{"_index":146,"title":{},"content":{"2":{}},"tags":{}}],["code_block_22",{"_index":148,"title":{},"content":{"2":{}},"tags":{}}],["code_block_23",{"_index":150,"title":{},"content":{"2":{}},"tags":{}}],["code_block_24",{"_index":125,"title":{},"content":{"10":{}},"tags":{}}],["code_block_25",{"_index":129,"title":{},"content":{"10":{}},"tags":{}}],["code_block_26",{"_index":169,"title":{},"content":{"3":{}},"tags":{}}],["code_block_27",{"_index":172,"title":{},"content":{"3":{}},"tags":{}}],["code_block_28",{"_index":43,"title":{},"content":{"1":{}},"tags":{}}],["code_block_29",{"_index":45,"title":{},"content":{"1":{}},"tags":{}}],["code_block_3",{"_index":553,"title":{},"content":{"50":{}},"tags":{}}],["code_block_30",{"_index":51,"title":{},"content":{"1":{}},"tags":{}}],["code_block_31",{"_index":53,"title":{},"content":{"1":{}},"tags":{}}],["code_block_32",{"_index":57,"title":{},"content":{"1":{}},"tags":{}}],["code_block_33",{"_index":63,"title":{},"content":{"1":{}},"tags":{}}],["code_block_34",{"_index":67,"title":{},"content":{"1":{}},"tags":{}}],["code_block_35",{"_index":71,"title":{},"content":{"1":{}},"tags":{}}],["code_block_4",{"_index":559,"title":{},"content":{"50":{}},"tags":{}}],["code_block_5",{"_index":561,"title":{},"content":{"50":{}},"tags":{}}],["code_block_6",{"_index":563,"title":{},"content":{"50":{}},"tags":{}}],["code_block_7",{"_index":568,"title":{},"content":{"50":{}},"tags":{}}],["code_block_8",{"_index":593,"title":{},"content":{"57":{}},"tags":{}}],["code_block_9",{"_index":596,"title":{},"content":{"57":{}},"tags":{}}],["code_block_n",{"_index":32,"title":{},"content":{"1":{},"2":{},"3":{},"10":{},"32":{},"42":{},"43":{},"50":{},"57":{},"61":{}},"tags":{}}],["colab",{"_index":188,"title":{},"content":{"13":{},"14":{},"25":{}},"tags":{}}],["collect",{"_index":84,"title":{},"content":{"6":{},"15":{},"16":{},"17":{},"18":{},"40":{},"55":{}},"tags":{}}],["combin",{"_index":233,"title":{"18":{},"42":{}},"content":{"15":{},"16":{},"17":{},"18":{},"42":{}},"tags":{}}],["come",{"_index":163,"title":{},"content":{"3":{},"7":{},"8":{},"9":{}},"tags":{}}],["command",{"_index":304,"title":{},"content":{"26":{}},"tags":{}}],["commun",{"_index":709,"title":{},"content":{"64":{}},"tags":{}}],["compani",{"_index":681,"title":{},"content":{"65":{}},"tags":{}}],["company'",{"_index":683,"title":{},"content":{"65":{}},"tags":{}}],["compass",{"_index":469,"title":{},"content":{"41":{}},"tags":{}}],["complet",{"_index":160,"title":{},"content":{"3":{},"7":{},"8":{},"9":{},"35":{},"37":{},"45":{}},"tags":{}}],["complex",{"_index":646,"title":{},"content":{"65":{}},"tags":{}}],["compon",{"_index":272,"title":{"21":{},"58":{}},"content":{"19":{},"20":{},"21":{},"35":{},"58":{}},"tags":{}}],["comput",{"_index":689,"title":{},"content":{"65":{}},"tags":{}}],["concept",{"_index":77,"title":{"4":{},"6":{},"27":{},"51":{}},"content":{"4":{},"5":{},"27":{},"28":{},"29":{},"30":{},"31":{}},"tags":{}}],["configur",{"_index":229,"title":{"48":{}},"content":{"15":{},"16":{},"17":{},"18":{},"40":{},"45":{}},"tags":{}}],["confirm",{"_index":462,"title":{},"content":{"48":{}},"tags":{}}],["congratul",{"_index":700,"title":{},"content":{"64":{}},"tags":{}}],["connect",{"_index":220,"title":{"24":{},"41":{}},"content":{"22":{},"23":{},"24":{},"41":{},"46":{},"47":{},"55":{}},"tags":{}}],["consid",{"_index":237,"title":{},"content":{"15":{},"16":{},"17":{},"18":{},"42":{}},"tags":{}}],["consist",{"_index":613,"title":{},"content":{"62":{},"65":{}},"tags":{}}],["construct",{"_index":616,"title":{},"content":{"59":{}},"tags":{}}],["contain",{"_index":631,"title":{},"content":{"60":{}},"tags":{}}],["content",{"_index":48,"title":{},"content":{"1":{},"2":{},"3":{},"35":{},"56":{},"62":{}},"tags":{}}],["context",{"_index":140,"title":{},"content":{"2":{},"7":{},"8":{},"9":{}},"tags":{}}],["contextu",{"_index":138,"title":{},"content":{"2":{},"7":{},"8":{},"9":{},"19":{},"20":{},"21":{},"63":{}},"tags":{}}],["continu",{"_index":399,"title":{},"content":{"39":{}},"tags":{}}],["convers",{"_index":12,"title":{},"content":{"1":{},"4":{},"5":{},"6":{}},"tags":{}}],["convert",{"_index":622,"title":{},"content":{"59":{}},"tags":{}}],["copi",{"_index":208,"title":{},"content":{"11":{},"12":{},"25":{},"34":{},"41":{}},"tags":{}}],["corner",{"_index":519,"title":{},"content":{"40":{}},"tags":{}}],["cosin",{"_index":485,"title":{},"content":{"40":{},"42":{},"56":{}},"tags":{}}],["cover",{"_index":365,"title":{},"content":{"35":{}},"tags":{}}],["craft",{"_index":629,"title":{},"content":{"60":{}},"tags":{}}],["creat",{"_index":135,"title":{"11":{},"12":{},"16":{},"22":{},"33":{},"34":{},"36":{},"40":{}},"content":{"2":{},"7":{},"8":{},"9":{},"11":{},"12":{},"15":{},"16":{},"17":{},"18":{},"22":{},"23":{},"24":{},"26":{},"33":{},"34":{},"36":{},"37":{},"40":{},"41":{},"44":{},"45":{},"47":{},"49":{},"56":{}},"tags":{}}],["create_prompt(user_queri",{"_index":155,"title":{},"content":{"2":{},"3":{}},"tags":{}}],["creation",{"_index":402,"title":{},"content":{"44":{}},"tags":{}}],["credenti",{"_index":452,"title":{},"content":{"47":{}},"tags":{}}],["credit",{"_index":195,"title":{},"content":{"11":{},"12":{},"33":{},"37":{}},"tags":{}}],["criteria",{"_index":240,"title":{},"content":{"15":{},"16":{},"17":{},"18":{},"42":{}},"tags":{}}],["current",{"_index":23,"title":{},"content":{"1":{},"4":{},"5":{}},"tags":{}}],["cursor",{"_index":62,"title":{},"content":{"1":{}},"tags":{}}],["d",{"_index":131,"title":{},"content":{"2":{},"10":{}},"tags":{}}],["daili",{"_index":662,"title":{},"content":{"65":{}},"tags":{}}],["danger",{"_index":443,"title":{},"content":{"46":{}},"tags":{}}],["data",{"_index":223,"title":{"29":{},"31":{},"50":{},"61":{}},"content":{"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"27":{},"28":{},"29":{},"30":{},"31":{},"40":{},"41":{},"43":{},"44":{},"50":{},"56":{},"57":{},"59":{},"61":{},"62":{},"63":{},"64":{},"65":{}},"tags":{}}],["databas",{"_index":215,"title":{"23":{},"44":{},"47":{}},"content":{"22":{},"23":{},"24":{},"40":{},"41":{},"45":{},"46":{},"47":{},"49":{},"55":{}},"tags":{}}],["dataset",{"_index":242,"title":{"28":{},"52":{},"62":{}},"content":{"27":{},"28":{},"29":{},"30":{},"31":{},"44":{},"52":{},"62":{}},"tags":{}}],["datetime.now",{"_index":50,"title":{},"content":{"1":{}},"tags":{}}],["decad",{"_index":666,"title":{},"content":{"65":{}},"tags":{}}],["deduct",{"_index":647,"title":{},"content":{"65":{}},"tags":{}}],["default",{"_index":158,"title":{},"content":{"3":{},"7":{},"8":{},"9":{},"45":{}},"tags":{}}],["definit",{"_index":480,"title":{},"content":{"40":{},"42":{},"56":{}},"tags":{}}],["delet",{"_index":591,"title":{},"content":{"55":{}},"tags":{}}],["deploy",{"_index":214,"title":{"23":{},"44":{}},"content":{"22":{},"23":{},"24":{},"40":{},"44":{},"45":{},"49":{}},"tags":{}}],["descript",{"_index":358,"title":{},"content":{"35":{}},"tags":{}}],["determin",{"_index":492,"title":{},"content":{"56":{}},"tags":{}}],["dev",{"_index":179,"title":{"13":{},"25":{}},"content":{"13":{},"14":{}},"tags":{}}],["develop",{"_index":248,"title":{},"content":{"27":{},"28":{},"29":{},"30":{},"31":{},"52":{},"62":{},"64":{}},"tags":{}}],["developer/ai",{"_index":308,"title":{},"content":{"26":{}},"tags":{}}],["dialog",{"_index":435,"title":{},"content":{"45":{},"48":{}},"tags":{}}],["differ",{"_index":641,"title":{},"content":{"65":{}},"tags":{}}],["dimens",{"_index":490,"title":{},"content":{"40":{},"56":{}},"tags":{}}],["directori",{"_index":311,"title":{},"content":{"26":{}},"tags":{}}],["display",{"_index":467,"title":{},"content":{"41":{}},"tags":{}}],["do",{"_index":380,"title":{},"content":{"37":{}},"tags":{}}],["doc",{"_index":569,"title":{},"content":{"50":{},"57":{}},"tags":{}}],["doc.copi",{"_index":565,"title":{},"content":{"50":{}},"tags":{}}],["doc[\"embed",{"_index":602,"title":{},"content":{"57":{}},"tags":{}}],["document",{"_index":113,"title":{},"content":{"2":{},"7":{},"8":{},"9":{},"10":{},"15":{},"16":{},"17":{},"18":{},"27":{},"28":{},"29":{},"30":{},"31":{},"35":{},"40":{},"42":{},"50":{},"53":{},"55":{},"56":{},"59":{},"61":{},"65":{}},"tags":{}}],["don't",{"_index":458,"title":{},"content":{"41":{},"48":{}},"tags":{}}],["done",{"_index":424,"title":{},"content":{"44":{}},"tags":{}}],["don’t",{"_index":635,"title":{},"content":{"65":{}},"tags":{}}],["dotproduct",{"_index":486,"title":{},"content":{"56":{}},"tags":{}}],["down",{"_index":431,"title":{},"content":{"45":{},"59":{}},"tags":{}}],["download",{"_index":244,"title":{},"content":{"27":{},"28":{},"29":{},"30":{},"31":{},"52":{},"62":{}},"tags":{}}],["driver",{"_index":590,"title":{},"content":{"55":{}},"tags":{}}],["dure",{"_index":241,"title":{},"content":{"15":{},"16":{},"17":{},"18":{},"25":{},"35":{},"42":{}},"tags":{}}],["each",{"_index":88,"title":{},"content":{"3":{},"6":{},"7":{},"8":{},"9":{}},"tags":{}}],["easi",{"_index":472,"title":{},"content":{"41":{}},"tags":{}}],["easiest",{"_index":184,"title":{},"content":{"13":{},"14":{},"25":{},"33":{}},"tags":{}}],["easili",{"_index":682,"title":{},"content":{"65":{}},"tags":{}}],["editor",{"_index":521,"title":{},"content":{"40":{}},"tags":{}}],["effici",{"_index":617,"title":{},"content":{"59":{}},"tags":{}}],["email",{"_index":382,"title":{"38":{}},"content":{"37":{},"38":{}},"tags":{}}],["emb",{"_index":256,"title":{},"content":{"27":{},"28":{},"29":{},"30":{},"31":{},"40":{},"57":{}},"tags":{}}],["embed",{"_index":118,"title":{"30":{},"57":{}},"content":{"7":{},"8":{},"9":{},"10":{},"27":{},"28":{},"29":{},"30":{},"31":{},"40":{},"42":{},"43":{},"50":{},"54":{},"56":{},"57":{},"59":{},"61":{}},"tags":{}}],["embedded_docs.append(doc",{"_index":604,"title":{},"content":{"57":{}},"tags":{}}],["embedding.tolist",{"_index":599,"title":{},"content":{"57":{}},"tags":{}}],["embedding_model.encode(text",{"_index":598,"title":{},"content":{"57":{}},"tags":{}}],["encoding_name=\"cl100k_bas",{"_index":555,"title":{},"content":{"50":{}},"tags":{}}],["end",{"_index":177,"title":{},"content":{"3":{}},"tags":{}}],["enhanc",{"_index":261,"title":{},"content":{"19":{},"20":{},"21":{},"63":{}},"tags":{}}],["enter",{"_index":341,"title":{},"content":{"34":{}},"tags":{}}],["entir",{"_index":445,"title":{},"content":{"46":{}},"tags":{}}],["entri",{"_index":100,"title":{},"content":{"6":{}},"tags":{}}],["environ",{"_index":180,"title":{"13":{},"25":{}},"content":{"13":{},"14":{},"26":{},"46":{}},"tags":{}}],["error",{"_index":690,"title":{},"content":{"65":{}},"tags":{}}],["etc",{"_index":626,"title":{},"content":{"59":{}},"tags":{}}],["euclidean",{"_index":484,"title":{},"content":{"56":{}},"tags":{}}],["event",{"_index":381,"title":{},"content":{"37":{}},"tags":{}}],["everyth",{"_index":463,"title":{},"content":{"49":{}},"tags":{}}],["exampl",{"_index":479,"title":{},"content":{"56":{},"64":{},"65":{}},"tags":{}}],["execut",{"_index":303,"title":{},"content":{"26":{}},"tags":{}}],["exist",{"_index":205,"title":{},"content":{"11":{},"12":{},"34":{},"42":{}},"tags":{}}],["expect",{"_index":644,"title":{},"content":{"65":{}},"tags":{}}],["experi",{"_index":200,"title":{},"content":{"11":{},"12":{},"33":{}},"tags":{}}],["expos",{"_index":444,"title":{},"content":{"46":{}},"tags":{}}],["extern",{"_index":265,"title":{},"content":{"19":{},"20":{},"21":{},"63":{}},"tags":{}}],["face",{"_index":574,"title":{},"content":{"52":{}},"tags":{}}],["fail",{"_index":692,"title":{},"content":{"65":{}},"tags":{}}],["favorit",{"_index":422,"title":{},"content":{"44":{}},"tags":{}}],["fetch",{"_index":91,"title":{},"content":{"6":{}},"tags":{}}],["field",{"_index":437,"title":{},"content":{"40":{},"42":{},"46":{},"56":{}},"tags":{}}],["file",{"_index":294,"title":{},"content":{"25":{}},"tags":{}}],["fill",{"_index":31,"title":{},"content":{"1":{},"2":{},"3":{},"10":{},"13":{},"14":{},"32":{},"39":{},"42":{},"43":{},"50":{},"57":{},"61":{}},"tags":{}}],["filter",{"_index":235,"title":{"18":{},"42":{}},"content":{"15":{},"16":{},"17":{},"18":{},"42":{},"56":{}},"tags":{}}],["final",{"_index":258,"title":{},"content":{"27":{},"28":{},"29":{},"30":{},"31":{},"44":{},"61":{}},"tags":{}}],["find",{"_index":705,"title":{},"content":{"64":{}},"tags":{}}],["finish",{"_index":395,"title":{"39":{}},"content":{"39":{}},"tags":{}}],["firework",{"_index":192,"title":{},"content":{"11":{},"12":{},"33":{},"34":{},"35":{}},"tags":{}}],["first",{"_index":218,"title":{},"content":{"22":{},"23":{},"24":{},"27":{},"28":{},"29":{},"30":{},"31":{},"33":{},"44":{},"46":{},"50":{},"53":{},"56":{},"62":{},"65":{}},"tags":{}}],["folder",{"_index":394,"title":{},"content":{"38":{}},"tags":{}}],["follow",{"_index":42,"title":{},"content":{"1":{},"2":{},"3":{},"10":{},"19":{},"20":{},"21":{},"26":{},"33":{},"34":{},"35":{},"36":{},"40":{},"42":{},"43":{},"50":{},"56":{},"57":{},"61":{},"64":{},"65":{}},"tags":{}}],["forget",{"_index":477,"title":{},"content":{"41":{}},"tags":{}}],["form",{"_index":377,"title":{},"content":{"37":{},"39":{},"56":{}},"tags":{}}],["forth",{"_index":11,"title":{},"content":{"1":{},"4":{},"5":{}},"tags":{}}],["forum",{"_index":710,"title":{},"content":{"64":{}},"tags":{}}],["free",{"_index":219,"title":{},"content":{"22":{},"23":{},"24":{},"33":{},"37":{},"44":{}},"tags":{}}],["further",{"_index":501,"title":{},"content":{"56":{}},"tags":{}}],["futur",{"_index":289,"title":{},"content":{"25":{}},"tags":{}}],["fw_client.chat.completions.cr",{"_index":152,"title":{},"content":{"2":{}},"tags":{}}],["genai",{"_index":707,"title":{},"content":{"64":{}},"tags":{}}],["gener",{"_index":95,"title":{"30":{},"57":{},"60":{}},"content":{"2":{},"3":{},"6":{},"7":{},"8":{},"9":{},"19":{},"20":{},"21":{},"27":{},"28":{},"29":{},"30":{},"31":{},"40":{},"57":{},"58":{},"60":{},"63":{},"64":{}},"tags":{}}],["get_chunks(doc",{"_index":570,"title":{},"content":{"50":{}},"tags":{}}],["get_embedding(doc[\"bodi",{"_index":603,"title":{},"content":{"57":{}},"tags":{}}],["git",{"_index":306,"title":{},"content":{"26":{}},"tags":{}}],["github",{"_index":276,"title":{},"content":{"25":{},"26":{}},"tags":{}}],["give",{"_index":194,"title":{},"content":{"11":{},"12":{},"33":{},"65":{}},"tags":{}}],["go",{"_index":372,"title":{},"content":{"37":{},"48":{}},"tags":{}}],["goal",{"_index":346,"title":{},"content":{"35":{}},"tags":{}}],["goe",{"_index":464,"title":{},"content":{"49":{}},"tags":{}}],["good",{"_index":676,"title":{},"content":{"65":{}},"tags":{}}],["googl",{"_index":187,"title":{},"content":{"13":{},"14":{},"25":{},"33":{}},"tags":{}}],["govern",{"_index":117,"title":{},"content":{"7":{},"8":{},"9":{},"10":{}},"tags":{}}],["graphic",{"_index":671,"title":{},"content":{"65":{}},"tags":{}}],["green",{"_index":401,"title":{},"content":{"44":{}},"tags":{}}],["greet",{"_index":376,"title":{},"content":{"37":{}},"tags":{}}],["ground",{"_index":268,"title":{},"content":{"19":{},"20":{},"21":{},"63":{}},"tags":{}}],["gte",{"_index":542,"title":{},"content":{"42":{}},"tags":{}}],["hand",{"_index":366,"title":{},"content":{"35":{}},"tags":{}}],["hardest",{"_index":425,"title":{},"content":{"44":{}},"tags":{}}],["have",{"_index":101,"title":{},"content":{"6":{},"65":{}},"tags":{}}],["haven't",{"_index":390,"title":{},"content":{"38":{}},"tags":{}}],["help",{"_index":706,"title":{},"content":{"64":{}},"tags":{}}],["henc",{"_index":659,"title":{},"content":{"65":{}},"tags":{}}],["here",{"_index":357,"title":{},"content":{"35":{},"64":{},"65":{}},"tags":{}}],["hi",{"_index":684,"title":{},"content":{"65":{}},"tags":{}}],["histori",{"_index":29,"title":{},"content":{"1":{},"4":{},"5":{}},"tags":{}}],["homepag",{"_index":332,"title":{},"content":{"33":{}},"tags":{}}],["host",{"_index":191,"title":{},"content":{"11":{},"12":{},"33":{}},"tags":{}}],["https://github.com/mongodb",{"_index":307,"title":{},"content":{"26":{}},"tags":{}}],["hug",{"_index":573,"title":{},"content":{"52":{}},"tags":{}}],["i'm",{"_index":685,"title":{},"content":{"65":{}},"tags":{}}],["i.",{"_index":257,"title":{},"content":{"27":{},"28":{},"29":{},"30":{},"31":{},"57":{},"65":{}},"tags":{}}],["icon",{"_index":356,"title":{},"content":{"35":{}},"tags":{}}],["id",{"_index":87,"title":{},"content":{"6":{}},"tags":{}}],["imag",{"_index":624,"title":{},"content":{"59":{}},"tags":{}}],["impact",{"_index":667,"title":{},"content":{"65":{}},"tags":{}}],["import",{"_index":78,"title":{},"content":{"4":{},"5":{},"6":{},"41":{},"44":{}},"tags":{}}],["includ",{"_index":441,"title":{},"content":{"46":{},"56":{}},"tags":{}}],["incorpor",{"_index":21,"title":{},"content":{"1":{},"4":{},"5":{}},"tags":{}}],["increment",{"_index":166,"title":{},"content":{"3":{},"7":{},"8":{},"9":{}},"tags":{}}],["index",{"_index":85,"title":{"16":{},"40":{}},"content":{"6":{},"15":{},"16":{},"17":{},"18":{},"40":{},"42":{},"43":{},"56":{}},"tags":{}}],["industri",{"_index":201,"title":{},"content":{"11":{},"12":{},"33":{}},"tags":{}}],["info",{"_index":379,"title":{},"content":{"37":{},"40":{}},"tags":{}}],["inform",{"_index":264,"title":{},"content":{"19":{},"20":{},"21":{},"59":{},"60":{},"63":{},"65":{}},"tags":{}}],["ingest",{"_index":222,"title":{"31":{},"61":{}},"content":{"15":{},"16":{},"17":{},"18":{},"22":{},"23":{},"24":{},"27":{},"28":{},"29":{},"30":{},"31":{},"40":{},"41":{},"57":{},"61":{}},"tags":{}}],["input",{"_index":409,"title":{},"content":{"44":{}},"tags":{}}],["insert",{"_index":592,"title":{},"content":{"55":{}},"tags":{}}],["instal",{"_index":318,"title":{},"content":{"26":{},"32":{},"65":{}},"tags":{}}],["instruct",{"_index":144,"title":{},"content":{"2":{},"7":{},"8":{},"9":{},"11":{},"12":{},"33":{},"60":{}},"tags":{}}],["instructor",{"_index":362,"title":{},"content":{"35":{}},"tags":{}}],["intak",{"_index":664,"title":{},"content":{"65":{}},"tags":{}}],["interest",{"_index":369,"title":{},"content":{"35":{}},"tags":{}}],["internet",{"_index":639,"title":{},"content":{"65":{}},"tags":{}}],["introduct",{"_index":345,"title":{"35":{}},"content":{},"tags":{}}],["involv",{"_index":615,"title":{},"content":{"59":{},"60":{},"65":{}},"tags":{}}],["ip",{"_index":439,"title":{},"content":{"46":{},"48":{}},"tags":{}}],["isn't",{"_index":119,"title":{},"content":{"7":{},"8":{},"9":{},"10":{},"35":{}},"tags":{}}],["issu",{"_index":695,"title":{},"content":{"65":{}},"tags":{}}],["it'",{"_index":471,"title":{},"content":{"41":{}},"tags":{}}],["json",{"_index":520,"title":{},"content":{"40":{}},"tags":{}}],["jupyt",{"_index":182,"title":{},"content":{"13":{},"14":{},"25":{},"26":{}},"tags":{}}],["keep",{"_index":286,"title":{},"content":{"25":{},"65":{}},"tags":{}}],["key",{"_index":204,"title":{"12":{},"34":{}},"content":{"11":{},"12":{},"33":{},"34":{}},"tags":{}}],["knowledg",{"_index":210,"title":{},"content":{"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"36":{},"40":{},"59":{},"63":{},"65":{}},"tags":{}}],["lab",{"_index":81,"title":{},"content":{"6":{},"11":{},"12":{},"13":{},"14":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"33":{},"35":{},"36":{},"37":{},"40":{},"41":{},"44":{},"46":{},"62":{},"64":{}},"tags":{}}],["lab/bin/activ",{"_index":317,"title":{},"content":{"26":{}},"tags":{}}],["langchain",{"_index":576,"title":{},"content":{"53":{}},"tags":{}}],["languag",{"_index":263,"title":{},"content":{"19":{},"20":{},"21":{},"63":{}},"tags":{}}],["larg",{"_index":251,"title":{},"content":{"19":{},"20":{},"21":{},"27":{},"28":{},"29":{},"30":{},"31":{},"40":{},"50":{},"57":{},"59":{},"63":{}},"tags":{}}],["last",{"_index":207,"title":{},"content":{"11":{},"12":{},"34":{},"65":{}},"tags":{}}],["later",{"_index":224,"title":{},"content":{"22":{},"23":{},"24":{},"41":{},"44":{},"47":{}},"tags":{}}],["launch",{"_index":319,"title":{},"content":{"26":{}},"tags":{}}],["lead",{"_index":121,"title":{},"content":{"7":{},"8":{},"9":{},"10":{},"11":{},"12":{},"33":{}},"tags":{}}],["learn",{"_index":209,"title":{},"content":{"22":{},"23":{},"24":{},"35":{},"36":{},"64":{}},"tags":{}}],["lectur",{"_index":359,"title":{},"content":{"35":{}},"tags":{}}],["led",{"_index":363,"title":{},"content":{"35":{}},"tags":{}}],["left",{"_index":460,"title":{},"content":{"48":{}},"tags":{}}],["let'",{"_index":134,"title":{},"content":{"2":{},"7":{},"8":{},"9":{},"15":{},"16":{},"17":{},"18":{},"27":{},"28":{},"29":{},"30":{},"31":{},"43":{},"62":{}},"tags":{}}],["librari",{"_index":76,"title":{"4":{},"6":{},"27":{},"51":{}},"content":{"4":{},"5":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"52":{},"54":{}},"tags":{}}],["limit",{"_index":510,"title":{},"content":{"42":{},"43":{},"56":{}},"tags":{}}],["link",{"_index":388,"title":{},"content":{"38":{}},"tags":{}}],["list",{"_index":580,"title":{},"content":{"53":{},"62":{}},"tags":{}}],["llama",{"_index":141,"title":{},"content":{"2":{},"7":{},"8":{},"9":{},"11":{},"12":{},"33":{}},"tags":{}}],["llm",{"_index":13,"title":{},"content":{"1":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{},"10":{},"19":{},"20":{},"21":{},"60":{},"63":{},"65":{}},"tags":{}}],["llm'",{"_index":98,"title":{},"content":{"6":{}},"tags":{}}],["load",{"_index":243,"title":{"28":{},"62":{}},"content":{"27":{},"28":{},"29":{},"30":{},"31":{},"50":{},"62":{}},"tags":{}}],["local",{"_index":299,"title":{"26":{}},"content":{"26":{}},"tags":{}}],["lock",{"_index":430,"title":{},"content":{"45":{}},"tags":{}}],["log",{"_index":338,"title":{},"content":{"34":{},"44":{}},"tags":{}}],["logic",{"_index":20,"title":{},"content":{"1":{},"4":{},"5":{}},"tags":{}}],["login",{"_index":335,"title":{},"content":{"33":{}},"tags":{}}],["long",{"_index":649,"title":{},"content":{"65":{}},"tags":{}}],["look",{"_index":473,"title":{},"content":{"41":{},"56":{}},"tags":{}}],["lower",{"_index":517,"title":{},"content":{"40":{}},"tags":{}}],["m",{"_index":315,"title":{},"content":{"26":{}},"tags":{}}],["m0",{"_index":408,"title":{},"content":{"44":{}},"tags":{}}],["main",{"_index":274,"title":{},"content":{"19":{},"20":{},"21":{},"58":{},"59":{}},"tags":{}}],["mainli",{"_index":614,"title":{},"content":{"59":{}},"tags":{}}],["make",{"_index":285,"title":{},"content":{"25":{},"47":{}},"tags":{}}],["mani",{"_index":5,"title":{},"content":{"1":{},"4":{},"5":{},"56":{}},"tags":{}}],["manual",{"_index":418,"title":{"48":{}},"content":{"44":{}},"tags":{}}],["match",{"_index":238,"title":{},"content":{"15":{},"16":{},"17":{},"18":{},"42":{},"47":{}},"tags":{}}],["materi",{"_index":360,"title":{},"content":{"35":{}},"tags":{}}],["meal",{"_index":680,"title":{},"content":{"65":{}},"tags":{}}],["mean",{"_index":14,"title":{},"content":{"1":{},"4":{},"5":{},"35":{},"46":{}},"tags":{}}],["memori",{"_index":2,"title":{"1":{},"5":{}},"content":{"1":{},"4":{},"5":{},"6":{},"22":{},"23":{},"24":{},"35":{},"36":{},"64":{}},"tags":{}}],["menu",{"_index":295,"title":{},"content":{"25":{}},"tags":{}}],["merg",{"_index":583,"title":{},"content":{"53":{}},"tags":{}}],["messag",{"_index":28,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"5":{},"6":{},"65":{}},"tags":{}}],["messages.append(user_messag",{"_index":70,"title":{},"content":{"1":{}},"tags":{}}],["messages.extend(message_histori",{"_index":66,"title":{},"content":{"1":{}},"tags":{}}],["meta",{"_index":515,"title":{},"content":{"42":{},"43":{},"56":{}},"tags":{}}],["metadata",{"_index":495,"title":{},"content":{"56":{},"62":{}},"tags":{}}],["metadata.contenttyp",{"_index":532,"title":{},"content":{"42":{}},"tags":{}}],["metric",{"_index":491,"title":{},"content":{"56":{}},"tags":{}}],["min",{"_index":352,"title":{},"content":{"35":{}},"tags":{}}],["minut",{"_index":392,"title":{},"content":{"38":{}},"tags":{}}],["mixedbread",{"_index":524,"title":{},"content":{"40":{}},"tags":{}}],["modal",{"_index":339,"title":{},"content":{"34":{},"41":{}},"tags":{}}],["mode",{"_index":283,"title":{},"content":{"25":{}},"tags":{}}],["model",{"_index":108,"title":{},"content":{"2":{},"7":{},"8":{},"9":{},"10":{},"11":{},"12":{},"19":{},"20":{},"21":{},"33":{},"40":{},"54":{},"63":{}},"tags":{}}],["model=model",{"_index":153,"title":{},"content":{"2":{},"3":{}},"tags":{}}],["modifi",{"_index":530,"title":{},"content":{"42":{}},"tags":{}}],["mongo",{"_index":349,"title":{},"content":{"35":{}},"tags":{}}],["mongodb",{"_index":30,"title":{"15":{},"31":{},"37":{},"56":{},"61":{}},"content":{"1":{},"2":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{},"15":{},"16":{},"17":{},"18":{},"22":{},"23":{},"24":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"42":{},"43":{},"44":{},"45":{},"50":{},"52":{},"55":{},"56":{},"57":{},"61":{},"62":{},"64":{}},"tags":{}}],["mongodb+srv://:@:@