# 開發者資源

- [開發者概覽](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/developer.md): Rememberizer 的開發者工具、API 和整合選項概述
- [整合選項](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/integration-options.md): 有關開發者工具和整合選項的概述，以便利用 Rememberizer 的語義搜索功能構建應用程序
- [註冊和使用 API 金鑰](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/integration-options/registering-and-using-api-keys.md): 在本教程中，您將學習如何在 Rememberizer 中創建一個公共知識並獲取其 API 金鑰，以通過 API 調用連接和檢索其文檔。
- [註冊 Rememberizer 應用程式](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/integration-options/registering-rememberizer-apps.md): 您可以在您的帳戶下創建和註冊 Rememberizer 應用程式。Rememberizer 應用程式可以代表用戶行事。
- [授權 Rememberizer 應用程式](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/integration-options/authorizing-rememberizer-apps.md)
- [創建 Rememberizer GPT](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/integration-options/creating-a-rememberizer-gpt.md): 在本教程中，您將學習如何創建一個 Rememberizer 應用程序並連接 到 OpenAI GPT，使 GPT 能夠訪問 Rememberizer API 功能。
- [LangChain 整合](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/integration-options/langchain-integration.md): 學習如何將 Rememberizer 作為 LangChain 檢索器整合，以便為您的 LangChain 應用程序提供強大的向量數據庫搜索功能。
- [向量儲存](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/integration-options/vector-stores.md): 本指南將幫助您了解如何作為開發者使用 Rememberizer 向量儲存。
- [Talk-to-Slack 範例網頁應用程式](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/integration-options/talk-to-slack-the-sample-web-app.md): 創建一個簡單的網頁應用程式，通過對 Rememberizer 的查詢將 LLM 與用戶知識集成是非常容易的。
- [企業整合](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/enterprise-integration.md): 企業整合能力、架構模式及 Rememberizer 在組織環境中的部署策略概述
- [企業整合模式](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/enterprise-integration/enterprise-integration-patterns.md): 與 Rememberizer 進行企業整合的架構模式、安全考量和最佳實踐
- [API 參考](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/api-docs.md)
- [身份驗證](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/api-docs/authentication.md)
- [獲取所有新增的公共知識](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/api-docs/get-all-added-public-knowledge.md)
- [列出可用的資料來源整合](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/api-docs/list-available-data-source-integrations.md)
- [Mementos API](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/api-docs/mementos.md)
- [將內容記住到 Rememberizer](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/api-docs/memorize-content-to-rememberizer.md)
- [檢索當前用戶的帳戶詳細資訊](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/api-docs/retrieve-current-user-account-details.md)
- [檢索文件內容](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/api-docs/retrieve-document-contents.md)
- [檢索文件](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/api-docs/retrieve-documents.md)
- [檢索 Slack 的內容](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/api-docs/retrieve-slacks-content.md)
- [按語義相似性搜索文件](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/api-docs/search-for-documents-by-semantic-similarity.md): 具備批次處理能力的語義搜尋端點
- [向量儲存 API](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/api-docs/vector-store.md)
- [將新文本文件添加到向量儲存](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/api-docs/vector-store/add-new-text-document-to-a-vector-store.md)
- [獲取向量儲存中的文件列表](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/api-docs/vector-store/get-a-list-of-documents-in-a-vector-store.md)
- [獲取文件的信息](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/api-docs/vector-store/get-the-information-of-a-document.md)
- [獲取向量儲存的信息](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/api-docs/vector-store/get-vector-stores-information.md)
- [在向量儲存中移除文件](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/api-docs/vector-store/remove-a-document-in-vector-store.md)
- [按語義相似性搜索向量儲存文件](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/api-docs/vector-store/search-for-vector-store-documents-by-semantic-similarity.md): 透過語義相似性和批次操作搜尋向量儲存文件
- [更新向量儲存中的文件內容](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/api-docs/vector-store/update-files-content-in-a-vector-store.md)
- [上傳文件到向量儲存](https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan/api-docs/vector-store/upload-files-to-a-vector-store.md): 批次操作將檔案內容上傳至向量儲存


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rememberizer.ai/zh-hk/kai-fa-zhe-zi-yuan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
