<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Building &#8220;Chat with your Data&#8221; Apps using Embeddings, ChatGPT, and Cosmos DB for Mongo DB vCore	</title>
	<atom:link href="https://www.relataly.com/step-by-step-guide-to-building-your-own-chatgpt-on-a-custom-knowledge-base-in-python-leveraging-mongo-db-and-embeddings/13687/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.relataly.com/step-by-step-guide-to-building-your-own-chatgpt-on-a-custom-knowledge-base-in-python-leveraging-mongo-db-and-embeddings/13687/</link>
	<description>The Business AI Blog</description>
	<lastBuildDate>Mon, 15 Jan 2024 09:53:10 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: Mahdi		</title>
		<link>https://www.relataly.com/step-by-step-guide-to-building-your-own-chatgpt-on-a-custom-knowledge-base-in-python-leveraging-mongo-db-and-embeddings/13687/#comment-875</link>

		<dc:creator><![CDATA[Mahdi]]></dc:creator>
		<pubDate>Mon, 15 Jan 2024 09:53:10 +0000</pubDate>
		<guid isPermaLink="false">https://www.relataly.com/?p=13687#comment-875</guid>

					<description><![CDATA[Hi Florian,
Thanks for this great tutorial.
What I couldn&#039;t find in this article and most of the other similar tutorials is: how to keep the index updated in an efficient way for production-ready apps with a Mongo DB (Cosmos Mongo) that has regular data inputs from users through the backend and not necessarily via uploading files.
Do you have any idea how can I do that?
thanks]]></description>
			<content:encoded><![CDATA[<p>Hi Florian,<br />
Thanks for this great tutorial.<br />
What I couldn&#8217;t find in this article and most of the other similar tutorials is: how to keep the index updated in an efficient way for production-ready apps with a Mongo DB (Cosmos Mongo) that has regular data inputs from users through the backend and not necessarily via uploading files.<br />
Do you have any idea how can I do that?<br />
thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Florian Follonier		</title>
		<link>https://www.relataly.com/step-by-step-guide-to-building-your-own-chatgpt-on-a-custom-knowledge-base-in-python-leveraging-mongo-db-and-embeddings/13687/#comment-778</link>

		<dc:creator><![CDATA[Florian Follonier]]></dc:creator>
		<pubDate>Wed, 09 Aug 2023 07:06:14 +0000</pubDate>
		<guid isPermaLink="false">https://www.relataly.com/?p=13687#comment-778</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.relataly.com/step-by-step-guide-to-building-your-own-chatgpt-on-a-custom-knowledge-base-in-python-leveraging-mongo-db-and-embeddings/13687/#comment-769&quot;&gt;Pradeep&lt;/a&gt;.

Hi Pradeep, 

two options:
1) you can loop over the content and make separate API calls to generate the embeddings
2) or you pass a list to the ada embedding model and get a list of embeddings as a response. -&gt; more information here: https://platform.openai.com/docs/api-reference/embeddings/create]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.relataly.com/step-by-step-guide-to-building-your-own-chatgpt-on-a-custom-knowledge-base-in-python-leveraging-mongo-db-and-embeddings/13687/#comment-769">Pradeep</a>.</p>
<p>Hi Pradeep, </p>
<p>two options:<br />
1) you can loop over the content and make separate API calls to generate the embeddings<br />
2) or you pass a list to the ada embedding model and get a list of embeddings as a response. -> more information here: <a href="https://platform.openai.com/docs/api-reference/embeddings/create" rel="nofollow ugc">https://platform.openai.com/docs/api-reference/embeddings/create</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pradeep		</title>
		<link>https://www.relataly.com/step-by-step-guide-to-building-your-own-chatgpt-on-a-custom-knowledge-base-in-python-leveraging-mongo-db-and-embeddings/13687/#comment-769</link>

		<dc:creator><![CDATA[Pradeep]]></dc:creator>
		<pubDate>Fri, 21 Jul 2023 09:43:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.relataly.com/?p=13687#comment-769</guid>

					<description><![CDATA[How we can load multiple documents and get there embeddings?]]></description>
			<content:encoded><![CDATA[<p>How we can load multiple documents and get there embeddings?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
