Skip to content

Commit

Permalink
Update setup.md with LlamaIndex updated field. (#363)
Browse files Browse the repository at this point in the history
In setup.md in the LlamaIndex setup section - Changed GPTSimpleVectorIndex to GPTVectorStoreIndex to match the updated field in LlamaIndex. 

Fixes issue #307.
  • Loading branch information
JRAlexander authored Oct 17, 2023
1 parent ae657e2 commit 4ccb44d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/providers/llama/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ with ChatGPT and your external data.


**Different Index Types**
By default, we use a `GPTSimpleVectorIndex` to store document chunks in memory,
By default, we use a `GPTVectorStoreIndex` to store document chunks in memory,
and retrieve top-k nodes by embedding similarity.
Different index types are optimized for different data and query use-cases.
See this guide on [How Each Index Works](https://gpt-index.readthedocs.io/en/latest/guides/primer/index_guide.html) to learn more.
Expand All @@ -48,4 +48,4 @@ You can launch the test suite with this command:

```bash
pytest ./tests/datastore/providers/llama/test_llama_datastore.py
```
```

0 comments on commit 4ccb44d

Please sign in to comment.