Skip to content

[Documentation] Update setup.md with LlamaIndex updated field. Fixes #307 #363

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Oct 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
```
```