Skip to content

Commit

Permalink
chore: quickstart doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adhityan committed Nov 26, 2024
1 parent 9bfcf25 commit 25db25a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/close-stale-issue.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Close inactive issues
on:
schedule:
- cron: '30 1 * * *'
- cron: '0 0 * * *'

jobs:
close-issues:
Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ These models are free and can be run locally using Ollama.
<CodeGroup>
```ts ollama_demo.ts
import { RAGApplicationBuilder } from '@llm-tools/embedjs';
import { OllamaEmbeddings } from '@llm-tools/embedjs-ollama';
import { OllamaEmbeddings, Ollama } from '@llm-tools/embedjs-ollama';
import { WebLoader } from '@llm-tools/embedjs-loader-web';
import { HNSWDb } from '@llm-tools/embedjs-hnswlib';

Expand Down

0 comments on commit 25db25a

Please sign in to comment.