3 questions
4
votes
1
answer
7k
views
Ollama with RAG for local utilization to chat with pdf
I am trying to build ollama usage by using RAG for chatting with pdf on my local machine.
I followed this GitHub repo: https://github.com/tonykipkemboi/ollama_pdf_rag/tree/main
The issue is when I am ...
2
votes
2
answers
2k
views
How to have a programmatical conversation with an agent created by Agent Builder
I created an agent with No Code tools offered by the Agent Builder GUI: https://vertexaiconversation.cloud.google.com/
I created a playbook and added a few Data store Tools for the agent to use for ...
0
votes
0
answers
160
views
RAG with Haystack: compiles but returns empty responses
My RAG pipeline (using Haystack) compiles and runs, but is returning empty responses.
From my checks, I thought it might be due to the embedding and llm models not being compatible, so I changed to an ...