Skip to content

feat/diskann pages#33

Open
richyreachy wants to merge 3 commits intomainfrom
feat/diskann_index_pages
Open

feat/diskann pages#33
richyreachy wants to merge 3 commits intomainfrom
feat/diskann_index_pages

Conversation

@richyreachy
Copy link
Copy Markdown

diskann pages

</Callout>

### Index-Time Parameters

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

缺少code example

---


import { CodeExampleLinkButton, PythonLinkButton, NodeJSLinkButton } from '@/components/LinkButton';
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

要注明diskann的引用来源

Comment thread package-lock.json
@@ -2161,9 +2161,9 @@
}
},
"node_modules/@tailwindcss/node": {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

修改这个文件的原因是啥?


import { CodeExampleLinkButton, PythonLinkButton, NodeJSLinkButton } from '@/components/LinkButton';

一种基于磁盘的图索引,专为**十亿级**向量搜索设计 — 将压缩向量保存在内存中,全精度向量存储在磁盘上,实现高 Recall 的近似最近邻搜索,同时**大幅降低内存占用**。
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

同时应该指出 diskann 的劣势,qps 很低

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants