Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
vimpas committed Oct 10, 2024
1 parent 7dc78c1 commit c01df44
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 138 deletions.
4 changes: 2 additions & 2 deletions app/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ const MAX_DISPLAY = 5
export default function Home({ posts }) {
return (
<>
{siteMetadata.newsletter?.provider && (
{/* {siteMetadata.newsletter?.provider && (
<div className="flex items-center justify-center pt-4">
<NewsletterForm />
</div>
)}
)} */}
<div className="divide-y divide-gray-200 dark:divide-gray-700">
<div className="space-y-2 pb-8 pt-6 md:space-y-5">
<h1 className="text-3xl font-extrabold leading-9 tracking-tight text-gray-900 dark:text-gray-100 sm:text-4xl sm:leading-10 md:text-6xl md:leading-14">
Expand Down
2 changes: 1 addition & 1 deletion app/tag-data.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"ssh":1,"vim":1,"剪切板同步":1,"远程服务器":1,"neovim":1,"next-js":1,"react":1,"javascript":1,"web开发":1}
{"rag":2,"celery":1,"signal":1,"异步任务":1,"事件驱动":1,"ssh":1,"vim":1,"剪切板同步":1,"远程服务器":1,"neovim":1,"next-js":1,"react":1,"javascript":1,"web开发":1}
2 changes: 2 additions & 0 deletions data/blog/rag/如何评价自己的rag效果.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ draft: false
summary:
---



目前有几种比较流行和有效的RAG评估方法:

1. RAGAS框架:
Expand Down
135 changes: 0 additions & 135 deletions data/blog/分类模型评价指标.mdx

This file was deleted.

1 change: 1 addition & 0 deletions data/headerNavLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const headerNavLinks = [
{ href: '/tags', title: 'Tags' },
{ href: '/projects', title: 'Projects' },
{ href: '/about', title: 'About' },
{ href: '/rag', title: 'RAG' },
]

export default headerNavLinks

0 comments on commit c01df44

Please sign in to comment.