Skip to content

Commit d83d89a

Browse files
committed
zep moved
1 parent 4b69077 commit d83d89a

File tree

7 files changed

+19
-16
lines changed

7 files changed

+19
-16
lines changed

content/fully-managed-open-source-services/development/others/zep.md renamed to content/fully-managed-open-source-services/applications/ai-gpu/zep.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
draft: false
33
title: Zep fully managed open source service | OctaByte.io
44
meta:
5-
cover: /images/development/others/zep/screenshot-1.png
5+
cover: /images/applications/ai-gpu/zep/screenshot-1.png
66
description:
77
Zep empowers AI assistants with long-term memory, enabling them to
88
recall, understand, and extract data from chat histories for personalized, smarter
@@ -17,23 +17,23 @@ meta:
1717
url: /
1818
- name: Software Catalog
1919
url: /fully-managed-open-source-services
20-
- name: Development
21-
url: /fully-managed-open-source-services/development
22-
- name: Others
23-
url: /fully-managed-open-source-services/development/others
20+
- name: Applications
21+
url: /fully-managed-open-source-services/applications
22+
- name: AI / GPU
23+
url: /fully-managed-open-source-services/applications/ai-gpu
2424
- name: Zep
25-
url: /fully-managed-open-source-services/development/others/zep
25+
url: /fully-managed-open-source-services/applications/ai-gpu/zep
2626
content:
2727
id: zep
2828
name: Zep
2929
title: Enhance AI Experiences with Zep's Long-Term Memory for Assistants
30-
logo: /images/development/others/zep/logo.png
30+
logo: /images/applications/ai-gpu/zep/logo.png
3131
website: https://www.getzep.com/
32-
iframe_website: /website/development/others/zep
32+
iframe_website: /website/applications/ai-gpu/zep
3333
direct_link: true
3434
screenshots:
35-
- /images/development/others/zep/screenshot-1.png
36-
- /images/development/others/zep/screenshot-2.png
35+
- /images/applications/ai-gpu/zep/screenshot-1.png
36+
- /images/applications/ai-gpu/zep/screenshot-2.png
3737
---
3838

3939
## Overview

data/services.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1252,6 +1252,12 @@ catalog_list:
12521252
url: /applications/ai-gpu/ragflow
12531253
category: ai-gpu
12541254
description: RAGFlow is an advanced open-source RAG (Retrieval-Augmented Generation) engine designed for deep document understanding, delivering accurate, citation-backed question answering when integrated with LLMs.
1255+
- id: zep
1256+
title: Zep
1257+
image: /images/applications/ai-gpu/zep/logo.png
1258+
url: /applications/ai-gpu/zep
1259+
category: ai-gpu
1260+
description: Zep empowers AI assistants with long-term memory, enabling them to recall, understand, and extract data from chat histories for personalized, smarter user interactions.
12551261
- id: flowiseai
12561262
title: FlowiseAI
12571263
image: /images/applications/ai-gpu/flowiseai/logo.png
@@ -1993,12 +1999,6 @@ catalog_list:
19931999
url: /development/nocode-lowcode/teable
19942000
category: nocode-lowcode
19952001
description: Teable is a no-code, PostgreSQL-based database platform that offers real-time, scalable solutions with a user-friendly, spreadsheet-like interface, enabling rapid, efficient app development.
1996-
- id: zep
1997-
title: Zep
1998-
image: /images/development/others/zep/logo.png
1999-
url: /development/others/zep
2000-
category: others
2001-
description: Zep empowers AI assistants with long-term memory, enabling them to recall, understand, and extract data from chat histories for personalized, smarter user interactions.
20022002
- id: langflow
20032003
title: Langflow
20042004
image: /images/development/dev-tools/langflow/logo.png

layouts/404.html

+3
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@
154154

155155
"/fully-managed-open-source-services/development/others/teable/":
156156
"/fully-managed-open-source-services/development/nocode-lowcode/teable/",
157+
158+
"/fully-managed-open-source-services/development/others/zep/":
159+
"/fully-managed-open-source-services/applications/ai-gpu/zep/",
157160
};
158161

159162
const rawPath = window.location.pathname;

0 commit comments

Comments
 (0)