snassimr

Results 12 comments of snassimr

@jerryjliu Spectacular !!! Thanks a lot . If the upgrade will tackle multi-pdf as multi-document problem or each agent would be responsible for its own PDF ? Optionality for multi-document...

Hi , Looks like I wanted too much . I thought it's possible to add , i.e. keyword_query_engine (SimpleKeywordTableIndex) and agent_util.py code (create_agent function) to be updated accordingly. It will...

Hi , I've got a chance to set filepath during this conversation at Home page : ![image](https://github.com/run-llama/rags/assets/6830626/4419bea3-f7f4-4218-a859-69f13de38c36) ![image](https://github.com/run-llama/rags/assets/6830626/47bf31ac-f604-4f51-bab6-12988076f64f) But bot at Generated RAG Agent still unable to answer questions about...

Hi , Sorry for late answer . The issue was with pdf file name . Linux doesn't suffer blanks and file actually wasn't loaded at home page. After @jerryjliu point...

Regarding setting filepath - use bot at home page . Here the example for first filepath setting 👍 ![image](https://github.com/run-llama/rags/assets/6830626/e6a6fd8d-3bd9-4a94-aebe-90c4129378b5) And continue with the bot until you get : ![image](https://github.com/run-llama/rags/assets/6830626/7eadc407-1472-4e30-9eab-c856b4c44938)

Hi , @anoopshrma I see agent created , but looks some more data should persisted to let know the Agent what PDF it aware of to answer question about ....

Hi ! I think I passed this step and can help here . You should create subfolder .streamlit and secrets.toml file in it with openai_key value. Here my case :...

> Thanks! That gave me another idea which ended up working too, it seems. Any concerns doing it this way? > > ```python > import os > from nemoguardrails.rails.llm.config import...

Hi , @ChuckHend and @drazvan , I tried both solutions and at some step I am getting error due to missing OPENAI_API_KEY (each solution provide similar , bit not exactly...

Hi , @omarrayyman I didn't succeeded to drop dependency on OpenAI as ChuckHend proposed . I guess it's due to langchain's . Eventually , I switched to OpenAI due to...