thanks for sharing.
i am trying out the code but having issue.
in a non-internet environment:
model = Model(api_key="ollama", base_url="http://:11434/api/v1", model=)
index = index_pdf("filename.pdf")
i having Name or service not known after calling the index_pdf . i have confirmed i can reach my ollama.
does the hashindex require the llm or can it be separated out? thanks
thanks for sharing.
i am trying out the code but having issue.
in a non-internet environment:
model = Model(api_key="ollama", base_url="http://:11434/api/v1", model=)
index = index_pdf("filename.pdf")
i having Name or service not known after calling the index_pdf . i have confirmed i can reach my ollama.
does the hashindex require the llm or can it be separated out? thanks