Skip to content

Commit 46ca3b6

Browse files
Added more content
1 parent 688297e commit 46ca3b6

19 files changed

+396
-50
lines changed
89.2 KB
Loading

index.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
<description>Last 10 notes on 🧠 Second Brain</description>
77
<generator>Quartz -- quartz.jzhao.xyz</generator>
88
<item>
9+
<title>A Flexible AI-Powered Chat App for Websites,Youtube, Files, and Dev.to Articles</title>
10+
<link>https://programmerraja.github.io/post/2024/A-Flexible-AI-Powered-Chat-App-for-Websites-Youtube-Files-and-Dev.to-Articles</link>
11+
<guid>https://programmerraja.github.io/post/2024/A-Flexible-AI-Powered-Chat-App-for-Websites-Youtube-Files-and-Dev.to-Articles</guid>
12+
<description>This is a submission for the Open Source AI Challenge with pgai and Ollama What I Built For this project, I created an AI-powered chat application designed to provide users with an engaging ...</description>
13+
<pubDate>Sat, 09 Nov 2024 06:44:24 GMT</pubDate>
14+
</item><item>
915
<title>K.Boopathi</title>
1016
<link>https://programmerraja.github.io/</link>
1117
<guid>https://programmerraja.github.io/</guid>
@@ -17,6 +23,12 @@
1723
<guid>https://programmerraja.github.io/post/2024/The-Curious-Case-of-the-15000-Spam-My-Unexpected-Investigation</guid>
1824
<description>Last Friday started off like any typical day—I was busy with my work in my office when I stumbled upon a suspicious message. My instincts told me it was spam, but my curiosity got the best of me.</description>
1925
<pubDate>Sat, 19 Oct 2024 13:31:59 GMT</pubDate>
26+
</item><item>
27+
<title>Vector DB</title>
28+
<link>https://programmerraja.github.io/notes/2024/Vector-DB-and-embedding</link>
29+
<guid>https://programmerraja.github.io/notes/2024/Vector-DB-and-embedding</guid>
30+
<description>How it works A dataset of three sentences, each has 3 words (or tokens) In practice, a dataset may contain millions or billions of sentences. The max number of tokens may be tens of thousands (e.g., 32,768 mistral-7b).</description>
31+
<pubDate>Sat, 19 Oct 2024 10:53:07 GMT</pubDate>
2032
</item><item>
2133
<title>LLM strucuted output</title>
2234
<link>https://programmerraja.github.io/notes/2024/LLM-strucuted-output-and-Parser</link>
@@ -53,18 +65,6 @@
5365
<guid>https://programmerraja.github.io/notes/2024/AI-Research-Paper-notes</guid>
5466
<description>De-Hallucinator: Mitigating LLM Hallucinations in Code Generation Tasks via Iterative Grounding Steps of the De-Hallucinator: Initial Prompt: This is a standard query to a language ...</description>
5567
<pubDate>Thu, 19 Sep 2024 00:31:47 GMT</pubDate>
56-
</item><item>
57-
<title>Freelancing And Saas</title>
58-
<link>https://programmerraja.github.io/notes/2024/Freelancing-And-Saas</link>
59-
<guid>https://programmerraja.github.io/notes/2024/Freelancing-And-Saas</guid>
60-
<description>Here the collection Notes and resources to get started in freelancing and build SASS Key Strategies for SASS Identify profitable niches: Focus on finding underserved niches with ...</description>
61-
<pubDate>Sun, 15 Sep 2024 12:00:10 GMT</pubDate>
62-
</item><item>
63-
<title>Sherlock Holmes : The Case of Cloudflare Timeout Mystery</title>
64-
<link>https://programmerraja.github.io/post/2024/Sherlock-Holmes-and-The-Case-of-the-Cloudflare-Timeout-Mystery</link>
65-
<guid>https://programmerraja.github.io/post/2024/Sherlock-Holmes-and-The-Case-of-the-Cloudflare-Timeout-Mystery</guid>
66-
<description>Welcome to our Sherlock Holmes-inspired tech adventure Series! Imagine each technical challenge as a thrilling mystery waiting to be solved. Like Sherlock Holmes with his sharp eye for detail, I’ll tackle the problem with wit and precision.</description>
67-
<pubDate>Sat, 14 Sep 2024 13:27:23 GMT</pubDate>
6868
</item>
6969
</channel>
7070
</rss>

