Y
Hacker News
new
|
ask
|
show
|
jobs
by
cranberryturkey
692 days ago
> shove it in a RAG system for the LLM chatbot to work with
how would I do this with an ollama model?
1 comments
kingkongjaffa
690 days ago
You want to ingest your input documents and generate embeddings using an embedding model like
https://ollama.com/blog/embedding-models
link