Skip to content
Open
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
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Debug Next.js App",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"port": 9229,
"console": "integratedTerminal",
"skipFiles": ["<node_internals>/**"]
}
]
}
5 changes: 2 additions & 3 deletions config/chroma.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ if (!process.env.COLLECTION_NAME) {
throw new Error('Missing collection name in .env file');
}

const COLLECTION_NAME = process.env.COLLECTION_NAME ?? '';

export { COLLECTION_NAME }
export const CHROMA_URL = process.env.CHROMA_URL ?? 'http://localhost:8000';
export const COLLECTION_NAME = process.env.COLLECTION_NAME ?? 'default';
Binary file added docs/MCP.pdf
Binary file not shown.
Loading