Find answers from the community

Home
Members
elsatch
e
elsatch
Offline, last seen 4 weeks ago
Joined September 25, 2024
how can you use RagDatasetGenerator to create questions in other languages than English?
9 comments
e
a
Hi! I am just checking the docs about using Ollama (seem to be obsolete):

Plain Text
# Set Ollama

from llama_index.llms.ollama import Ollama
from llama_index.core import Settings

# Is this syntax below obsolete?
llm = Ollama(model="solar", request_timeout=60.0)
# Is this the new syntax?
Settings.llm = Ollama(model="solar", request_timeout=60.0)


Anyone could clarify when these changes were introduced_ Chroma and Ollama examples seem outdated
20 comments
e
L