Skip to content

Commit

Permalink
Merge pull request #172 from llm-tools/issues
Browse files Browse the repository at this point in the history
chore: quickstart doc fix
  • Loading branch information
adhityan authored Nov 26, 2024
2 parents 0ae6a70 + 8c155e6 commit 574dc62
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 574dc62

Please sign in to comment.