notes/2024/Generative-AI.html

Lines changed: 39 additions & 3 deletions
Large diffs are not rendered by default.

notes/2024/LLM-Observability-And-Eval.html

Lines changed: 1 addition & 2 deletions
Large diffs are not rendered by default.

notes/2024/LLM-strucuted-output-and-Parser.html

Lines changed: 6 additions & 4 deletions
Large diffs are not rendered by default.

notes/2024/Langchain.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,7 @@ <h3 id="resources">Resources<a role="anchor" aria-hidden="true" tabindex="-1" da
420420
<li><a href="https://nanonets.com/blog/langchain/" class="external">https://nanonets.com/blog/langchain/<svg aria-hidden="true" class="external-icon" style="max-width:0.8em;max-height:0.8em;" viewBox="0 0 512 512"><path d="M320 0H288V64h32 82.7L201.4 265.4 178.7 288 224 333.3l22.6-22.6L448 109.3V192v32h64V192 32 0H480 320zM32 32H0V64 480v32H32 456h32V480 352 320H424v32 96H64V96h96 32V32H160 32z"></path></svg></a></li>
421421
<li><a href="https://github.dev/bhancockio/langchain-crash-course" class="external">https://github.dev/bhancockio/langchain-crash-course<svg aria-hidden="true" class="external-icon" style="max-width:0.8em;max-height:0.8em;" viewBox="0 0 512 512"><path d="M320 0H288V64h32 82.7L201.4 265.4 178.7 288 224 333.3l22.6-22.6L448 109.3V192v32h64V192 32 0H480 320zM32 32H0V64 480v32H32 456h32V480 352 320H424v32 96H64V96h96 32V32H160 32z"></path></svg></a></li>
422422
<li><a href="https://github.dev/Codium-ai/cover-agent" class="external">https://github.dev/Codium-ai/cover-agent<svg aria-hidden="true" class="external-icon" style="max-width:0.8em;max-height:0.8em;" viewBox="0 0 512 512"><path d="M320 0H288V64h32 82.7L201.4 265.4 178.7 288 224 333.3l22.6-22.6L448 109.3V192v32h64V192 32 0H480 320zM32 32H0V64 480v32H32 456h32V480 352 320H424v32 96H64V96h96 32V32H160 32z"></path></svg></a></li>
423-
</ul>
424-
<p><a href="https://github.com/adithya-s-k/omniparse" class="external">https://github.com/adithya-s-k/omniparse<svg aria-hidden="true" class="external-icon" style="max-width:0.8em;max-height:0.8em;" viewBox="0 0 512 512"><path d="M320 0H288V64h32 82.7L201.4 265.4 178.7 288 224 333.3l22.6-22.6L448 109.3V192v32h64V192 32 0H480 320zM32 32H0V64 480v32H32 456h32V480 352 320H424v32 96H64V96h96 32V32H160 32z"></path></svg></a> [Ingest, parse, and optimize any data]</p></article><hr/><div class="page-footer"><div class="graph"><h3>Graph View</h3><div class="graph-outer"><div id="graph-container" data-cfg="{&quot;drag&quot;:true,&quot;zoom&quot;:true,&quot;depth&quot;:1,&quot;scale&quot;:1.1,&quot;repelForce&quot;:0.5,&quot;centerForce&quot;:0.3,&quot;linkDistance&quot;:30,&quot;fontSize&quot;:0.6,&quot;opacityScale&quot;:1,&quot;showTags&quot;:true,&quot;removeTags&quot;:[],&quot;focusOnHover&quot;:false}"></div><button id="global-graph-icon" aria-label="Global Graph"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 55 55" fill="currentColor" xml:space="preserve"><path d="M49,0c-3.309,0-6,2.691-6,6c0,1.035,0.263,2.009,0.726,2.86l-9.829,9.829C32.542,17.634,30.846,17,29,17
423+
</ul></article><hr/><div class="page-footer"><div class="graph"><h3>Graph View</h3><div class="graph-outer"><div id="graph-container" data-cfg="{&quot;drag&quot;:true,&quot;zoom&quot;:true,&quot;depth&quot;:1,&quot;scale&quot;:1.1,&quot;repelForce&quot;:0.5,&quot;centerForce&quot;:0.3,&quot;linkDistance&quot;:30,&quot;fontSize&quot;:0.6,&quot;opacityScale&quot;:1,&quot;showTags&quot;:true,&quot;removeTags&quot;:[],&quot;focusOnHover&quot;:false}"></div><button id="global-graph-icon" aria-label="Global Graph"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 55 55" fill="currentColor" xml:space="preserve"><path d="M49,0c-3.309,0-6,2.691-6,6c0,1.035,0.263,2.009,0.726,2.86l-9.829,9.829C32.542,17.634,30.846,17,29,17
425424
s-3.542,0.634-4.898,1.688l-7.669-7.669C16.785,10.424,17,9.74,17,9c0-2.206-1.794-4-4-4S9,6.794,9,9s1.794,4,4,4
426425
c0.74,0,1.424-0.215,2.019-0.567l7.669,7.669C21.634,21.458,21,23.154,21,25s0.634,3.542,1.688,4.897L10.024,42.562
427426
C8.958,41.595,7.549,41,6,41c-3.309,0-6,2.691-6,6s2.691,6,6,6s6-2.691,6-6c0-1.035-0.263-2.009-0.726-2.86l12.829-12.829

