Skip to content
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

feat: crgpt loader #318

Merged
merged 2 commits into from
Dec 23, 2023
Merged

feat: crgpt loader #318

merged 2 commits into from
Dec 23, 2023

Conversation

mattzcarey
Copy link
Owner

feat: crgpt loader

feat: turbopuffer langchain vector store
wip: github loader

@mattzcarey mattzcarey merged commit 7088a85 into main Dec 23, 2023
4 checks passed
const tempDir = await fsPromises.mkdtemp(
path.join(os.tmpdir(), "CRGPTLoader-")
);
const cloneCommand = `git clone --depth 1 ${this.link} ${tempDir}`;

Check warning

Code scanning / CodeQL

Unsafe shell command constructed from library input Medium

This string concatenation which depends on
library input
is later used in a
shell command
.
Copy link
Contributor

Test results summary:

✅ [PASS] - Test case: Bad variable name
❌ [FAIL] - Test case: Exposed secret
❌ [FAIL] - Test case: Too many nested loops
⚠️ [WARN] - Test case: Unawaited Promise

SUMMARY: ✅ PASS: 1 - ⚠️ WARN: 1 - ❌ FAIL: 2


Tests Powered by Code Review GPT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant