Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated 2 months ago
0
Follow
Hi team I had a quick question about the
Hi team I had a quick question about the
Inactive
0
Follow
S
Sangy
2 years ago
ยท
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
Share
Open in Discord
M
Mikko
2 years ago
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).
j
jerryjliu0
2 years ago
yep! exactly
S
Sangy
2 years ago
ah perfect thank you!
S
Sangy
2 years ago
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?
S
Sangy
2 years ago
hmm maybe it is in lines 137-138 of
https://github.com/jerryjliu/gpt_index/blob/main/gpt_index/embeddings/openai.py
j
jerryjliu0
2 years ago
@Sangy try this!
https://gpt-index.readthedocs.io/en/latest/how_to/embeddings.html#custom-embeddings
Add a reply
Sign up and join the conversation on Discord
Join on Discord