notes/2024/Vector-DB-and-embedding.html

Lines changed: 185 additions & 0 deletions
Large diffs are not rendered by default.

notes/2024/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

post/2024/A-Flexible-AI-Powered-Chat-App-for-Websites-Youtube-Files-and-Dev.to-Articles.html

Lines changed: 105 additions & 0 deletions
Large diffs are not rendered by default.

post/2024/The-Curious-Case-of-the-15000-Spam-My-Unexpected-Investigation.html

Lines changed: 2 additions & 19 deletions
Large diffs are not rendered by default.

post/2024/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

post/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,15 @@
130130
</url><url>
131131
<loc>https://programmerraja.github.io/notes/2024/Tensorflow</loc>
132132
<lastmod>2024-06-08T08:12:15.151Z</lastmod>
133+
</url><url>
134+
<loc>https://programmerraja.github.io/notes/2024/Vector-DB-and-embedding</loc>
135+
<lastmod>2024-10-19T10:53:07.077Z</lastmod>
133136
</url><url>
134137
<loc>https://programmerraja.github.io/post/2023/helloworld</loc>
135138
<lastmod>2023-12-03T04:14:50.000Z</lastmod>
139+
</url><url>
140+
<loc>https://programmerraja.github.io/post/2024/A-Flexible-AI-Powered-Chat-App-for-Websites-Youtube-Files-and-Dev.to-Articles</loc>
141+
<lastmod>2024-11-09T06:44:24.242Z</lastmod>
136142
</url><url>
137143
<loc>https://programmerraja.github.io/post/2024/A-Journey-into-Unseen-Threats-on-our-VM</loc>
138144
<lastmod>2024-05-04T14:21:57.575Z</lastmod>

static/contentIndex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tags.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tags/database.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tags/genrative_ai.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tags/hackthon.html

Lines changed: 31 additions & 0 deletions
Large diffs are not rendered by default.

tags/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)