-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.xml
142 lines (142 loc) · 7.32 KB
/
index.xml
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:media="http://search.yahoo.com/mrss/"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
version="2.0">
<channel>
<title>HoloViz Blog</title>
<link>https://blog.holoviz.org/</link>
<atom:link href="https://blog.holoviz.org/index.xml" rel="self" type="application/rss+xml"/>
<description>The HoloViz Blog</description>
<generator>quarto-1.5.57</generator>
<lastBuildDate>Fri, 27 Sep 2024 00:00:00 GMT</lastBuildDate>
<item>
<title>Plotting made easy with hvPlot: 0.11 release</title>
<dc:creator>Maxime Liquet</dc:creator>
<link>https://blog.holoviz.org/posts/hvplot_release_0.11/</link>
<description><![CDATA[ Release announcement for hvPlot 0.11, including: DuckDB integration, automatic lat/lon conversion on tiled maps, subcoordinate-y axis support, and more! ]]></description>
<category>release</category>
<category>hvplot</category>
<guid>https://blog.holoviz.org/posts/hvplot_release_0.11/</guid>
<pubDate>Fri, 27 Sep 2024 00:00:00 GMT</pubDate>
<media:content url="https://blog.holoviz.org/posts/hvplot_release_0.11/images/thumbnail.png" medium="image" type="image/png" height="63" width="144"/>
</item>
<item>
<title>Panel 1.5.0 Release</title>
<dc:creator>Philipp Rudiger</dc:creator>
<link>https://blog.holoviz.org/posts/panel_release_1.5/</link>
<description><![CDATA[ Release announcement for Panel 1.5 ]]></description>
<category>release</category>
<category>panel</category>
<guid>https://blog.holoviz.org/posts/panel_release_1.5/</guid>
<pubDate>Fri, 13 Sep 2024 00:00:00 GMT</pubDate>
<media:content url="https://blog.holoviz.org/posts/panel_release_1.5/images/collage_1.5.png" medium="image" type="image/png" height="48" width="144"/>
</item>
<item>
<title>Plotting made easy with hvPlot: 0.9 and 0.10 releases</title>
<dc:creator>Maxime Liquet</dc:creator>
<link>https://blog.holoviz.org/posts/hvplot_release_0.10/</link>
<description><![CDATA[ Release announcement for hvPlot 0.9 and 0.10, including: Polars integration, Xarray support added to the Explorer, Large timeseries exploration made easier, and more! ]]></description>
<category>release</category>
<category>hvplot</category>
<guid>https://blog.holoviz.org/posts/hvplot_release_0.10/</guid>
<pubDate>Mon, 06 May 2024 00:00:00 GMT</pubDate>
<media:content url="https://blog.holoviz.org/posts/hvplot_release_0.10/images/thumbnail.png" medium="image" type="image/png" height="65" width="144"/>
</item>
<item>
<title>Panel 1.4.0 Release</title>
<dc:creator>Philipp Rudiger</dc:creator>
<link>https://blog.holoviz.org/posts/panel_release_1.4/</link>
<description><![CDATA[ Release announcement for Panel 1.4 ]]></description>
<category>release</category>
<category>panel</category>
<guid>https://blog.holoviz.org/posts/panel_release_1.4/</guid>
<pubDate>Thu, 28 Mar 2024 00:00:00 GMT</pubDate>
<media:content url="https://blog.holoviz.org/posts/panel_release_1.4/images/collage_1.4.png" medium="image" type="image/png" height="48" width="144"/>
</item>
<item>
<title>HoloViews Streams for Exploring Multidimensional Data</title>
<dc:creator>Andrew Huang</dc:creator>
<link>https://blog.holoviz.org/posts/holoviews_streams/</link>
<description><![CDATA[ Explores a 4D dataset (time, level, lat, lon) dataset using HoloViews and Panel. ]]></description>
<category>holoviews</category>
<category>streams</category>
<guid>https://blog.holoviz.org/posts/holoviews_streams/</guid>
<pubDate>Wed, 20 Mar 2024 00:00:00 GMT</pubDate>
<media:content url="https://blog.holoviz.org/posts/holoviews_streams/images/cross_section.gif" medium="image" type="image/gif"/>
</item>
<item>
<title>Evaluate and filter LLM output using logprobs & colored text</title>
<dc:creator>Andrew Huang</dc:creator>
<link>https://blog.holoviz.org/posts/openai_logprobs_colored/</link>
<description><![CDATA[ Have you ever wanted to evaluate the confidence of LLM’s output? Utilize log probabilities! ]]></description>
<category>showcase</category>
<category>panel</category>
<category>ai</category>
<category>llm</category>
<category>chatbot</category>
<category>openai</category>
<guid>https://blog.holoviz.org/posts/openai_logprobs_colored/</guid>
<pubDate>Mon, 05 Feb 2024 00:00:00 GMT</pubDate>
<media:content url="https://blog.holoviz.org/posts/openai_logprobs_colored/images/demo.gif" medium="image" type="image/gif"/>
</item>
<item>
<title>Panel AI Chatbot Tips: Memory and Downloadable Conversations</title>
<dc:creator>Andrew Huang</dc:creator>
<dc:creator>Sophia Yang</dc:creator>
<link>https://blog.holoviz.org/posts/ai_chatbot_tips_memory_download/</link>
<description><![CDATA[ In this blog post, we’ll explore how to build a simple AI chatbot, enhance it with memory capabilities, and finally, implement a feature to download conversations for further fine-tuning. ]]></description>
<category>showcase</category>
<category>panel</category>
<category>ai</category>
<category>llm</category>
<category>chatbot</category>
<guid>https://blog.holoviz.org/posts/ai_chatbot_tips_memory_download/</guid>
<pubDate>Fri, 22 Dec 2023 00:00:00 GMT</pubDate>
<media:content url="https://blog.holoviz.org/posts/ai_chatbot_tips_memory_download/images/chatbot.png" medium="image" type="image/png" height="144" width="144"/>
</item>
<item>
<title>Build an AI Chatbot to Run Code and Tweak plots</title>
<dc:creator>Andrew Huang</dc:creator>
<dc:creator>Sophia Yang</dc:creator>
<link>https://blog.holoviz.org/posts/tweak-mpl-chat/</link>
<description><![CDATA[ Powered by Panel and Mixtral 8x7B ]]></description>
<category>showcase</category>
<category>panel</category>
<category>ai</category>
<category>llm</category>
<category>chatbot</category>
<guid>https://blog.holoviz.org/posts/tweak-mpl-chat/</guid>
<pubDate>Fri, 22 Dec 2023 00:00:00 GMT</pubDate>
<media:content url="https://blog.holoviz.org/posts/tweak-mpl-chat/images/chatbot.png" medium="image" type="image/png" height="144" width="144"/>
</item>
<item>
<title>Param 2.0 release</title>
<dc:creator>Maxime Liquet</dc:creator>
<link>https://blog.holoviz.org/posts/param_release_2.0/</link>
<description><![CDATA[ Release announcement for Param 2.0 ]]></description>
<category>release</category>
<category>param</category>
<guid>https://blog.holoviz.org/posts/param_release_2.0/</guid>
<pubDate>Fri, 22 Dec 2023 00:00:00 GMT</pubDate>
<media:content url="https://blog.holoviz.org/posts/param_release_2.0/images/param_logo.png" medium="image" type="image/png" height="155" width="144"/>
</item>
<item>
<title>Build a Mixtral Chatbot with Panel</title>
<dc:creator>Andrew Huang</dc:creator>
<dc:creator>Philipp Rudiger</dc:creator>
<dc:creator>Sophia Yang</dc:creator>
<link>https://blog.holoviz.org/posts/mixtral/</link>
<description><![CDATA[ With Mistral API, Transformers, and llama.cpp ]]></description>
<category>showcase</category>
<category>panel</category>
<category>ai</category>
<category>llm</category>
<category>chatbot</category>
<guid>https://blog.holoviz.org/posts/mixtral/</guid>
<pubDate>Wed, 13 Dec 2023 00:00:00 GMT</pubDate>
<media:content url="https://blog.holoviz.org/posts/mixtral/images/chatbot.png" medium="image" type="image/png" height="144" width="144"/>
</item>
</channel>
</rss>