Find answers from the community

Updated 8 months ago

You try configuring the settings ?

You try configuring the settings ?
d
c
7 comments
and set your index llm
like
index_llm=" what ever llm is"
then query engines(llm=index_llm)
yes I defined the llm within the sittings. the llm specification is working within query engines generally, but not for the query engine made from the vectara managed index
it does give this messages when I first load the index: LLM is explicitly disabled. Using MockLLM.
Embeddings have been explicitly disabled. Using MockEmbedding.
Dang sorry I should have stayed quiet πŸ˜… but I know embedded model should be passed into the index, and you can always try to pass the Llm in into the index as well.
super appreciate your reply! I think I'm going to need to get creative if I want to do this
Add a reply
Sign up and join the conversation on Discord