Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LlamaIndexTS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
MachineLearning
run-llama
LlamaIndexTS
Commits
889b7009
Unverified
Commit
889b7009
authored
1 year ago
by
TechPandaPro
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
fix: update deprecated pnpx to pnpm dlx (#501)
parent
7211a27f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
examples/chromadb/README.md
+1
-1
1 addition, 1 deletion
examples/chromadb/README.md
with
2 additions
and
2 deletions
README.md
+
1
−
1
View file @
889b7009
...
...
@@ -70,7 +70,7 @@ main();
Then you can run it using
```
bash
pnpx ts-node example.ts
pnp
m dl
x ts-node example.ts
```
## Playground
...
...
This diff is collapsed.
Click to expand it.
examples/chromadb/README.md
+
1
−
1
View file @
889b7009
...
...
@@ -6,7 +6,7 @@ Export your OpenAI API Key using `export OPEN_API_KEY=insert your api key here`
If you haven't installed chromadb, run
`pip install chromadb`
. Start the server using
`chroma run`
.
Now, open a new terminal window and inside
`examples`
, run
`pnpx ts-node chromadb/test.ts`
.
Now, open a new terminal window and inside
`examples`
, run
`pnp
m dl
x ts-node chromadb/test.ts`
.
Here's the output for the input query
`Tell me about Godfrey Cheshire's rating of La Sapienza.`
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment