From 8c0aab86a570de8523fb77b0e6f91310621eddda Mon Sep 17 00:00:00 2001 From: Maedah Batool Date: Sun, 9 Feb 2025 15:57:41 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20memory=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- baseai/memory/docs/index.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/baseai/memory/docs/index.ts b/baseai/memory/docs/index.ts index e1ee64c7a..1761a3ce5 100644 --- a/baseai/memory/docs/index.ts +++ b/baseai/memory/docs/index.ts @@ -1,16 +1,16 @@ import { MemoryI } from '@baseai/core'; const memoryDocs = (): MemoryI => ({ - name: 'docs', - description: 'Docs folder of sourcegraph docs repository as an auto-synced memory', + name: 'docs', + description: 'Docs folder of sourcegraph docs repository as an auto-synced memory', git: { enabled: true, - include: ['**/*'], + include: ['**/*.mdx'], gitignore: true, deployedAt: '', embeddedAt: '', }, - documents: { + documents: { meta: doc => { const url = `https://sourcegraph.com/docs/${doc.path}`; return {