Find answers from the community

Updated 2 months ago

Hi team I had a quick question about the

Hi team, I had a quick question about the default LLM being used with gptindex. As per
As per https://gpt-index.readthedocs.io/en/latest/how_to/custom_llms.html, I understand it is da-vinci-003.
but is it still da-vinci vector indices and not the ada-002?
M
j
S
6 comments
There are different models for different purposes. davinci is default for queries against the index. ada is default for creating embeddings of your text (chunks).
ah perfect thank you!
wasn't able to find this setting in the implementation. i was looking in the https://github.com/jerryjliu/gpt_index/tree/main/gpt_index/embeddings folder. am i in the right place?
Add a reply
Sign up and join the conversation on Discord