Skip to content
Snippets Groups Projects
Unverified Commit 69484526 authored by Nikolai Lehbrink's avatar Nikolai Lehbrink Committed by GitHub
Browse files

fix: typo in customized vector index section (#423)

parent bfc84384
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ Create and load a vector index. Persistance to disk in LlamaIndex.TS happens aut
## [Customized Vector Index](https://github.com/run-llama/LlamaIndexTS/blob/main/examples/vectorIndexCustomize.ts)
Create a vector index and query it, while also configuring the the `LLM`, the `ServiceContext`, and the `similarity_top_k`.
Create a vector index and query it, while also configuring the `LLM`, the `ServiceContext`, and the `similarity_top_k`.
## [OpenAI LLM](https://github.com/run-llama/LlamaIndexTS/blob/main/examples/openai.ts)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment