Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Python & JavaScript CLI#1201

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
SilasMarvin merged 9 commits intomasterfromlevkk-python-cli
Dec 2, 2023
Merged
Show file tree
Hide file tree
Changes from1 commit
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
PrevPrevious commit
NextNext commit
Javascript CLI
  • Loading branch information
@levkk
levkk committedNov 29, 2023
commitd95e1ee2554bf9f7fc03fdeb940bde7804288d6c
3 changes: 3 additions & 0 deletionspgml-sdks/pgml/javascript-cli/index.js
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env node
constpgml=require("pgml");
pgml.cli().then(()=>{});
32 changes: 32 additions & 0 deletionspgml-sdks/pgml/javascript-cli/package-lock.json
View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

27 changes: 27 additions & 0 deletionspgml-sdks/pgml/javascript-cli/package.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
{
"name": "pgml-cli",
"version": "0.10.0",
"description": "Open Source Alternative for Building End-to-End Vector Search Applications without OpenAI & Pinecone",
"keywords": [
"postgres",
"machine learning",
"vector databases",
"embeddings"
],
"bin": {
"pgml": "index.js"
},
"author": {
"name": "PostgresML",
"email": "team@postgresml.org",
"url": "https://postgresml.org"
},
"repository": {
"type": "git",
"url": "https://github.com/postgresml/postgresml"
},
"license": "MIT",
"dependencies": {
"pgml": "file:../javascript"
}
}

[8]ページ先頭

©2009-2025 Movatter.jp