Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
SITE_NAME=QukaAI
SITE_URL=https://quka.ai
CLOUD_SITE_URL=https://cloud.quka.ai
XIAOHONGSHU_LINK=https://www.xiaohongshu.com/user/profile/638bf78a000000001f01d0e6
DISCORD_LINK=https://discord.gg/YGrbmbCVRF
GITHUB_LINK=https://github.com/quka-ai/quka-ai
27 changes: 1 addition & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1 @@
# brew-docs

This is a Next.js application generated with
[Create Fumadocs](https://github.com/fuma-nama/fumadocs).

Run development server:

```bash
npm run dev
# or
pnpm dev
# or
yarn dev
```

Open http://localhost:3000 with your browser to see the result.

## Learn More

To learn more about Next.js and Fumadocs, take a look at the following
resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js
features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
- [Fumadocs](https://fumadocs.vercel.app) - learn about Fumadocs
# QukaAI Docs
2 changes: 1 addition & 1 deletion content/docs/info/base-usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 基础功能
description: 了解如何使用基础功能
---

在设计上,{process.env.siteName}的数据组织结构分为两级,空间 -> 资源类型。
在设计上,{process.env.SITE_NAME}的数据组织结构分为两级,空间 -> 资源类型。

## 数据结构

Expand Down
12 changes: 6 additions & 6 deletions content/docs/info/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
title: 入门
---

# 欢迎使用 {process.env.siteName}
# 欢迎使用 {process.env.SITE_NAME}

快速构建个人第二“大脑”

{process.env.siteName} 是一个基于 LLM(大语言模型) 实现的赛博记忆应用,希望能够借此扩容 个人“记忆”。
{process.env.SITE_NAME} 是一个基于 LLM(大语言模型) 实现的赛博记忆应用,希望能够借此扩容 个人“记忆”。
提供的功能包括 记忆碎片的录入、基于 LLM 的记忆问答、日记(工作日志)、生活管家 等功能。

## 设计理念

将 {process.env.siteName} 想象成一个无尽的黑洞,将有用的记忆点、知识碎片随便往里丢,不用操心记忆被如何存放在哪里,在需要使用时一问便知。
将 {process.env.SITE_NAME} 想象成一个无尽的黑洞,将有用的记忆点、知识碎片随便往里丢,不用操心记忆被如何存放在哪里,在需要使用时一问便知。

- UI 符合 C 端用户交互逻辑,做到开箱即用
- API 可以满足企业用户构建知识库问答体系

## 为什么使用{process.env.siteName}?
## 为什么使用{process.env.SITE_NAME}?

生活中,无论线上还是线下,经常会遇到一些琐碎的“记忆”

Expand All @@ -29,7 +29,7 @@ title: 入门
比如作者在编写该文档前,调研了好几个开源文档建设工具,并为每个文档工具记录了一份“记忆”
![文档建设工具记忆截图](/文档建设工具记忆截图.png)

在回顾时只需要向{process.env.siteName}提问 “我都记录了哪些文档建设工具?”,便可以得到简单的总结:
在回顾时只需要向{process.env.SITE_NAME}提问 “我都记录了哪些文档建设工具?”,便可以得到简单的总结:
![回忆文档建设工具Demo.png](/回忆文档建设工具Demo.png)

## 与笔记软件有什么不同?
Expand All @@ -38,6 +38,6 @@ title: 入门

一篇记录了“XX 城市家具博览会”的内容,在搜索时我们往往会把它记成展览或会展,但无论我们搜索“展览”还是“会展”它都不会出现,除非你想到它是“博览会”,这就是传统笔记软件的硬伤,当我们记忆的内容越来越多,通过关键字匹配越来越难满足我们快速搜索的需求。

而{process.env.siteName}借助 LLM 技术,让大语言模型理解你的需求,通过复杂的 LLM 工作流即可实现“同义”内容的搜索,再结合大语言模型的推理能力,使它可以像真实的人工助理一样来回答你的问题。
而{process.env.SITE_NAME}借助 LLM 技术,让大语言模型理解你的需求,通过复杂的 LLM 工作流即可实现“同义”内容的搜索,再结合大语言模型的推理能力,使它可以像真实的人工助理一样来回答你的问题。

![](/公园场景Demo.png)
2 changes: 1 addition & 1 deletion content/docs/info/journal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 日志(Journal)
description: 快速记录每日生活与工作中的草稿
---

日志功能的出现,是为了完善 {process.env.siteName} 作为“个人助理”的职能。
日志功能的出现,是为了完善 {process.env.SITE_NAME} 作为“个人助理”的职能。
一句话总结就是,记录比较临时的内容。

日志好比是用户的日记本,草稿本。可以快速潦草的将今日待办或今日已完成的工作内容进行记录,在每天结束时可以通过 工作助理 Agent 来进行总结,或人工整理。
Expand Down
6 changes: 1 addition & 5 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ const config = {
output: 'standalone',
images: {
unoptimized: true
},
env: {
siteName: '极核',
siteURL: 'https://jihe.pro'
},
}
};

export default withMDX(config);
90 changes: 90 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app/(home)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function Footer() {
<footer className="mt-auto border-t bg-fd-card py-12 text-fd-secondary-foreground">
<div className="container flex flex-col gap-4 sm:flex-row sm:items-end sm:justify-between">
<div>
<p className="mb-1 text-sm font-semibold">{process.env.siteName}</p>
<p className="mb-1 text-sm font-semibold">{process.env.SITE_NAME}</p>
<p className="text-xs">
Thanks for ❤️{" "}
<a
Expand Down
Loading
Loading