Skip to content

Upgraded to use chroma 1.0.9 and api v2 #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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