Skip to content

Commit

Permalink
docs: update retreival.md (#574)
Browse files Browse the repository at this point in the history
retreive -> retrieve
  • Loading branch information
eltociear authored Jul 10, 2024
1 parent ed61004 commit 0a93ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/docs/reference/scripts/retreival.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Learn how to use GenAIScript's retrieval utilities for content sear
keywords: RAG, content retrieval, search augmentation, indexing, web search
---

GenAIScript provides various utilities to retreive content and augment the prompt. This technique is typically referred as **RAG** (Retrieval-Augmentation-Generation) in the literature. GenAIScript uses [llamaindex-ts](https://ts.llamaindex.ai/api/classes/VectorIndexRetriever) which supports many vector database vendors.
GenAIScript provides various utilities to retrieve content and augment the prompt. This technique is typically referred as **RAG** (Retrieval-Augmentation-Generation) in the literature. GenAIScript uses [llamaindex-ts](https://ts.llamaindex.ai/api/classes/VectorIndexRetriever) which supports many vector database vendors.

## Fuzz Search

Expand Down Expand Up @@ -34,7 +34,7 @@ By default, the retrieval uses [OpenAI text-embedding-ada-002](https://ts.llamai
You can index your project using the [CLI](/genaiscript/reference/cli).

```sh
genaiscript retreive index "src/**"
genaiscript retrieve index "src/**"
```

:::tip
Expand Down

0 comments on commit 0a93ed7

Please sign in to comment.