spsach
spsach
Here is the pdf file. I had used the same file with another RAG implementation and it worked fine. Thanks for your help Satya From: Ramon Felciano ***@***.***> Sent: Friday,...
I tried loading another pdf file and it is still the same. The LM Studio log shows that the LLM generated the output but it does not get displayed in...
I had to increase timeout to 300 in llm_component.py file. I was using ollama. It resolved the problem for me, ollama_settings = settings.ollama self.llm = Ollama( model=ollama_settings.llm_model, base_url=ollama_settings.api_base, request_timeout=300
Is the Knowledge Graph functionality working? Has anyone tried it?
I have set PGPT_PROFILES=ollama, Python 3.11, Ubuntu 22.04. make run always giving this error. unsafe_typed_settings = Settings(**unsafe_settings) I have the same environment running properly on another machine Has anyone else...